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

org.hyperledger.fabric.protos.discovery.ChaincodeQueryResultOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: discovery/protocol.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.discovery;

public interface ChaincodeQueryResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:discovery.ChaincodeQueryResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
   */
  java.util.List 
      getContentList();
  /**
   * repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
   */
  org.hyperledger.fabric.protos.discovery.EndorsementDescriptor getContent(int index);
  /**
   * repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
   */
  int getContentCount();
  /**
   * repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
   */
  java.util.List 
      getContentOrBuilderList();
  /**
   * repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
   */
  org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder getContentOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy