Package com.google.cloud.aiplatform.v1
Interface SearchMigratableResourcesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchMigratableResourcesResponse
,SearchMigratableResourcesResponse.Builder
public interface SearchMigratableResourcesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigratableResource
getMigratableResources(int index)
All migratable resources that can be migrated to the location specified in the request.int
getMigratableResourcesCount()
All migratable resources that can be migrated to the location specified in the request.List<MigratableResource>
getMigratableResourcesList()
All migratable resources that can be migrated to the location specified in the request.MigratableResourceOrBuilder
getMigratableResourcesOrBuilder(int index)
All migratable resources that can be migrated to the location specified in the request.List<? extends MigratableResourceOrBuilder>
getMigratableResourcesOrBuilderList()
All migratable resources that can be migrated to the location specified in the request.String
getNextPageToken()
The standard next-page token.com.google.protobuf.ByteString
getNextPageTokenBytes()
The standard next-page token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMigratableResourcesList
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;
-
getMigratableResources
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;
-
getMigratableResourcesCount
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;
-
getMigratableResourcesOrBuilderList
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;
-
getMigratableResourcesOrBuilder
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;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
-