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
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
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
Returns
addMigrationWorkflows(MigrationWorkflow.Builder builderForValue)
public ListMigrationWorkflowsResponse.Builder addMigrationWorkflows(MigrationWorkflow.Builder builderForValue)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameter
Returns
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.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameters
Returns
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.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameters
Returns
addMigrationWorkflowsBuilder()
public MigrationWorkflow.Builder addMigrationWorkflowsBuilder()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Returns
addMigrationWorkflowsBuilder(int index)
public MigrationWorkflow.Builder addMigrationWorkflowsBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListMigrationWorkflowsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListMigrationWorkflowsResponse build()
Returns
buildPartial()
public ListMigrationWorkflowsResponse buildPartial()
Returns
clear()
public ListMigrationWorkflowsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListMigrationWorkflowsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearMigrationWorkflows()
public ListMigrationWorkflowsResponse.Builder clearMigrationWorkflows()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Returns
clearNextPageToken()
public ListMigrationWorkflowsResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListMigrationWorkflowsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListMigrationWorkflowsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListMigrationWorkflowsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getMigrationWorkflows(int index)
public MigrationWorkflow getMigrationWorkflows(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameter
Returns
getMigrationWorkflowsBuilder(int index)
public MigrationWorkflow.Builder getMigrationWorkflowsBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameter
Returns
getMigrationWorkflowsBuilderList()
public List<MigrationWorkflow.Builder> getMigrationWorkflowsBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Returns
getMigrationWorkflowsCount()
public int getMigrationWorkflowsCount()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Returns
getMigrationWorkflowsList()
public List<MigrationWorkflow> getMigrationWorkflowsList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Returns
getMigrationWorkflowsOrBuilder(int index)
public MigrationWorkflowOrBuilder getMigrationWorkflowsOrBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameter
Returns
getMigrationWorkflowsOrBuilderList()
public List<? extends MigrationWorkflowOrBuilder> getMigrationWorkflowsOrBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Returns
Type | Description |
List<? extends com.google.cloud.bigquery.migration.v2alpha.MigrationWorkflowOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListMigrationWorkflowsResponse other)
public ListMigrationWorkflowsResponse.Builder mergeFrom(ListMigrationWorkflowsResponse other)
Parameter
Returns
public ListMigrationWorkflowsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListMigrationWorkflowsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListMigrationWorkflowsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeMigrationWorkflows(int index)
public ListMigrationWorkflowsResponse.Builder removeMigrationWorkflows(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListMigrationWorkflowsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setMigrationWorkflows(int index, MigrationWorkflow value)
public ListMigrationWorkflowsResponse.Builder setMigrationWorkflows(int index, MigrationWorkflow value)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameters
Returns
setMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)
public ListMigrationWorkflowsResponse.Builder setMigrationWorkflows(int index, MigrationWorkflow.Builder builderForValue)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;
Parameters
Returns
setNextPageToken(String value)
public ListMigrationWorkflowsResponse.Builder setNextPageToken(String value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListMigrationWorkflowsResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListMigrationWorkflowsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListMigrationWorkflowsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides