| Modifier and Type | Method and Description |
|---|---|
static EncryptionKeyRevocationAction |
EncryptionKeyRevocationAction.forNumber(int value) |
EncryptionKeyRevocationAction |
RevisionTemplateOrBuilder.getEncryptionKeyRevocationAction()
Optional.
|
EncryptionKeyRevocationAction |
RevisionTemplate.getEncryptionKeyRevocationAction()
Optional.
|
EncryptionKeyRevocationAction |
RevisionTemplate.Builder.getEncryptionKeyRevocationAction()
Optional.
|
EncryptionKeyRevocationAction |
RevisionOrBuilder.getEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
|
EncryptionKeyRevocationAction |
Revision.getEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
|
EncryptionKeyRevocationAction |
Revision.Builder.getEncryptionKeyRevocationAction()
The action to take if the encryption key is revoked.
|
static EncryptionKeyRevocationAction |
EncryptionKeyRevocationAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EncryptionKeyRevocationAction |
EncryptionKeyRevocationAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EncryptionKeyRevocationAction |
EncryptionKeyRevocationAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionKeyRevocationAction[] |
EncryptionKeyRevocationAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EncryptionKeyRevocationAction> |
EncryptionKeyRevocationAction.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RevisionTemplate.Builder |
RevisionTemplate.Builder.setEncryptionKeyRevocationAction(EncryptionKeyRevocationAction value)
Optional.
|
Revision.Builder |
Revision.Builder.setEncryptionKeyRevocationAction(EncryptionKeyRevocationAction value)
The action to take if the encryption key is revoked.
|
Copyright © 2025 Google LLC. All rights reserved.