org.hyperledger.fabric.protos.discovery.RequestOrBuilder 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 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 extends org.hyperledger.fabric.protos.discovery.QueryOrBuilder>
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