Interface SearchMigratableResourcesResponseOrBuilder (3.42.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.