Class DeleteMigrationWorkflowRequest.Builder (0.86.0)

public static final class DeleteMigrationWorkflowRequest.Builder extends GeneratedMessage.Builder<DeleteMigrationWorkflowRequest.Builder> implements DeleteMigrationWorkflowRequestOrBuilder

A request to delete a previously created migration workflow.

Protobuf type google.cloud.bigquery.migration.v2.DeleteMigrationWorkflowRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteMigrationWorkflowRequest build()
Returns
Type Description
DeleteMigrationWorkflowRequest

buildPartial()

public DeleteMigrationWorkflowRequest buildPartial()
Returns
Type Description
DeleteMigrationWorkflowRequest

clear()

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

clearName()

public DeleteMigrationWorkflowRequest.Builder clearName()

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

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

Returns
Type Description
DeleteMigrationWorkflowRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteMigrationWorkflowRequest getDefaultInstanceForType()
Returns
Type Description
DeleteMigrationWorkflowRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DeleteMigrationWorkflowRequest.Builder setName(String value)

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteMigrationWorkflowRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteMigrationWorkflowRequest.Builder setNameBytes(ByteString value)

Required. The unique identifier for the migration workflow. Example: projects/123/locations/us/workflows/1234

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

This builder for chaining.