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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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 |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.bigquery.migration.v2.MigrationWorkflow>
|
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;
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;
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;
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;
addMigrationWorkflowsBuilder()
public MigrationWorkflow.Builder addMigrationWorkflowsBuilder()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
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 |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListMigrationWorkflowsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListMigrationWorkflowsResponse build()
buildPartial()
public ListMigrationWorkflowsResponse buildPartial()
clear()
public ListMigrationWorkflowsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListMigrationWorkflowsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearMigrationWorkflows()
public ListMigrationWorkflowsResponse.Builder clearMigrationWorkflows()
The migration workflows fo