Interface BatchMigrateResourcesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BatchMigrateResourcesRequest, BatchMigrateResourcesRequest.Builder

@Generated public interface BatchMigrateResourcesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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];