Interface ListMigrationWorkflowsResponseOrBuilder (0.16.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListMigrationWorkflowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMigrationWorkflows(int index)

public abstract MigrationWorkflow getMigrationWorkflows(int index)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MigrationWorkflow

getMigrationWorkflowsCount()

public abstract int getMigrationWorkflowsCount()

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;

Returns
TypeDescription
int

getMigrationWorkflowsList()

public abstract List<MigrationWorkflow> getMigrationWorkflowsList()

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;

Returns
TypeDescription
List<MigrationWorkflow>

getMigrationWorkflowsOrBuilder(int index)

public abstract MigrationWorkflowOrBuilder getMigrationWorkflowsOrBuilder(int index)

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MigrationWorkflowOrBuilder

getMigrationWorkflowsOrBuilderList()

public abstract List<? extends MigrationWorkflowOrBuilder> getMigrationWorkflowsOrBuilderList()

The migration workflows for the specified project / location.

repeated .google.cloud.bigquery.migration.v2alpha.MigrationWorkflow migration_workflows = 1;

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.migration.v2alpha.MigrationWorkflowOrBuilder>

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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.