Interface SearchMigratableResourcesResponseOrBuilder (3.71.0)

public interface SearchMigratableResourcesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMigratableResources(int index)

public abstract MigratableResource getMigratableResources(int index)

All migratable resources that can be migrated to the ___location specified in the request.

repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
MigratableResource

getMigratableResourcesCount()

public abstract int getMigratableResourcesCount()

All migratable resources that can be migrated to the ___location specified in the request.

repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;

Returns
Type Description
int

getMigratableResourcesList()

public abstract List<MigratableResource> getMigratableResourcesList()

All migratable resources that can be migrated to the ___location specified in the request.

repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;

Returns
Type Description
List<MigratableResource>

getMigratableResourcesOrBuilder(int index)

public abstract MigratableResourceOrBuilder getMigratableResourcesOrBuilder(int index)

All migratable resources that can be migrated to the ___location specified in the request.

repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
MigratableResourceOrBuilder

getMigratableResourcesOrBuilderList()

public abstract List<? extends MigratableResourceOrBuilder> getMigratableResourcesOrBuilderList()

All migratable resources that can be migrated to the ___location specified in the request.

repeated .google.cloud.aiplatform.v1.MigratableResource migratable_resources = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.MigratableResourceOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.