Interface GroupConfigItemsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GroupConfigItems, GroupConfigItems.Builder

    public interface GroupConfigItemsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroupName()
      The name is composed by "module name"."provider name"."groupName".
      com.google.protobuf.ByteString getGroupNameBytes()
      The name is composed by "module name"."provider name"."groupName".
      Config getItems​(int index)
      repeated .Config items = 2;
      int getItemsCount()
      repeated .Config items = 2;
      List<Config> getItemsList()
      repeated .Config items = 2;
      ConfigOrBuilder getItemsOrBuilder​(int index)
      repeated .Config items = 2;
      List<? extends ConfigOrBuilder> getItemsOrBuilderList()
      repeated .Config items = 2;
      • 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

      • getGroupName

        String getGroupName()
         The name is composed by "module name"."provider name"."groupName".
         
        string groupName = 1;
        Returns:
        The groupName.
      • getGroupNameBytes

        com.google.protobuf.ByteString getGroupNameBytes()
         The name is composed by "module name"."provider name"."groupName".
         
        string groupName = 1;
        Returns:
        The bytes for groupName.
      • getItemsList

        List<Config> getItemsList()
        repeated .Config items = 2;
      • getItems

        Config getItems​(int index)
        repeated .Config items = 2;
      • getItemsCount

        int getItemsCount()
        repeated .Config items = 2;
      • getItemsOrBuilderList

        List<? extends ConfigOrBuilder> getItemsOrBuilderList()
        repeated .Config items = 2;
      • getItemsOrBuilder

        ConfigOrBuilder getItemsOrBuilder​(int index)
        repeated .Config items = 2;