public interface ListMigrationWorkflowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MigrationWorkflow |
getMigrationWorkflows(int index)
The migration workflows for the specified project / location.
|
int |
getMigrationWorkflowsCount()
The migration workflows for the specified project / location.
|
List<MigrationWorkflow> |
getMigrationWorkflowsList()
The migration workflows for the specified project / location.
|
MigrationWorkflowOrBuilder |
getMigrationWorkflowsOrBuilder(int index)
The migration workflows for the specified project / location.
|
List<? extends MigrationWorkflowOrBuilder> |
getMigrationWorkflowsOrBuilderList()
The migration workflows for the specified project / location.
|
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<MigrationWorkflow> getMigrationWorkflowsList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
MigrationWorkflow getMigrationWorkflows(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
int getMigrationWorkflowsCount()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
List<? extends MigrationWorkflowOrBuilder> getMigrationWorkflowsOrBuilderList()
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 1;
MigrationWorkflowOrBuilder getMigrationWorkflowsOrBuilder(int index)
The migration workflows for the specified project / location.
repeated .google.cloud.bigquery.migration.v2.MigrationWorkflow migration_workflows = 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.