Class ListMigrationWorkflowsResponse.Builder (0.27.0)

public static final class ListMigrationWorkflowsResponse.Builder extends GeneratedMessageV3.Builder<ListMigrationWorkflowsResponse.Builder> implements ListMigrationWorkflowsResponseOrBuilder

Response object for a ListMigrationWorkflows call.

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllMigrationWorkflows(Iterable<? extends MigrationWorkflow> values)

public ListMigrationWorkflowsResponse.Builder addAllMigrationWorkflows(Iterable<? extends MigrationWorkflow> values)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.bigquery.migration.v2.MigrationWorkflow>
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder

addMigrationWorkflows(MigrationWorkflow value)

public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(MigrationWorkflow value)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
valueMigrationWorkflow
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder

addMigrationWorkflows(MigrationWorkflow.Builder builderForValue)

public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(MigrationWorkflow.Builder builderForValue)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
builderForValueMigrationWorkflow.Builder
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder

addMigrationWorkflows(int index, MigrationWorkflow value)

public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(int index, MigrationWorkflow value)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Parameters
NameDescription
indexint
valueMigrationWorkflow
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder

addMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)

public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Parameters
NameDescription
indexint
builderForValueMigrationWorkflow.Builder
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder

addMigrationWorkflowsBuilder()

public MigrationWorkflow.Builder addMigrationWorkflowsBuilder()

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Returns
TypeDescription
MigrationWorkflow.Builder

addMigrationWorkflowsBuilder(int index)

public MigrationWorkflow.Builder addMigrationWorkflowsBuilder(int index)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MigrationWorkflow.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListMigrationWorkflowsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder
Overrides

build()

public ListMigrationWorkflowsResponse build()
Returns
TypeDescription
ListMigrationWorkflowsResponse

buildPartial()

public ListMigrationWorkflowsResponse buildPartial()
Returns
TypeDescription
ListMigrationWorkflowsResponse

clear()

public ListMigrationWorkflowsResponse.Builder clear()
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListMigrationWorkflowsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListMigrationWorkflowsResponse.Builder
Overrides

clearMigrationWorkflows()

public ListMigrationWorkflowsResponse.Builder clearMigrationWorkflows()

The migration workflows fo