Google Cloud Migration Center V1 Client - Class GetImportJobRequest (1.0.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class GetImportJobRequest.

A request to get an import job.

Generated from protobuf message google.cloud.migrationcenter.v1.GetImportJobRequest

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the resource.

↳ view int

Optional. The level of details of the import job. Default value is FULL.

getName

Required. Name of the resource.

Returns
Type Description
string

setName

Required. Name of the resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getView

Optional. The level of details of the import job.

Default value is FULL.

Returns
Type Description
int

setView

Optional. The level of details of the import job.

Default value is FULL.

Parameter
Name Description
var int
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Name of the resource. Please see Google\Cloud\MigrationCenter\V1\MigrationCenterClient::importJobName() for help formatting this field.

Returns
Type Description
Google\Cloud\MigrationCenter\V1\GetImportJobRequest