Class DeleteEncryptionConfigRequest.Builder (1.81.0)

public static final class DeleteEncryptionConfigRequest.Builder extends GeneratedMessage.Builder<DeleteEncryptionConfigRequest.Builder> implements DeleteEncryptionConfigRequestOrBuilder

Delete EncryptionConfig Request

Protobuf type google.cloud.dataplex.v1.DeleteEncryptionConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteEncryptionConfigRequest build()
Returns
Type Description
DeleteEncryptionConfigRequest

buildPartial()

public DeleteEncryptionConfigRequest buildPartial()
Returns
Type Description
DeleteEncryptionConfigRequest

clear()

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

clearEtag()

public DeleteEncryptionConfigRequest.Builder clearEtag()

Optional. Etag of the EncryptionConfig. This is a strong etag.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeleteEncryptionConfigRequest.Builder

This builder for chaining.

clearName()

public DeleteEncryptionConfigRequest.Builder clearName()

Required. The name of the EncryptionConfig to delete.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteEncryptionConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteEncryptionConfigRequest getDefaultInstanceForType()
Returns
Type Description
DeleteEncryptionConfigRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Optional. Etag of the EncryptionConfig. This is a strong etag.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Optional. Etag of the EncryptionConfig. This is a strong etag.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. The name of the EncryptionConfig to delete.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the EncryptionConfig to delete.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteEncryptionConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeleteEncryptionConfigRequest.Builder setEtag(String value)

Optional. Etag of the EncryptionConfig. This is a strong etag.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeleteEncryptionConfigRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteEncryptionConfigRequest.Builder setEtagBytes(ByteString value)

Optional. Etag of the EncryptionConfig. This is a strong etag.

string etag = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeleteEncryptionConfigRequest.Builder

This builder for chaining.

setName(String value)

public DeleteEncryptionConfigRequest.Builder setName(String value)

Required. The name of the EncryptionConfig to delete.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteEncryptionConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteEncryptionConfigRequest.Builder setNameBytes(ByteString value)

Required. The name of the EncryptionConfig to delete.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteEncryptionConfigRequest.Builder

This builder for chaining.