public static final class ListMigrationSubtasksResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder> implements ListMigrationSubtasksResponseOrBuilder
Response object for a `ListMigrationSubtasks` call.Protobuf type
google.cloud.bigquery.migration.v2alpha.ListMigrationSubtasksResponse| Modifier and Type | Method and Description |
|---|---|
ListMigrationSubtasksResponse.Builder |
addAllMigrationSubtasks(Iterable<? extends MigrationSubtask> values)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
addMigrationSubtasks(int index,
MigrationSubtask.Builder builderForValue)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
addMigrationSubtasks(int index,
MigrationSubtask value)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
addMigrationSubtasks(MigrationSubtask.Builder builderForValue)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
addMigrationSubtasks(MigrationSubtask value)
The migration subtasks for the specified task.
|
MigrationSubtask.Builder |
addMigrationSubtasksBuilder()
The migration subtasks for the specified task.
|
MigrationSubtask.Builder |
addMigrationSubtasksBuilder(int index)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListMigrationSubtasksResponse |
build() |
ListMigrationSubtasksResponse |
buildPartial() |
ListMigrationSubtasksResponse.Builder |
clear() |
ListMigrationSubtasksResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListMigrationSubtasksResponse.Builder |
clearMigrationSubtasks()
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
ListMigrationSubtasksResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListMigrationSubtasksResponse.Builder |
clone() |
ListMigrationSubtasksResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MigrationSubtask |
getMigrationSubtasks(int index)
The migration subtasks for the specified task.
|
MigrationSubtask.Builder |
getMigrationSubtasksBuilder(int index)
The migration subtasks for the specified task.
|
List<MigrationSubtask.Builder> |
getMigrationSubtasksBuilderList()
The migration subtasks for the specified task.
|
int |
getMigrationSubtasksCount()
The migration subtasks for the specified task.
|
List<MigrationSubtask> |
getMigrationSubtasksList()
The migration subtasks for the specified task.
|
MigrationSubtaskOrBuilder |
getMigrationSubtasksOrBuilder(int index)
The migration subtasks for the specified task.
|
List<? extends MigrationSubtaskOrBuilder> |
getMigrationSubtasksOrBuilderList()
The migration subtasks for the specified task.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListMigrationSubtasksResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListMigrationSubtasksResponse.Builder |
mergeFrom(ListMigrationSubtasksResponse other) |
ListMigrationSubtasksResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListMigrationSubtasksResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListMigrationSubtasksResponse.Builder |
removeMigrationSubtasks(int index)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListMigrationSubtasksResponse.Builder |
setMigrationSubtasks(int index,
MigrationSubtask.Builder builderForValue)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
setMigrationSubtasks(int index,
MigrationSubtask value)
The migration subtasks for the specified task.
|
ListMigrationSubtasksResponse.Builder |
setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListMigrationSubtasksResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page.
|
ListMigrationSubtasksResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListMigrationSubtasksResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListMigrationSubtasksResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListMigrationSubtasksResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListMigrationSubtasksResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder mergeFrom(ListMigrationSubtasksResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public ListMigrationSubtasksResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListMigrationSubtasksResponse.Builder>IOExceptionpublic List<MigrationSubtask> getMigrationSubtasksList()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
getMigrationSubtasksList in interface ListMigrationSubtasksResponseOrBuilderpublic int getMigrationSubtasksCount()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
getMigrationSubtasksCount in interface ListMigrationSubtasksResponseOrBuilderpublic MigrationSubtask getMigrationSubtasks(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
getMigrationSubtasks in interface ListMigrationSubtasksResponseOrBuilderpublic ListMigrationSubtasksResponse.Builder setMigrationSubtasks(int index, MigrationSubtask value)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder setMigrationSubtasks(int index, MigrationSubtask.Builder builderForValue)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder addMigrationSubtasks(MigrationSubtask value)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder addMigrationSubtasks(int index, MigrationSubtask value)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder addMigrationSubtasks(MigrationSubtask.Builder builderForValue)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder addMigrationSubtasks(int index, MigrationSubtask.Builder builderForValue)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder addAllMigrationSubtasks(Iterable<? extends MigrationSubtask> values)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder clearMigrationSubtasks()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public ListMigrationSubtasksResponse.Builder removeMigrationSubtasks(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public MigrationSubtask.Builder getMigrationSubtasksBuilder(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public MigrationSubtaskOrBuilder getMigrationSubtasksOrBuilder(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
getMigrationSubtasksOrBuilder in interface ListMigrationSubtasksResponseOrBuilderpublic List<? extends MigrationSubtaskOrBuilder> getMigrationSubtasksOrBuilderList()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
getMigrationSubtasksOrBuilderList in interface ListMigrationSubtasksResponseOrBuilderpublic MigrationSubtask.Builder addMigrationSubtasksBuilder()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public MigrationSubtask.Builder addMigrationSubtasksBuilder(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
public List<MigrationSubtask.Builder> getMigrationSubtasksBuilderList()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
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;getNextPageToken in interface ListMigrationSubtasksResponseOrBuilderpublic com.google.protobuf.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;getNextPageTokenBytes in interface ListMigrationSubtasksResponseOrBuilderpublic ListMigrationSubtasksResponse.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;value - The nextPageToken to set.public ListMigrationSubtasksResponse.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;public ListMigrationSubtasksResponse.Builder setNextPageTokenBytes(com.google.protobuf.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;value - The bytes for nextPageToken to set.public final ListMigrationSubtasksResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>public final ListMigrationSubtasksResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListMigrationSubtasksResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.