public interface ListMigrationSubtasksResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMigrationSubtasks(int index)
public abstract MigrationSubtask getMigrationSubtasks(int index)The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MigrationSubtask |
|
getMigrationSubtasksCount()
public abstract int getMigrationSubtasksCount()The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMigrationSubtasksList()
public abstract List<MigrationSubtask> getMigrationSubtasksList()The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
| Returns | |
|---|---|
| Type | Description |
List<MigrationSubtask> |
|
getMigrationSubtasksOrBuilder(int index)
public abstract MigrationSubtaskOrBuilder getMigrationSubtasksOrBuilder(int index)The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MigrationSubtaskOrBuilder |
|
getMigrationSubtasksOrBuilderList()
public abstract List<? extends MigrationSubtaskOrBuilder> getMigrationSubtasksOrBuilderList()The migration subtasks for the specified task.
repeated .google.cloud.bigquery.migration.v2alpha.MigrationSubtask migration_subtasks = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.migration.v2alpha.MigrationSubtaskOrBuilder> |
|
getNextPageToken()
public abstract 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 abstract 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. |