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

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

Report represents a point-in-time rendering of the ReportConfig results.

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

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Name of resource.

↳ create_time Google\Protobuf\Timestamp

Output only. Creation timestamp.

↳ update_time Google\Protobuf\Timestamp

Output only. Last update timestamp.

↳ display_name string

User-friendly display name. Maximum length is 63 characters.

↳ description string

Free-text description.

↳ type int

Report type.

↳ state int

Report creation state.

↳ summary Google\Cloud\MigrationCenter\V1\ReportSummary

Output only. Summary view of the Report.

getName

Output only. Name of resource.

Returns
Type Description
string

setName

Output only. Name of resource.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. Creation timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Creation timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

Output only. Last update timestamp.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Last update timestamp.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getDisplayName

User-friendly display name. Maximum length is 63 characters.

Returns
Type Description
string

setDisplayName

User-friendly display name. Maximum length is 63 characters.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Free-text description.

Returns
Type Description
string

setDescription

Free-text description.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

Report type.

Returns
Type Description
int

setType

Report type.

Parameter
Name Description
var int
Returns
Type Description
$this

getState

Report creation state.

Returns
Type Description
int

setState

Report creation state.

Parameter
Name Description
var int
Returns
Type Description
$this

getSummary

Output only. Summary view of the Report.

Returns
Type Description
Google\Cloud\MigrationCenter\V1\ReportSummary|null

hasSummary

clearSummary

setSummary

Output only. Summary view of the Report.

Parameter
Name Description
var Google\Cloud\MigrationCenter\V1\ReportSummary
Returns
Type Description
$this