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

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

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

package org.hyperledger.fabric.protos.discovery;

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

  /**
   * 
   * authentication contains information that the service uses to check
   * the client's eligibility for the queries.
   * 
* * .discovery.AuthInfo authentication = 1 [json_name = "authentication"]; * @return Whether the authentication field is set. */ boolean hasAuthentication(); /** *
   * authentication contains information that the service uses to check
   * the client's eligibility for the queries.
   * 
* * .discovery.AuthInfo authentication = 1 [json_name = "authentication"]; * @return The authentication. */ org.hyperledger.fabric.protos.discovery.AuthInfo getAuthentication(); /** *
   * authentication contains information that the service uses to check
   * the client's eligibility for the queries.
   * 
* * .discovery.AuthInfo authentication = 1 [json_name = "authentication"]; */ org.hyperledger.fabric.protos.discovery.AuthInfoOrBuilder getAuthenticationOrBuilder(); /** *
   * queries
   * 
* * repeated .discovery.Query queries = 2 [json_name = "queries"]; */ java.util.List getQueriesList(); /** *
   * queries
   * 
* * repeated .discovery.Query queries = 2 [json_name = "queries"]; */ org.hyperledger.fabric.protos.discovery.Query getQueries(int index); /** *
   * queries
   * 
* * repeated .discovery.Query queries = 2 [json_name = "queries"]; */ int getQueriesCount(); /** *
   * queries
   * 
* * repeated .discovery.Query queries = 2 [json_name = "queries"]; */ java.util.List getQueriesOrBuilderList(); /** *
   * queries
   * 
* * repeated .discovery.Query queries = 2 [json_name = "queries"]; */ org.hyperledger.fabric.protos.discovery.QueryOrBuilder getQueriesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy