| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1 | |
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.Create |
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.create(String parent,
CryptoKey content)
Create a new CryptoKey within a KeyRing.
|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.Patch |
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.patch(String name,
CryptoKey content)
Update a CryptoKey.
|
| Constructor and Description |
|---|
Create(String parent,
CryptoKey content)
Create a new CryptoKey within a KeyRing.
|
Patch(String name,
CryptoKey content)
Update a CryptoKey.
|
| Modifier and Type | Method and Description |
|---|---|
CryptoKey |
CryptoKey.clone() |
CryptoKey |
CryptoKey.set(String fieldName,
Object value) |
CryptoKey |
CryptoKey.setCreateTime(String createTime)
Output only.
|
CryptoKey |
CryptoKey.setCryptoKeyBackend(String cryptoKeyBackend)
Immutable.
|
CryptoKey |
CryptoKey.setDestroyScheduledDuration(String destroyScheduledDuration)
Immutable.
|
CryptoKey |
CryptoKey.setImportOnly(Boolean importOnly)
Immutable.
|
CryptoKey |
CryptoKey.setLabels(Map<String,String> labels)
Labels with user-defined metadata.
|
CryptoKey |
CryptoKey.setName(String name)
Output only.
|
CryptoKey |
CryptoKey.setNextRotationTime(String nextRotationTime)
At next_rotation_time, the Key Management Service will automatically: 1.
|
CryptoKey |
CryptoKey.setPrimary(CryptoKeyVersion primary)
Output only.
|
CryptoKey |
CryptoKey.setPurpose(String purpose)
Immutable.
|
CryptoKey |
CryptoKey.setRotationPeriod(String rotationPeriod)
next_rotation_time will be advanced by this period when the service automatically rotates a
key.
|
CryptoKey |
CryptoKey.setVersionTemplate(CryptoKeyVersionTemplate versionTemplate)
A template describing settings for new CryptoKeyVersion instances.
|
| Modifier and Type | Method and Description |
|---|---|
List<CryptoKey> |
ListCryptoKeysResponse.getCryptoKeys()
The list of CryptoKeys.
|
| Modifier and Type | Method and Description |
|---|---|
ListCryptoKeysResponse |
ListCryptoKeysResponse.setCryptoKeys(List<CryptoKey> cryptoKeys)
The list of CryptoKeys.
|
Copyright © 2011–2022 Google. All rights reserved.