Interface EntryResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEntries(int index)
    List of entries matching the query.
    int
    List of entries matching the query.
    List of entries matching the query.
    List of entries matching the query.
    List<? extends EntryOrBuilder>
    List of entries matching the query.

    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

    • getEntriesList

      List<Entry> getEntriesList()
       List of entries matching the query.
       
      repeated .api.v1.Entry entries = 1 [json_name = "entries"];
    • getEntries

      Entry getEntries(int index)
       List of entries matching the query.
       
      repeated .api.v1.Entry entries = 1 [json_name = "entries"];
    • getEntriesCount

      int getEntriesCount()
       List of entries matching the query.
       
      repeated .api.v1.Entry entries = 1 [json_name = "entries"];
    • getEntriesOrBuilderList

      List<? extends EntryOrBuilder> getEntriesOrBuilderList()
       List of entries matching the query.
       
      repeated .api.v1.Entry entries = 1 [json_name = "entries"];
    • getEntriesOrBuilder

      EntryOrBuilder getEntriesOrBuilder(int index)
       List of entries matching the query.
       
      repeated .api.v1.Entry entries = 1 [json_name = "entries"];