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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListMigrationWorkflowsResponse.BuilderImplements
ListMigrationWorkflowsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
values | Iterable<? extends com.google.cloud.bigquery.migration.v2alpha.MigrationWorkflow> |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | MigrationWorkflow |
Returns | |
---|---|
Type | Description |
|