public interface SignaturePolicyEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MSPPrincipal |
getIdentities(int index)
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"]; |
int |
getIdentitiesCount()
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"]; |
List<MSPPrincipal> |
getIdentitiesList()
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"]; |
MSPPrincipalOrBuilder |
getIdentitiesOrBuilder(int index)
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"]; |
List<? extends MSPPrincipalOrBuilder> |
getIdentitiesOrBuilderList()
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"]; |
SignaturePolicy |
getRule()
.common.SignaturePolicy rule = 2 [json_name = "rule"]; |
SignaturePolicyOrBuilder |
getRuleOrBuilder()
.common.SignaturePolicy rule = 2 [json_name = "rule"]; |
int |
getVersion()
int32 version = 1 [json_name = "version"]; |
boolean |
hasRule()
.common.SignaturePolicy rule = 2 [json_name = "rule"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getVersion()
int32 version = 1 [json_name = "version"];
boolean hasRule()
.common.SignaturePolicy rule = 2 [json_name = "rule"];
SignaturePolicy getRule()
.common.SignaturePolicy rule = 2 [json_name = "rule"];
SignaturePolicyOrBuilder getRuleOrBuilder()
.common.SignaturePolicy rule = 2 [json_name = "rule"];
List<MSPPrincipal> getIdentitiesList()
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"];
MSPPrincipal getIdentities(int index)
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"];
int getIdentitiesCount()
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"];
List<? extends MSPPrincipalOrBuilder> getIdentitiesOrBuilderList()
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"];
MSPPrincipalOrBuilder getIdentitiesOrBuilder(int index)
repeated .common.MSPPrincipal identities = 3 [json_name = "identities"];
Copyright © 2022. All rights reserved.