Class CryptoKeyConfig.Builder (1.83.0)

public static final class CryptoKeyConfig.Builder extends GeneratedMessage.Builder<CryptoKeyConfig.Builder> implements CryptoKeyConfigOrBuilder

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

Protobuf type google.cloud.datafusion.v1.CryptoKeyConfig

Static Methods

getDescriptor()

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

Methods

build()

public CryptoKeyConfig build()
Returns
Type Description
CryptoKeyConfig

buildPartial()

public CryptoKeyConfig buildPartial()
Returns
Type Description
CryptoKeyConfig

clear()

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

clearKeyReference()

public CryptoKeyConfig.Builder clearKeyReference()

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
CryptoKeyConfig.Builder

This builder for chaining.

getDefaultInstanceForType()

public CryptoKeyConfig getDefaultInstanceForType()
Returns
Type Description
CryptoKeyConfig

getDescriptorForType()

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

getKeyReference()

public String getKeyReference()

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The keyReference.

getKeyReferenceBytes()

public ByteString getKeyReferenceBytes()

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for keyReference.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CryptoKeyConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setKeyReference(String value)

public CryptoKeyConfig.Builder setKeyReference(String value)

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The keyReference to set.

Returns
Type Description
CryptoKeyConfig.Builder

This builder for chaining.

setKeyReferenceBytes(ByteString value)

public CryptoKeyConfig.Builder setKeyReferenceBytes(ByteString value)

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

string key_reference = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for keyReference to set.

Returns
Type Description
CryptoKeyConfig.Builder

This builder for chaining.