Class ListMigrationWorkflowsResponse.Builder (0.33.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.v2alpha.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.v2alpha.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.bigquery.migration.v2alpha.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.v2alpha.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
valueMigrationWorkflow
Returns
TypeDescription