Google Cloud Vm Migration V1 Client - Class TargetProject (0.6.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class TargetProject.

TargetProject message represents a target Compute Engine project for a migration or a clone.

Generated from protobuf message google.cloud.vmmigration.v1.TargetProject

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The name of the target project.

↳ project string

The target project ID (number) or project name.

↳ description string

The target project's description.

↳ create_time Google\Protobuf\Timestamp

Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).

↳ update_time Google\Protobuf\Timestamp

Output only. The last time the target project resource was updated.

getName

Output only. The name of the target project.

Returns
Type Description
string

setName

Output only. The name of the target project.

Parameter
Name Description
var string
Returns
Type Description
$this

getProject

The target project ID (number) or project name.

Returns
Type Description
string

setProject

The target project ID (number) or project name.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

The target project's description.

Returns
Type Description
string

setDescription

The target project's description.

Parameter
Name Description
var string
Returns
Type Description
$this

getCreateTime

Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).

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

getUpdateTime

Output only. The last time the target project resource was updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The last time the target project resource was updated.

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