org.hyperledger.fabric.protos.discovery.LayoutOrBuilder 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 LayoutOrBuilder extends
// @@protoc_insertion_point(interface_extends:discovery.Layout)
com.google.protobuf.MessageOrBuilder {
/**
*
* Specifies how many non repeated signatures of each group
* are needed for endorsement
*
*
* map<string, uint32> quantities_by_group = 1 [json_name = "quantitiesByGroup"];
*/
int getQuantitiesByGroupCount();
/**
*
* Specifies how many non repeated signatures of each group
* are needed for endorsement
*
*
* map<string, uint32> quantities_by_group = 1 [json_name = "quantitiesByGroup"];
*/
boolean containsQuantitiesByGroup(
java.lang.String key);
/**
* Use {@link #getQuantitiesByGroupMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getQuantitiesByGroup();
/**
*
* Specifies how many non repeated signatures of each group
* are needed for endorsement
*
*
* map<string, uint32> quantities_by_group = 1 [json_name = "quantitiesByGroup"];
*/
java.util.Map
getQuantitiesByGroupMap();
/**
*
* Specifies how many non repeated signatures of each group
* are needed for endorsement
*
*
* map<string, uint32> quantities_by_group = 1 [json_name = "quantitiesByGroup"];
*/
int getQuantitiesByGroupOrDefault(
java.lang.String key,
int defaultValue);
/**
*
* Specifies how many non repeated signatures of each group
* are needed for endorsement
*
*
* map<string, uint32> quantities_by_group = 1 [json_name = "quantitiesByGroup"];
*/
int getQuantitiesByGroupOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy