Interface GetByKeyResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEntities(int index)
    Deprecated.
    * The list of entities that include this public key in their associated Key list
    int
    Deprecated.
    * The list of entities that include this public key in their associated Key list
    Deprecated.
    * The list of entities that include this public key in their associated Key list
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    Deprecated.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
      Deprecated.
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • getEntitiesList

      List<EntityID> getEntitiesList()
      Deprecated.
       *
       The list of entities that include this public key in their
       associated Key list
       
      repeated .proto.EntityID entities = 2;
    • getEntities

      EntityID getEntities(int index)
      Deprecated.
       *
       The list of entities that include this public key in their
       associated Key list
       
      repeated .proto.EntityID entities = 2;
    • getEntitiesCount

      int getEntitiesCount()
      Deprecated.
       *
       The list of entities that include this public key in their
       associated Key list
       
      repeated .proto.EntityID entities = 2;