Interface Archive.ParameterGroupInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Archive.ParameterGroupInfo, Archive.ParameterGroupInfo.Builder
Enclosing class:
Archive

public static interface Archive.ParameterGroupInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getGroups(int index)
    Parameter group names
    com.google.protobuf.ByteString
    getGroupsBytes(int index)
    Parameter group names
    int
    Parameter group names
    Parameter group names

    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

    • getGroupsList

      List<String> getGroupsList()
       Parameter group names
       
      repeated string groups = 2;
      Returns:
      A list containing the groups.
    • getGroupsCount

      int getGroupsCount()
       Parameter group names
       
      repeated string groups = 2;
      Returns:
      The count of groups.
    • getGroups

      String getGroups(int index)
       Parameter group names
       
      repeated string groups = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groups at the given index.
    • getGroupsBytes

      com.google.protobuf.ByteString getGroupsBytes(int index)
       Parameter group names
       
      repeated string groups = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the groups at the given index.