Interface ReportConfig.GroupPreferenceSetAssignmentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroup()
      Required.
      com.google.protobuf.ByteString getGroupBytes()
      Required.
      String getPreferenceSet()
      Required.
      com.google.protobuf.ByteString getPreferenceSetBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.