Class DeleteEntityRequest.Builder (1.81.0)

public static final class DeleteEntityRequest.Builder extends GeneratedMessage.Builder<DeleteEntityRequest.Builder> implements DeleteEntityRequestOrBuilder

Delete a metadata entity request.

Protobuf type google.cloud.dataplex.v1.DeleteEntityRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteEntityRequest build()
Returns
Type Description
DeleteEntityRequest

buildPartial()

public DeleteEntityRequest buildPartial()
Returns
Type Description
DeleteEntityRequest

clear()

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

clearEtag()

public DeleteEntityRequest.Builder clearEtag()

Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

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

Returns
Type Description
DeleteEntityRequest.Builder

This builder for chaining.

clearName()

public DeleteEntityRequest.Builder clearName()

Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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

Returns
Type Description
DeleteEntityRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteEntityRequest getDefaultInstanceForType()
Returns
Type Description
DeleteEntityRequest

getDescriptorForType()

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

getEtag()

public String getEtag()

Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

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

Returns
Type Description
String

The etag.

getEtagBytes()

public ByteString getEtagBytes()

Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

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

Returns
Type Description
ByteString

The bytes for etag.

getName()

public String getName()

Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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(DeleteEntityRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setEtag(String value)

public DeleteEntityRequest.Builder setEtag(String value)

Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

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

Parameter
Name Description
value String

The etag to set.

Returns
Type Description
DeleteEntityRequest.Builder

This builder for chaining.

setEtagBytes(ByteString value)

public DeleteEntityRequest.Builder setEtagBytes(ByteString value)

Required. The etag associated with the entity, which can be retrieved with a [GetEntity][] request.

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

Parameter
Name Description
value ByteString

The bytes for etag to set.

Returns
Type Description
DeleteEntityRequest.Builder

This builder for chaining.

setName(String value)

public DeleteEntityRequest.Builder setName(String value)

Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteEntityRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteEntityRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

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
DeleteEntityRequest.Builder

This builder for chaining.