Package com.google.cloud.aiplatform.v1
Interface BatchMigrateResourcesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchMigrateResourcesRequest
,BatchMigrateResourcesRequest.Builder
public interface BatchMigrateResourcesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MigrateResourceRequest
getMigrateResourceRequests(int index)
Required.int
getMigrateResourceRequestsCount()
Required.List<MigrateResourceRequest>
getMigrateResourceRequestsList()
Required.MigrateResourceRequestOrBuilder
getMigrateResourceRequestsOrBuilder(int index)
Required.List<? extends MigrateResourceRequestOrBuilder>
getMigrateResourceRequestsOrBuilderList()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The location of the migrated resource will live in. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The location of the migrated resource will live in. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for parent.
-
getMigrateResourceRequestsList
List<MigrateResourceRequest> getMigrateResourceRequestsList()
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getMigrateResourceRequests
MigrateResourceRequest getMigrateResourceRequests(int index)
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getMigrateResourceRequestsCount
int getMigrateResourceRequestsCount()
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getMigrateResourceRequestsOrBuilderList
List<? extends MigrateResourceRequestOrBuilder> getMigrateResourceRequestsOrBuilderList()
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
getMigrateResourceRequestsOrBuilder
MigrateResourceRequestOrBuilder getMigrateResourceRequestsOrBuilder(int index)
Required. The request messages specifying the resources to migrate. They must be in the same location as the destination. Up to 50 resources can be migrated in one batch.
repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];
-
-