public interface EndorsementDescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsEndorsersByGroups(String key)
Specifies the endorsers, separated to groups.
|
String |
getChaincode()
string chaincode = 1 [json_name = "chaincode"]; |
com.google.protobuf.ByteString |
getChaincodeBytes()
string chaincode = 1 [json_name = "chaincode"]; |
Map<String,Peers> |
getEndorsersByGroups()
Deprecated.
|
int |
getEndorsersByGroupsCount()
Specifies the endorsers, separated to groups.
|
Map<String,Peers> |
getEndorsersByGroupsMap()
Specifies the endorsers, separated to groups.
|
Peers |
getEndorsersByGroupsOrDefault(String key,
Peers defaultValue)
Specifies the endorsers, separated to groups.
|
Peers |
getEndorsersByGroupsOrThrow(String key)
Specifies the endorsers, separated to groups.
|
Layout |
getLayouts(int index)
Specifies options of fulfulling the endorsement policy.
|
int |
getLayoutsCount()
Specifies options of fulfulling the endorsement policy.
|
List<Layout> |
getLayoutsList()
Specifies options of fulfulling the endorsement policy.
|
LayoutOrBuilder |
getLayoutsOrBuilder(int index)
Specifies options of fulfulling the endorsement policy.
|
List<? extends LayoutOrBuilder> |
getLayoutsOrBuilderList()
Specifies options of fulfulling the endorsement policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getChaincode()
string chaincode = 1 [json_name = "chaincode"];
com.google.protobuf.ByteString getChaincodeBytes()
string chaincode = 1 [json_name = "chaincode"];
int getEndorsersByGroupsCount()
Specifies the endorsers, separated to groups.
map<string, .discovery.Peers> endorsers_by_groups = 2 [json_name = "endorsersByGroups"];
boolean containsEndorsersByGroups(String key)
Specifies the endorsers, separated to groups.
map<string, .discovery.Peers> endorsers_by_groups = 2 [json_name = "endorsersByGroups"];
@Deprecated Map<String,Peers> getEndorsersByGroups()
getEndorsersByGroupsMap()
instead.Map<String,Peers> getEndorsersByGroupsMap()
Specifies the endorsers, separated to groups.
map<string, .discovery.Peers> endorsers_by_groups = 2 [json_name = "endorsersByGroups"];
Peers getEndorsersByGroupsOrDefault(String key, Peers defaultValue)
Specifies the endorsers, separated to groups.
map<string, .discovery.Peers> endorsers_by_groups = 2 [json_name = "endorsersByGroups"];
Peers getEndorsersByGroupsOrThrow(String key)
Specifies the endorsers, separated to groups.
map<string, .discovery.Peers> endorsers_by_groups = 2 [json_name = "endorsersByGroups"];
List<Layout> getLayoutsList()
Specifies options of fulfulling the endorsement policy. Each option lists the group names, and the amount of signatures needed from each group.
repeated .discovery.Layout layouts = 3 [json_name = "layouts"];
Layout getLayouts(int index)
Specifies options of fulfulling the endorsement policy. Each option lists the group names, and the amount of signatures needed from each group.
repeated .discovery.Layout layouts = 3 [json_name = "layouts"];
int getLayoutsCount()
Specifies options of fulfulling the endorsement policy. Each option lists the group names, and the amount of signatures needed from each group.
repeated .discovery.Layout layouts = 3 [json_name = "layouts"];
List<? extends LayoutOrBuilder> getLayoutsOrBuilderList()
Specifies options of fulfulling the endorsement policy. Each option lists the group names, and the amount of signatures needed from each group.
repeated .discovery.Layout layouts = 3 [json_name = "layouts"];
LayoutOrBuilder getLayoutsOrBuilder(int index)
Specifies options of fulfulling the endorsement policy. Each option lists the group names, and the amount of signatures needed from each group.
repeated .discovery.Layout layouts = 3 [json_name = "layouts"];
Copyright © 2022. All rights reserved.