All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.peer.QueryResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/chaincode_shim.proto

package org.hyperledger.fabric.protos.peer;

public interface QueryResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.QueryResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
   */
  java.util.List 
      getResultsList();
  /**
   * repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
   */
  org.hyperledger.fabric.protos.peer.QueryResultBytes getResults(int index);
  /**
   * repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
   */
  int getResultsCount();
  /**
   * repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
   */
  java.util.List 
      getResultsOrBuilderList();
  /**
   * repeated .protos.QueryResultBytes results = 1 [json_name = "results"];
   */
  org.hyperledger.fabric.protos.peer.QueryResultBytesOrBuilder getResultsOrBuilder(
      int index);

  /**
   * bool has_more = 2 [json_name = "hasMore"];
   * @return The hasMore.
   */
  boolean getHasMore();

  /**
   * string id = 3 [json_name = "id"];
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 3 [json_name = "id"];
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * bytes metadata = 4 [json_name = "metadata"];
   * @return The metadata.
   */
  com.google.protobuf.ByteString getMetadata();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy