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

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

Represents a combination of a group with a preference set.

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

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ ReportConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ group string

Required. Name of the group.

↳ preference_set string

Required. Name of the Preference Set.

getGroup

Required. Name of the group.

Returns
TypeDescription
string

setGroup

Required. Name of the group.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPreferenceSet

Required. Name of the Preference Set.

Returns
TypeDescription
string

setPreferenceSet

Required. Name of the Preference Set.

Parameter
NameDescription
var string
Returns
TypeDescription
$this