Package com.google.cloud.gkebackup.v1
Interface EncryptionKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EncryptionKey
,EncryptionKey.Builder
public interface EncryptionKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGcpKmsEncryptionKey()
Google Cloud KMS encryption key.com.google.protobuf.ByteString
getGcpKmsEncryptionKeyBytes()
Google Cloud KMS encryption key.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGcpKmsEncryptionKey
String getGcpKmsEncryptionKey()
Google Cloud KMS encryption key. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
string gcp_kms_encryption_key = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The gcpKmsEncryptionKey.
-
getGcpKmsEncryptionKeyBytes
com.google.protobuf.ByteString getGcpKmsEncryptionKeyBytes()
Google Cloud KMS encryption key. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
string gcp_kms_encryption_key = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for gcpKmsEncryptionKey.
-
-