Uses of Class
com.google.cloud.aiplatform.v1.MigratableResource
-
Packages that use MigratableResource Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of MigratableResource in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MigratableResource Modifier and Type Method Description MigratableResource
MigratableResource.Builder. build()
MigratableResource
MigratableResource.Builder. buildPartial()
static MigratableResource
MigratableResource. getDefaultInstance()
MigratableResource
MigratableResource.Builder. getDefaultInstanceForType()
MigratableResource
MigratableResource. getDefaultInstanceForType()
MigratableResource
MigrateResourceResponse.Builder. getMigratableResource()
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.MigratableResource
MigrateResourceResponse. getMigratableResource()
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.MigratableResource
MigrateResourceResponseOrBuilder. getMigratableResource()
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.MigratableResource
SearchMigratableResourcesResponse.Builder. getMigratableResources(int index)
All migratable resources that can be migrated to the location specified in the request.MigratableResource
SearchMigratableResourcesResponse. getMigratableResources(int index)
All migratable resources that can be migrated to the location specified in the request.MigratableResource
SearchMigratableResourcesResponseOrBuilder. getMigratableResources(int index)
All migratable resources that can be migrated to the location specified in the request.static MigratableResource
MigratableResource. parseDelimitedFrom(InputStream input)
static MigratableResource
MigratableResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigratableResource
MigratableResource. parseFrom(byte[] data)
static MigratableResource
MigratableResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigratableResource
MigratableResource. parseFrom(com.google.protobuf.ByteString data)
static MigratableResource
MigratableResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigratableResource
MigratableResource. parseFrom(com.google.protobuf.CodedInputStream input)
static MigratableResource
MigratableResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigratableResource
MigratableResource. parseFrom(InputStream input)
static MigratableResource
MigratableResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigratableResource
MigratableResource. parseFrom(ByteBuffer data)
static MigratableResource
MigratableResource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MigratableResource Modifier and Type Method Description List<MigratableResource>
SearchMigratableResourcesResponse.Builder. getMigratableResourcesList()
All migratable resources that can be migrated to the location specified in the request.List<MigratableResource>
SearchMigratableResourcesResponse. getMigratableResourcesList()
All migratable resources that can be migrated to the location specified in the request.List<MigratableResource>
SearchMigratableResourcesResponseOrBuilder. getMigratableResourcesList()
All migratable resources that can be migrated to the location specified in the request.com.google.protobuf.Parser<MigratableResource>
MigratableResource. getParserForType()
static com.google.protobuf.Parser<MigratableResource>
MigratableResource. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type MigratableResource Modifier and Type Method Description SearchMigratableResourcesResponse.Builder
SearchMigratableResourcesResponse.Builder. addMigratableResources(int index, MigratableResource value)
All migratable resources that can be migrated to the location specified in the request.SearchMigratableResourcesResponse.Builder
SearchMigratableResourcesResponse.Builder. addMigratableResources(MigratableResource value)
All migratable resources that can be migrated to the location specified in the request.MigratableResource.Builder
MigratableResource.Builder. mergeFrom(MigratableResource other)
MigrateResourceResponse.Builder
MigrateResourceResponse.Builder. mergeMigratableResource(MigratableResource value)
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.static MigratableResource.Builder
MigratableResource. newBuilder(MigratableResource prototype)
MigrateResourceResponse.Builder
MigrateResourceResponse.Builder. setMigratableResource(MigratableResource value)
Before migration, the identifier in ml.googleapis.com, automl.googleapis.com or datalabeling.googleapis.com.SearchMigratableResourcesResponse.Builder
SearchMigratableResourcesResponse.Builder. setMigratableResources(int index, MigratableResource value)
All migratable resources that can be migrated to the location specified in the request.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type MigratableResource Modifier and Type Method Description SearchMigratableResourcesResponse.Builder
SearchMigratableResourcesResponse.Builder. addAllMigratableResources(Iterable<? extends MigratableResource> values)
All migratable resources that can be migrated to the location specified in the request.static com.google.api.core.ApiFuture<MigrationServiceClient.SearchMigratableResourcesPagedResponse>
MigrationServiceClient.SearchMigratableResourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, com.google.api.core.ApiFuture<SearchMigratableResourcesResponse> futureResponse)
protected MigrationServiceClient.SearchMigratableResourcesPage
MigrationServiceClient.SearchMigratableResourcesPage. createPage(com.google.api.gax.rpc.PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, SearchMigratableResourcesResponse response)
com.google.api.core.ApiFuture<MigrationServiceClient.SearchMigratableResourcesPage>
MigrationServiceClient.SearchMigratableResourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchMigratableResourcesRequest,SearchMigratableResourcesResponse,MigratableResource> context, com.google.api.core.ApiFuture<SearchMigratableResourcesResponse> futureResponse)
-