Uses of Class
com.google.cloud.kms.v1.KeyOperationAttestation.AttestationFormat
-
Packages that use KeyOperationAttestation.AttestationFormat Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) API -
-
Uses of KeyOperationAttestation.AttestationFormat in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return KeyOperationAttestation.AttestationFormat Modifier and Type Method Description static KeyOperationAttestation.AttestationFormat
KeyOperationAttestation.AttestationFormat. forNumber(int value)
KeyOperationAttestation.AttestationFormat
KeyOperationAttestation.Builder. getFormat()
Output only.KeyOperationAttestation.AttestationFormat
KeyOperationAttestation. getFormat()
Output only.KeyOperationAttestation.AttestationFormat
KeyOperationAttestationOrBuilder. getFormat()
Output only.static KeyOperationAttestation.AttestationFormat
KeyOperationAttestation.AttestationFormat. valueOf(int value)
Deprecated.static KeyOperationAttestation.AttestationFormat
KeyOperationAttestation.AttestationFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static KeyOperationAttestation.AttestationFormat
KeyOperationAttestation.AttestationFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyOperationAttestation.AttestationFormat[]
KeyOperationAttestation.AttestationFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.kms.v1 that return types with arguments of type KeyOperationAttestation.AttestationFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<KeyOperationAttestation.AttestationFormat>
KeyOperationAttestation.AttestationFormat. internalGetValueMap()
Methods in com.google.cloud.kms.v1 with parameters of type KeyOperationAttestation.AttestationFormat Modifier and Type Method Description KeyOperationAttestation.Builder
KeyOperationAttestation.Builder. setFormat(KeyOperationAttestation.AttestationFormat value)
Output only.
-