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 \ V1Methods
__construct
Constructor.
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.
string
setName
Required. Name of the resource.
var
string
$this
getView
Optional. The level of details of the import job.
Default value is FULL.
int
setView
Optional. The level of details of the import job.
Default value is FULL.
var
int
$this
static::build
name
string
Required. Name of the resource. Please see MigrationCenterClient::importJobName() for help formatting this field.