Google Cloud Ai Platform V1 Client - Class BatchMigrateResourcesRequest (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchMigrateResourcesRequest.

Request message for MigrationService.BatchMigrateResources.

Generated from protobuf message google.cloud.aiplatform.v1.BatchMigrateResourcesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location}

↳ migrate_resource_requests array<Google\Cloud\AIPlatform\V1\MigrateResourceRequest>

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.

getParent

Required. The location of the migrated resource will live in.

Format: projects/{project}/locations/{location}

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setParent

Required. The location of the migrated resource will live in.

Format: projects/{project}/locations/{location}

Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMigrateResourceRequests

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.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMigrateResourceRequests

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.

Generated from protobuf field repeated .google.cloud.aiplatform.v1.MigrateResourceRequest migrate_resource_requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\MigrateResourceRequest>
Returns
TypeDescription
$this