Google Cloud Ai Platform V1 Client - Class BatchMigrateResourcesRequest (0.30.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

Namespace

Google \ Cloud \ AIPlatform \ V1

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}

Returns
TypeDescription
string

setParent

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

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

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.

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.

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

static::build

Parameters
NameDescription
parent string

Required. The location of the migrated resource will live in. Format: projects/{project}/locations/{location} Please see Google\Cloud\AIPlatform\V1\MigrationServiceClient::locationName() for help formatting this field.

migrateResourceRequests 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.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\BatchMigrateResourcesRequest