org.hyperledger.fabric.protos.discovery.ConfigResultOrBuilder 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 ConfigResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:discovery.ConfigResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* msps is a map from MSP_ID to FabricMSPConfig
*
*
* map<string, .msp.FabricMSPConfig> msps = 1 [json_name = "msps"];
*/
int getMspsCount();
/**
*
* msps is a map from MSP_ID to FabricMSPConfig
*
*
* map<string, .msp.FabricMSPConfig> msps = 1 [json_name = "msps"];
*/
boolean containsMsps(
java.lang.String key);
/**
* Use {@link #getMspsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMsps();
/**
*
* msps is a map from MSP_ID to FabricMSPConfig
*
*
* map<string, .msp.FabricMSPConfig> msps = 1 [json_name = "msps"];
*/
java.util.Map
getMspsMap();
/**
*
* msps is a map from MSP_ID to FabricMSPConfig
*
*
* map<string, .msp.FabricMSPConfig> msps = 1 [json_name = "msps"];
*/
/* nullable */
org.hyperledger.fabric.protos.msp.FabricMSPConfig getMspsOrDefault(
java.lang.String key,
/* nullable */
org.hyperledger.fabric.protos.msp.FabricMSPConfig defaultValue);
/**
*
* msps is a map from MSP_ID to FabricMSPConfig
*
*
* map<string, .msp.FabricMSPConfig> msps = 1 [json_name = "msps"];
*/
org.hyperledger.fabric.protos.msp.FabricMSPConfig getMspsOrThrow(
java.lang.String key);
/**
*
* orderers is a map from MSP_ID to endpoint lists of orderers
*
*
* map<string, .discovery.Endpoints> orderers = 2 [json_name = "orderers"];
*/
int getOrderersCount();
/**
*
* orderers is a map from MSP_ID to endpoint lists of orderers
*
*
* map<string, .discovery.Endpoints> orderers = 2 [json_name = "orderers"];
*/
boolean containsOrderers(
java.lang.String key);
/**
* Use {@link #getOrderersMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getOrderers();
/**
*
* orderers is a map from MSP_ID to endpoint lists of orderers
*
*
* map<string, .discovery.Endpoints> orderers = 2 [json_name = "orderers"];
*/
java.util.Map
getOrderersMap();
/**
*
* orderers is a map from MSP_ID to endpoint lists of orderers
*
*
* map<string, .discovery.Endpoints> orderers = 2 [json_name = "orderers"];
*/
/* nullable */
org.hyperledger.fabric.protos.discovery.Endpoints getOrderersOrDefault(
java.lang.String key,
/* nullable */
org.hyperledger.fabric.protos.discovery.Endpoints defaultValue);
/**
*
* orderers is a map from MSP_ID to endpoint lists of orderers
*
*
* map<string, .discovery.Endpoints> orderers = 2 [json_name = "orderers"];
*/
org.hyperledger.fabric.protos.discovery.Endpoints getOrderersOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy