Class EncryptionSpec.Builder (3.84.0)

public static final class EncryptionSpec.Builder extends GeneratedMessage.Builder<EncryptionSpec.Builder> implements EncryptionSpecOrBuilder

Represents a customer-managed encryption key spec that can be applied to a top-level resource.

Protobuf type google.cloud.aiplatform.v1.EncryptionSpec

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public EncryptionSpec build()
Returns
Type Description
EncryptionSpec

buildPartial()

public EncryptionSpec buildPartial()
Returns
Type Description
EncryptionSpec

clear()

public EncryptionSpec.Builder clear()
Returns
Type Description
EncryptionSpec.Builder
Overrides

clearKmsKeyName()

public EncryptionSpec.Builder clearKmsKeyName()

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.

string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EncryptionSpec.Builder

This builder for chaining.

getDefaultInstanceForType()

public EncryptionSpec getDefaultInstanceForType()
Returns
Type Description
EncryptionSpec

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getKmsKeyName()

public String getKmsKeyName()

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.

string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The kmsKeyName.

getKmsKeyNameBytes()

public ByteString getKmsKeyNameBytes()

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.

string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for kmsKeyName.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(EncryptionSpec other)

public EncryptionSpec.Builder mergeFrom(EncryptionSpec other)
Parameter
Name Description
other EncryptionSpec
Returns
Type Description
EncryptionSpec.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EncryptionSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EncryptionSpec.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EncryptionSpec.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EncryptionSpec.Builder
Overrides

setKmsKeyName(String value)

public EncryptionSpec.Builder setKmsKeyName(String value)

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.

string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The kmsKeyName to set.

Returns
Type Description
EncryptionSpec.Builder

This builder for chaining.

setKmsKeyNameBytes(ByteString value)

public EncryptionSpec.Builder setKmsKeyNameBytes(ByteString value)

Required. The Cloud KMS resource identifier of the customer managed encryption key used to protect a resource. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. The key needs to be in the same region as where the compute resource is created.

string kms_key_name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for kmsKeyName to set.

Returns
Type Description
EncryptionSpec.Builder

This builder for chaining.