Google Cloud Vm Migration V1 Client - Class Group (0.4.2)

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

Describes message for 'Group' resource. The Group is a collections of several MigratingVms.

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

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The Group name.

↳ create_time Google\Protobuf\Timestamp

Output only. The create time timestamp.

↳ update_time Google\Protobuf\Timestamp

Output only. The update time timestamp.

↳ description string

User-provided description of the group.

↳ display_name string

Display name is a user defined name for this group which can be updated.

getName

Output only. The Group name.

Returns
TypeDescription
string

setName

Output only. The Group name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The create time timestamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The create time timestamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The update time timestamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The update time timestamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getDescription

User-provided description of the group.

Returns
TypeDescription
string

setDescription

User-provided description of the group.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

Display name is a user defined name for this group which can be updated.

Returns
TypeDescription
string

setDisplayName

Display name is a user defined name for this group which can be updated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this