Uses of Class
com.google.cloud.metastore.v1alpha.EncryptionConfig.Builder
-
Packages that use EncryptionConfig.Builder Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore API -
-
Uses of EncryptionConfig.Builder in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return EncryptionConfig.Builder Modifier and Type Method Description EncryptionConfig.Builder
EncryptionConfig.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionConfig.Builder
EncryptionConfig.Builder. clear()
EncryptionConfig.Builder
EncryptionConfig.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EncryptionConfig.Builder
EncryptionConfig.Builder. clearKmsKey()
The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form: `projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.EncryptionConfig.Builder
EncryptionConfig.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EncryptionConfig.Builder
EncryptionConfig.Builder. clone()
EncryptionConfig.Builder
Service.Builder. getEncryptionConfigBuilder()
Immutable.EncryptionConfig.Builder
EncryptionConfig.Builder. mergeFrom(EncryptionConfig other)
EncryptionConfig.Builder
EncryptionConfig.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EncryptionConfig.Builder
EncryptionConfig.Builder. mergeFrom(com.google.protobuf.Message other)
EncryptionConfig.Builder
EncryptionConfig.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static EncryptionConfig.Builder
EncryptionConfig. newBuilder()
static EncryptionConfig.Builder
EncryptionConfig. newBuilder(EncryptionConfig prototype)
EncryptionConfig.Builder
EncryptionConfig. newBuilderForType()
protected EncryptionConfig.Builder
EncryptionConfig. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
EncryptionConfig.Builder
EncryptionConfig.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionConfig.Builder
EncryptionConfig.Builder. setKmsKey(String value)
The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form: `projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.EncryptionConfig.Builder
EncryptionConfig.Builder. setKmsKeyBytes(com.google.protobuf.ByteString value)
The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form: `projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}`.EncryptionConfig.Builder
EncryptionConfig.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EncryptionConfig.Builder
EncryptionConfig.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EncryptionConfig.Builder
EncryptionConfig. toBuilder()
Methods in com.google.cloud.metastore.v1alpha with parameters of type EncryptionConfig.Builder Modifier and Type Method Description Service.Builder
Service.Builder. setEncryptionConfig(EncryptionConfig.Builder builderForValue)
Immutable.
-