Interface GetByKeyQueryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Deprecated.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
    Deprecated.
    * The key to search for.
    boolean
    Deprecated.
    * Standard information sent with every query operation.<br/> This includes the signed payment and what kind of response is requested (cost, state proof, both, or neither).
    boolean
    Deprecated.
    * The key to search for.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
      Deprecated.
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      QueryHeader getHeader()
      Deprecated.
       *
       Standard information sent with every query operation.<br/>
       This includes the signed payment and what kind of response is requested
       (cost, state proof, both, or neither).
       
      .proto.QueryHeader header = 1;
      Returns:
      The header.
    • hasKey

      boolean hasKey()
      Deprecated.
       *
       The key to search for. It MUST NOT contain a contractID nor
       a ThresholdKey.
       
      .proto.Key key = 2;
      Returns:
      Whether the key field is set.
    • getKey

      Key getKey()
      Deprecated.
       *
       The key to search for. It MUST NOT contain a contractID nor
       a ThresholdKey.
       
      .proto.Key key = 2;
      Returns:
      The key.