public static interface ReportConfig.GroupPreferenceSetAssignmentOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroup()
public abstract String getGroup()
Required. Name of the group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for preferenceSet. |