public static final class EncryptionConfig.Builder extends GeneratedMessage.Builder<EncryptionConfig.Builder> implements EncryptionConfigOrBuilderEncryption settings for the service.
Protobuf type google.cloud.metastore.v1beta.EncryptionConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EncryptionConfig.BuilderImplements
EncryptionConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public EncryptionConfig build()| Returns | |
|---|---|
| Type | Description |
EncryptionConfig |
|
buildPartial()
public EncryptionConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
EncryptionConfig |
|
clear()
public EncryptionConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
|
clearKmsKey()
public 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}.
string kms_key = 1;
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public EncryptionConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
EncryptionConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKmsKey()
public String getKmsKey()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}.
string kms_key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKey. |
getKmsKeyBytes()
public ByteString getKmsKeyBytes()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}.
string kms_key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKey. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(EncryptionConfig other)
public EncryptionConfig.Builder mergeFrom(EncryptionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
EncryptionConfig |
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EncryptionConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public EncryptionConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
|
setKmsKey(String value)
public 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}.
string kms_key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kmsKey to set. |
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
This builder for chaining. |
setKmsKeyBytes(ByteString value)
public EncryptionConfig.Builder setKmsKeyBytes(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}.
string kms_key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kmsKey to set. |
| Returns | |
|---|---|
| Type | Description |
EncryptionConfig.Builder |
This builder for chaining. |