public static interface Bucket.EncryptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDefaultKmsKey()
The name of the Cloud KMS key that will be used to encrypt objects
inserted into this bucket, if no encryption method is specified.
|
com.google.protobuf.ByteString |
getDefaultKmsKeyBytes()
The name of the Cloud KMS key that will be used to encrypt objects
inserted into this bucket, if no encryption method is specified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDefaultKmsKey()
The name of the Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
string default_kms_key = 1 [(.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDefaultKmsKeyBytes()
The name of the Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.
string default_kms_key = 1 [(.google.api.resource_reference) = { ... }
Copyright © 2023 Google LLC. All rights reserved.