Interface ReportConfig.GroupPreferenceSetAssignmentOrBuilder (0.4.0)

public static interface ReportConfig.GroupPreferenceSetAssignmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGroup()

public abstract String getGroup()

Required. Name of the group.

string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The group.

getGroupBytes()

public abstract ByteString getGroupBytes()

Required. Name of the group.

string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for group.

getPreferenceSet()

public abstract String getPreferenceSet()

Required. Name of the Preference Set.

string preference_set = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The preferenceSet.

getPreferenceSetBytes()

public abstract ByteString getPreferenceSetBytes()

Required. Name of the Preference Set.

string preference_set = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for preferenceSet.