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
    getGroup(int index)
    Deprecated. 
    com.google.protobuf.ByteString
    getGroupBytes(int index)
    Deprecated. 
    int
    Deprecated. 
    Deprecated. 
    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

    • getGroupList

      @Deprecated List<String> getGroupList()
      Deprecated.
       Parameter group names
       
      repeated string group = 1 [deprecated = true];
      Returns:
      A list containing the group.
    • getGroupCount

      @Deprecated int getGroupCount()
      Deprecated.
       Parameter group names
       
      repeated string group = 1 [deprecated = true];
      Returns:
      The count of group.
    • getGroup

      @Deprecated String getGroup(int index)
      Deprecated.
       Parameter group names
       
      repeated string group = 1 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The group at the given index.
    • getGroupBytes

      @Deprecated com.google.protobuf.ByteString getGroupBytes(int index)
      Deprecated.
       Parameter group names
       
      repeated string group = 1 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the group at the given index.
    • 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.