@Deprecated public interface ApplicationPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getChannelConfigPolicyReference()
Deprecated.
ChannelConfigPolicyReference is used when the policy is
specified as a string that references a policy defined in
the configuration of the channel
|
com.google.protobuf.ByteString |
getChannelConfigPolicyReferenceBytes()
Deprecated.
ChannelConfigPolicyReference is used when the policy is
specified as a string that references a policy defined in
the configuration of the channel
|
SignaturePolicyEnvelope |
getSignaturePolicy()
Deprecated.
SignaturePolicy type is used if the policy is specified as
a combination (using threshold gates) of signatures from MSP
principals
|
SignaturePolicyEnvelopeOrBuilder |
getSignaturePolicyOrBuilder()
Deprecated.
SignaturePolicy type is used if the policy is specified as
a combination (using threshold gates) of signatures from MSP
principals
|
ApplicationPolicy.TypeCase |
getTypeCase()
Deprecated.
|
boolean |
hasChannelConfigPolicyReference()
Deprecated.
ChannelConfigPolicyReference is used when the policy is
specified as a string that references a policy defined in
the configuration of the channel
|
boolean |
hasSignaturePolicy()
Deprecated.
SignaturePolicy type is used if the policy is specified as
a combination (using threshold gates) of signatures from MSP
principals
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSignaturePolicy()
SignaturePolicy type is used if the policy is specified as a combination (using threshold gates) of signatures from MSP principals
.common.SignaturePolicyEnvelope signature_policy = 1 [json_name = "signaturePolicy"];
SignaturePolicyEnvelope getSignaturePolicy()
SignaturePolicy type is used if the policy is specified as a combination (using threshold gates) of signatures from MSP principals
.common.SignaturePolicyEnvelope signature_policy = 1 [json_name = "signaturePolicy"];
SignaturePolicyEnvelopeOrBuilder getSignaturePolicyOrBuilder()
SignaturePolicy type is used if the policy is specified as a combination (using threshold gates) of signatures from MSP principals
.common.SignaturePolicyEnvelope signature_policy = 1 [json_name = "signaturePolicy"];
boolean hasChannelConfigPolicyReference()
ChannelConfigPolicyReference is used when the policy is specified as a string that references a policy defined in the configuration of the channel
string channel_config_policy_reference = 2 [json_name = "channelConfigPolicyReference"];
String getChannelConfigPolicyReference()
ChannelConfigPolicyReference is used when the policy is specified as a string that references a policy defined in the configuration of the channel
string channel_config_policy_reference = 2 [json_name = "channelConfigPolicyReference"];
com.google.protobuf.ByteString getChannelConfigPolicyReferenceBytes()
ChannelConfigPolicyReference is used when the policy is specified as a string that references a policy defined in the configuration of the channel
string channel_config_policy_reference = 2 [json_name = "channelConfigPolicyReference"];
ApplicationPolicy.TypeCase getTypeCase()
Copyright © 2022. All rights reserved.