Interface OptionGroupInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getKeys(int index)
    Option keys
    com.google.protobuf.ByteString
    getKeysBytes(int index)
    Option keys
    int
    Option keys
    Option keys

    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

    • getKeysList

      List<String> getKeysList()
       Option keys
       
      repeated string keys = 1;
      Returns:
      A list containing the keys.
    • getKeysCount

      int getKeysCount()
       Option keys
       
      repeated string keys = 1;
      Returns:
      The count of keys.
    • getKeys

      String getKeys(int index)
       Option keys
       
      repeated string keys = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.
    • getKeysBytes

      com.google.protobuf.ByteString getKeysBytes(int index)
       Option keys
       
      repeated string keys = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keys at the given index.