public interface SearchMigratableResourcesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;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;Copyright © 2023 Google LLC. All rights reserved.