Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::ReportConfig::GroupPreferenceSetAssignment (v0.2.2)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ReportConfig::GroupPreferenceSetAssignment.

Represents a combination of a group with a preference set.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#group

def group() -> ::String
Returns
  • (::String) — Required. Name of the group.

#group=

def group=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the group.
Returns
  • (::String) — Required. Name of the group.

#preference_set

def preference_set() -> ::String
Returns
  • (::String) — Required. Name of the Preference Set.

#preference_set=

def preference_set=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the Preference Set.
Returns
  • (::String) — Required. Name of the Preference Set.