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

    Modifier and Type
    Method
    Description
    The name is composed by "module name"."provider name"."groupName".
    com.google.protobuf.ByteString
    The name is composed by "module name"."provider name"."groupName".
    getItems(int index)
    repeated .Config items = 2;
    int
    repeated .Config items = 2;
    repeated .Config items = 2;
    getItemsOrBuilder(int index)
    repeated .Config items = 2;
    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 Details

    • 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;