Interface ReportConfig.GroupPreferenceSetAssignmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportConfig.GroupPreferenceSetAssignment,ReportConfig.GroupPreferenceSetAssignment.Builder
- Enclosing class:
- ReportConfig
public static interface ReportConfig.GroupPreferenceSetAssignmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroup()Required.com.google.protobuf.ByteStringgetGroupBytes()Required.StringgetPreferenceSet()Required.com.google.protobuf.ByteStringgetPreferenceSetBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGroup
String getGroup()
Required. Name of the group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()
Required. Name of the group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for group.
-
getPreferenceSet
String getPreferenceSet()
Required. Name of the Preference Set.
string preference_set = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The preferenceSet.
-
getPreferenceSetBytes
com.google.protobuf.ByteString getPreferenceSetBytes()
Required. Name of the Preference Set.
string preference_set = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for preferenceSet.
-
-