Interface KeyListOrBuilder

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

@Generated public interface KeyListOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeys(int index)
    * A list of keys.
    int
    * A list of keys.
    * A list of keys.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getKeysList

      List<Key> getKeysList()
       *
       A list of keys. All values in this list SHALL be non-null.
       <p>
       
      repeated .proto.Key keys = 1;
    • getKeys

      Key getKeys(int index)
       *
       A list of keys. All values in this list SHALL be non-null.
       <p>
       
      repeated .proto.Key keys = 1;
    • getKeysCount

      int getKeysCount()
       *
       A list of keys. All values in this list SHALL be non-null.
       <p>
       
      repeated .proto.Key keys = 1;