public interface ListMigrationSubtasksResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MigrationSubtask |
getMigrationSubtasks(int index)
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MigrationSubtask> getMigrationSubtasksList()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2.MigrationSubtask migration_subtasks = 1;
MigrationSubtask getMigrationSubtasks(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2.MigrationSubtask migration_subtasks = 1;
int getMigrationSubtasksCount()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2.MigrationSubtask migration_subtasks = 1;
List<? extends MigrationSubtaskOrBuilder> getMigrationSubtasksOrBuilderList()
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2.MigrationSubtask migration_subtasks = 1;
MigrationSubtaskOrBuilder getMigrationSubtasksOrBuilder(int index)
The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2.MigrationSubtask migration_subtasks = 1;
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;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;Copyright © 2024 Google LLC. All rights reserved.