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
@Generated
public interface SearchMigratableResourcesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMigratableResources(int index) All migratable resources that can be migrated to the location specified in the request.intAll migratable resources that can be migrated to the location specified in the request.All migratable resources that can be migrated to the location specified in the request.getMigratableResourcesOrBuilder(int index) All migratable resources that can be migrated to the location specified in the request.List<? extends MigratableResourceOrBuilder>All migratable resources that can be migrated to the location specified in the request.The standard next-page token.com.google.protobuf.ByteStringThe standard next-page token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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.
-