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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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 for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListMigrationWorkflowsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListMigrationWorkflowsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListMigrationWorkflowsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMigrationWorkflows(int index)
public MigrationWorkflow getMigrationWorkflows(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
|
getMigrationWorkflowsBuilder(int index)
public MigrationWorkflow.Builder getMigrationWorkflowsBuilder(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
|
getMigrationWorkflowsBuilderList()
public List<MigrationWorkflow.Builder> getMigrationWorkflowsBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
getMigrationWorkflowsCount()
public int getMigrationWorkflowsCount()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
Returns |
---|
Type | Description |
int | |
getMigrationWorkflowsList()
public List<MigrationWorkflow> getMigrationWorkflowsList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
getMigrationWorkflowsOrBuilder(int index)
public MigrationWorkflowOrBuilder getMigrationWorkflowsOrBuilder(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
|
getMigrationWorkflowsOrBuilderList()
public List<? extends MigrationWorkflowOrBuilder> getMigrationWorkflowsOrBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.bigquery.migration.v2.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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListMigrationWorkflowsResponse other)
public ListMigrationWorkflowsResponse.Builder mergeFrom(ListMigrationWorkflowsResponse other)
public ListMigrationWorkflowsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListMigrationWorkflowsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListMigrationWorkflowsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeMigrationWorkflows(int index)
public ListMigrationWorkflowsResponse.Builder removeMigrationWorkflows(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
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListMigrationWorkflowsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.v2.MigrationWorkflow migration_workflows = 1;
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.v2.MigrationWorkflow migration_workflows = 1;
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListMigrationWorkflowsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListMigrationWorkflowsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides