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

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
NameDescription
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
TypeDescription
string

setName

Required. Name of the resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. The level of details of the import job.

Default value is FULL.

Returns
TypeDescription
int

setView

Optional. The level of details of the import job.

Default value is FULL.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

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

Returns
TypeDescription
Google\Cloud\MigrationCenter\V1\GetImportJobRequest