Class DeleteProcessRequest.Builder (0.75.0)

public static final class DeleteProcessRequest.Builder extends GeneratedMessage.Builder<DeleteProcessRequest.Builder> implements DeleteProcessRequestOrBuilder

Request message for DeleteProcess.

Protobuf type google.cloud.datacatalog.lineage.v1.DeleteProcessRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteProcessRequest build()
Returns
Type Description
DeleteProcessRequest

buildPartial()

public DeleteProcessRequest buildPartial()
Returns
Type Description
DeleteProcessRequest

clear()

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

clearAllowMissing()

public DeleteProcessRequest.Builder clearAllowMissing()

If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.

bool allow_missing = 2;

Returns
Type Description
DeleteProcessRequest.Builder

This builder for chaining.

clearName()

public DeleteProcessRequest.Builder clearName()

Required. The name of the process to delete.

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

Returns
Type Description
DeleteProcessRequest.Builder

This builder for chaining.

getAllowMissing()

public boolean getAllowMissing()

If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.

bool allow_missing = 2;

Returns
Type Description
boolean

The allowMissing.

getDefaultInstanceForType()

public DeleteProcessRequest getDefaultInstanceForType()
Returns
Type Description
DeleteProcessRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the process 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 process 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(DeleteProcessRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAllowMissing(boolean value)

public DeleteProcessRequest.Builder setAllowMissing(boolean value)

If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.

bool allow_missing = 2;

Parameter
Name Description
value boolean

The allowMissing to set.

Returns
Type Description
DeleteProcessRequest.Builder

This builder for chaining.

setName(String value)

public DeleteProcessRequest.Builder setName(String value)

Required. The name of the process 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
DeleteProcessRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteProcessRequest.Builder setNameBytes(ByteString value)

Required. The name of the process 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
DeleteProcessRequest.Builder

This builder for chaining.