public static interface DarcProto.DarcOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsRules(String key)
Rules map an action to an expression.
|
com.google.protobuf.ByteString |
getBaseid()
BaseID is the ID of the first darc in the chain of evolution.
|
com.google.protobuf.ByteString |
getDescription()
Description is a free-form field that can hold any data as required
by the user.
|
com.google.protobuf.ByteString |
getPrevid()
PrevID is the previous darc ID in the chain of evolution.
|
Map<String,com.google.protobuf.ByteString> |
getRules()
Deprecated.
|
int |
getRulesCount()
Rules map an action to an expression.
|
Map<String,com.google.protobuf.ByteString> |
getRulesMap()
Rules map an action to an expression.
|
com.google.protobuf.ByteString |
getRulesOrDefault(String key,
com.google.protobuf.ByteString defaultValue)
Rules map an action to an expression.
|
com.google.protobuf.ByteString |
getRulesOrThrow(String key)
Rules map an action to an expression.
|
DarcProto.Signature |
getSignatures(int index)
Signature is calculated on the Request-representation of the darc.
|
int |
getSignaturesCount()
Signature is calculated on the Request-representation of the darc.
|
List<DarcProto.Signature> |
getSignaturesList()
Signature is calculated on the Request-representation of the darc.
|
DarcProto.SignatureOrBuilder |
getSignaturesOrBuilder(int index)
Signature is calculated on the Request-representation of the darc.
|
List<? extends DarcProto.SignatureOrBuilder> |
getSignaturesOrBuilderList()
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc |
getVerificationdarcs(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
int |
getVerificationdarcsCount()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
List<DarcProto.Darc> |
getVerificationdarcsList()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.DarcOrBuilder |
getVerificationdarcsOrBuilder(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
List<? extends DarcProto.DarcOrBuilder> |
getVerificationdarcsOrBuilderList()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
long |
getVersion()
Version should be monotonically increasing over the evolution of a
Darc.
|
boolean |
hasBaseid()
BaseID is the ID of the first darc in the chain of evolution.
|
boolean |
hasDescription()
Description is a free-form field that can hold any data as required
by the user.
|
boolean |
hasPrevid()
PrevID is the previous darc ID in the chain of evolution.
|
boolean |
hasVersion()
Version should be monotonically increasing over the evolution of a
Darc.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Version should be monotonically increasing over the evolution of a Darc.
required uint64 version = 1;long getVersion()
Version should be monotonically increasing over the evolution of a Darc.
required uint64 version = 1;boolean hasDescription()
Description is a free-form field that can hold any data as required by the user. Darc itself will never depend on any of the data in here.
required bytes description = 2;com.google.protobuf.ByteString getDescription()
Description is a free-form field that can hold any data as required by the user. Darc itself will never depend on any of the data in here.
required bytes description = 2;boolean hasBaseid()
BaseID is the ID of the first darc in the chain of evolution. It is not set if the darc is on version 0.
optional bytes baseid = 3;com.google.protobuf.ByteString getBaseid()
BaseID is the ID of the first darc in the chain of evolution. It is not set if the darc is on version 0.
optional bytes baseid = 3;boolean hasPrevid()
PrevID is the previous darc ID in the chain of evolution.
required bytes previd = 4;com.google.protobuf.ByteString getPrevid()
PrevID is the previous darc ID in the chain of evolution.
required bytes previd = 4;int getRulesCount()
Rules map an action to an expression.
map<string, bytes> rules = 5;boolean containsRules(String key)
Rules map an action to an expression.
map<string, bytes> rules = 5;@Deprecated Map<String,com.google.protobuf.ByteString> getRules()
getRulesMap() instead.Map<String,com.google.protobuf.ByteString> getRulesMap()
Rules map an action to an expression.
map<string, bytes> rules = 5;com.google.protobuf.ByteString getRulesOrDefault(String key, com.google.protobuf.ByteString defaultValue)
Rules map an action to an expression.
map<string, bytes> rules = 5;com.google.protobuf.ByteString getRulesOrThrow(String key)
Rules map an action to an expression.
map<string, bytes> rules = 5;List<DarcProto.Signature> getSignaturesList()
Signature is calculated on the Request-representation of the darc. It needs to be created by identities that have the "_evolve" action from the previous valid Darc.
repeated .darc.Signature signatures = 6;DarcProto.Signature getSignatures(int index)
Signature is calculated on the Request-representation of the darc. It needs to be created by identities that have the "_evolve" action from the previous valid Darc.
repeated .darc.Signature signatures = 6;int getSignaturesCount()
Signature is calculated on the Request-representation of the darc. It needs to be created by identities that have the "_evolve" action from the previous valid Darc.
repeated .darc.Signature signatures = 6;List<? extends DarcProto.SignatureOrBuilder> getSignaturesOrBuilderList()
Signature is calculated on the Request-representation of the darc. It needs to be created by identities that have the "_evolve" action from the previous valid Darc.
repeated .darc.Signature signatures = 6;DarcProto.SignatureOrBuilder getSignaturesOrBuilder(int index)
Signature is calculated on the Request-representation of the darc. It needs to be created by identities that have the "_evolve" action from the previous valid Darc.
repeated .darc.Signature signatures = 6;List<DarcProto.Darc> getVerificationdarcsList()
VerificationDarcs are a list of darcs that the verifier needs to verify this darc. It is not needed in online verification where the verifier stores all darcs.
repeated .darc.Darc verificationdarcs = 7;DarcProto.Darc getVerificationdarcs(int index)
VerificationDarcs are a list of darcs that the verifier needs to verify this darc. It is not needed in online verification where the verifier stores all darcs.
repeated .darc.Darc verificationdarcs = 7;int getVerificationdarcsCount()
VerificationDarcs are a list of darcs that the verifier needs to verify this darc. It is not needed in online verification where the verifier stores all darcs.
repeated .darc.Darc verificationdarcs = 7;List<? extends DarcProto.DarcOrBuilder> getVerificationdarcsOrBuilderList()
VerificationDarcs are a list of darcs that the verifier needs to verify this darc. It is not needed in online verification where the verifier stores all darcs.
repeated .darc.Darc verificationdarcs = 7;DarcProto.DarcOrBuilder getVerificationdarcsOrBuilder(int index)
VerificationDarcs are a list of darcs that the verifier needs to verify this darc. It is not needed in online verification where the verifier stores all darcs.
repeated .darc.Darc verificationdarcs = 7;Copyright © 2018. All rights reserved.