Google Cloud Migration Center V1 Client - Class ReportConfig (0.1.0)

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

The groups and associated preference sets on which we can generate reports.

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

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. Name of resource.

↳ create_time Google\Protobuf\Timestamp

Output only. The timestamp when the resource was created.

↳ update_time Google\Protobuf\Timestamp

Output only. The timestamp when the resource was last updated.

↳ display_name string

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

↳ description string

Free-text description.

↳ group_preferenceset_assignments array<Google\Cloud\MigrationCenter\V1\ReportConfig\GroupPreferenceSetAssignment>

Required. Collection of combinations of groups and preference sets.

getName

Output only. Name of resource.

Returns
TypeDescription
string

setName

Output only. Name of resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The timestamp when the resource was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The timestamp when the resource was created.

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

getUpdateTime

Output only. The timestamp when the resource was last updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The timestamp when the resource was last updated.

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

getDisplayName

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

Returns
TypeDescription
string

setDisplayName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Free-text description.

Returns
TypeDescription
string

setDescription

Free-text description.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGroupPreferencesetAssignments

Required. Collection of combinations of groups and preference sets.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGroupPreferencesetAssignments

Required. Collection of combinations of groups and preference sets.

Parameter
NameDescription
var array<Google\Cloud\MigrationCenter\V1\ReportConfig\GroupPreferenceSetAssignment>
Returns
TypeDescription
$this