public static final class DarcProto.Darc.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder> implements DarcProto.DarcOrBuilder
Darc is the basic structure representing an access control. A Darc can evolve in the way that a new Darc points to the previous one and is signed by the owner(s) of the previous Darc.Protobuf type
darc.Darc| Modifier and Type | Method and Description |
|---|---|
DarcProto.Darc.Builder |
addAllSignatures(Iterable<? extends DarcProto.Signature> values)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
addAllVerificationdarcs(Iterable<? extends DarcProto.Darc> values)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DarcProto.Darc.Builder |
addSignatures(DarcProto.Signature.Builder builderForValue)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
addSignatures(DarcProto.Signature value)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
addSignatures(int index,
DarcProto.Signature.Builder builderForValue)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
addSignatures(int index,
DarcProto.Signature value)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Signature.Builder |
addSignaturesBuilder()
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Signature.Builder |
addSignaturesBuilder(int index)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
addVerificationdarcs(DarcProto.Darc.Builder builderForValue)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
addVerificationdarcs(DarcProto.Darc value)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
addVerificationdarcs(int index,
DarcProto.Darc.Builder builderForValue)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
addVerificationdarcs(int index,
DarcProto.Darc value)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
addVerificationdarcsBuilder()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
addVerificationdarcsBuilder(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc |
build() |
DarcProto.Darc |
buildPartial() |
DarcProto.Darc.Builder |
clear() |
DarcProto.Darc.Builder |
clearBaseid()
BaseID is the ID of the first darc in the chain of evolution.
|
DarcProto.Darc.Builder |
clearDescription()
Description is a free-form field that can hold any data as required
by the user.
|
DarcProto.Darc.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DarcProto.Darc.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DarcProto.Darc.Builder |
clearPrevid()
PrevID is the previous darc ID in the chain of evolution.
|
DarcProto.Darc.Builder |
clearRules()
Rules map an action to an expression.
|
DarcProto.Darc.Builder |
clearSignatures()
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
clearVerificationdarcs()
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
clearVersion()
Version should be monotonically increasing over the evolution of a
Darc.
|
DarcProto.Darc.Builder |
clone() |
com.google.protobuf.ByteString |
getBaseid()
BaseID is the ID of the first darc in the chain of evolution.
|
DarcProto.Darc |
getDefaultInstanceForType() |
com.google.protobuf.ByteString |
getDescription()
Description is a free-form field that can hold any data as required
by the user.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getPrevid()
PrevID is the previous darc ID in the chain of evolution.
|
DarcProto.Rules |
getRules()
Rules map an action to an expression.
|
DarcProto.Rules.Builder |
getRulesBuilder()
Rules map an action to an expression.
|
DarcProto.RulesOrBuilder |
getRulesOrBuilder()
Rules map an action to an expression.
|
DarcProto.Signature |
getSignatures(int index)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Signature.Builder |
getSignaturesBuilder(int index)
Signature is calculated on the Request-representation of the darc.
|
List<DarcProto.Signature.Builder> |
getSignaturesBuilderList()
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.
|
DarcProto.Darc.Builder |
getVerificationdarcsBuilder(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
List<DarcProto.Darc.Builder> |
getVerificationdarcsBuilderList()
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 |
hasRules()
Rules map an action to an expression.
|
boolean |
hasVersion()
Version should be monotonically increasing over the evolution of a
Darc.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DarcProto.Darc.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DarcProto.Darc.Builder |
mergeFrom(DarcProto.Darc other) |
DarcProto.Darc.Builder |
mergeFrom(com.google.protobuf.Message other) |
DarcProto.Darc.Builder |
mergeRules(DarcProto.Rules value)
Rules map an action to an expression.
|
DarcProto.Darc.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DarcProto.Darc.Builder |
removeSignatures(int index)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
removeVerificationdarcs(int index)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
setBaseid(com.google.protobuf.ByteString value)
BaseID is the ID of the first darc in the chain of evolution.
|
DarcProto.Darc.Builder |
setDescription(com.google.protobuf.ByteString value)
Description is a free-form field that can hold any data as required
by the user.
|
DarcProto.Darc.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DarcProto.Darc.Builder |
setPrevid(com.google.protobuf.ByteString value)
PrevID is the previous darc ID in the chain of evolution.
|
DarcProto.Darc.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DarcProto.Darc.Builder |
setRules(DarcProto.Rules.Builder builderForValue)
Rules map an action to an expression.
|
DarcProto.Darc.Builder |
setRules(DarcProto.Rules value)
Rules map an action to an expression.
|
DarcProto.Darc.Builder |
setSignatures(int index,
DarcProto.Signature.Builder builderForValue)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
setSignatures(int index,
DarcProto.Signature value)
Signature is calculated on the Request-representation of the darc.
|
DarcProto.Darc.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DarcProto.Darc.Builder |
setVerificationdarcs(int index,
DarcProto.Darc.Builder builderForValue)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
setVerificationdarcs(int index,
DarcProto.Darc value)
VerificationDarcs are a list of darcs that the verifier needs to
verify this darc.
|
DarcProto.Darc.Builder |
setVersion(long value)
Version should be monotonically increasing over the evolution of a
Darc.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DarcProto.Darc build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DarcProto.Darc buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DarcProto.Darc.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder mergeFrom(DarcProto.Darc other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public DarcProto.Darc.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DarcProto.Darc.Builder>IOExceptionpublic boolean hasVersion()
Version should be monotonically increasing over the evolution of a Darc.
required uint64 version = 1;hasVersion in interface DarcProto.DarcOrBuilderpublic long getVersion()
Version should be monotonically increasing over the evolution of a Darc.
required uint64 version = 1;getVersion in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setVersion(long value)
Version should be monotonically increasing over the evolution of a Darc.
required uint64 version = 1;public DarcProto.Darc.Builder clearVersion()
Version should be monotonically increasing over the evolution of a Darc.
required uint64 version = 1;public 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;hasDescription in interface DarcProto.DarcOrBuilderpublic 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;getDescription in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setDescription(com.google.protobuf.ByteString value)
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;public DarcProto.Darc.Builder clearDescription()
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;public 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;hasBaseid in interface DarcProto.DarcOrBuilderpublic 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;getBaseid in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setBaseid(com.google.protobuf.ByteString value)
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;public DarcProto.Darc.Builder clearBaseid()
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;public boolean hasPrevid()
PrevID is the previous darc ID in the chain of evolution.
required bytes previd = 4;hasPrevid in interface DarcProto.DarcOrBuilderpublic com.google.protobuf.ByteString getPrevid()
PrevID is the previous darc ID in the chain of evolution.
required bytes previd = 4;getPrevid in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setPrevid(com.google.protobuf.ByteString value)
PrevID is the previous darc ID in the chain of evolution.
required bytes previd = 4;public DarcProto.Darc.Builder clearPrevid()
PrevID is the previous darc ID in the chain of evolution.
required bytes previd = 4;public boolean hasRules()
Rules map an action to an expression.
required .darc.Rules rules = 5;hasRules in interface DarcProto.DarcOrBuilderpublic DarcProto.Rules getRules()
Rules map an action to an expression.
required .darc.Rules rules = 5;getRules in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setRules(DarcProto.Rules value)
Rules map an action to an expression.
required .darc.Rules rules = 5;public DarcProto.Darc.Builder setRules(DarcProto.Rules.Builder builderForValue)
Rules map an action to an expression.
required .darc.Rules rules = 5;public DarcProto.Darc.Builder mergeRules(DarcProto.Rules value)
Rules map an action to an expression.
required .darc.Rules rules = 5;public DarcProto.Darc.Builder clearRules()
Rules map an action to an expression.
required .darc.Rules rules = 5;public DarcProto.Rules.Builder getRulesBuilder()
Rules map an action to an expression.
required .darc.Rules rules = 5;public DarcProto.RulesOrBuilder getRulesOrBuilder()
Rules map an action to an expression.
required .darc.Rules rules = 5;getRulesOrBuilder in interface DarcProto.DarcOrBuilderpublic 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;getSignaturesList in interface DarcProto.DarcOrBuilderpublic 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;getSignaturesCount in interface DarcProto.DarcOrBuilderpublic 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;getSignatures in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setSignatures(int index, DarcProto.Signature value)
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;public DarcProto.Darc.Builder setSignatures(int index, DarcProto.Signature.Builder builderForValue)
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;public DarcProto.Darc.Builder addSignatures(DarcProto.Signature value)
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;public DarcProto.Darc.Builder addSignatures(int index, DarcProto.Signature value)
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;public DarcProto.Darc.Builder addSignatures(DarcProto.Signature.Builder builderForValue)
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;public DarcProto.Darc.Builder addSignatures(int index, DarcProto.Signature.Builder builderForValue)
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;public DarcProto.Darc.Builder addAllSignatures(Iterable<? extends DarcProto.Signature> values)
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;public DarcProto.Darc.Builder clearSignatures()
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;public DarcProto.Darc.Builder removeSignatures(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;public DarcProto.Signature.Builder getSignaturesBuilder(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;public 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;getSignaturesOrBuilder in interface DarcProto.DarcOrBuilderpublic 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;getSignaturesOrBuilderList in interface DarcProto.DarcOrBuilderpublic DarcProto.Signature.Builder addSignaturesBuilder()
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;public DarcProto.Signature.Builder addSignaturesBuilder(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;public List<DarcProto.Signature.Builder> getSignaturesBuilderList()
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;public 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;getVerificationdarcsList in interface DarcProto.DarcOrBuilderpublic 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;getVerificationdarcsCount in interface DarcProto.DarcOrBuilderpublic 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;getVerificationdarcs in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder setVerificationdarcs(int index, DarcProto.Darc value)
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;public DarcProto.Darc.Builder setVerificationdarcs(int index, DarcProto.Darc.Builder builderForValue)
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;public DarcProto.Darc.Builder addVerificationdarcs(DarcProto.Darc value)
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;public DarcProto.Darc.Builder addVerificationdarcs(int index, DarcProto.Darc value)
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;public DarcProto.Darc.Builder addVerificationdarcs(DarcProto.Darc.Builder builderForValue)
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;public DarcProto.Darc.Builder addVerificationdarcs(int index, DarcProto.Darc.Builder builderForValue)
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;public DarcProto.Darc.Builder addAllVerificationdarcs(Iterable<? extends DarcProto.Darc> values)
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;public DarcProto.Darc.Builder clearVerificationdarcs()
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;public DarcProto.Darc.Builder removeVerificationdarcs(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;public DarcProto.Darc.Builder getVerificationdarcsBuilder(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;public 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;getVerificationdarcsOrBuilder in interface DarcProto.DarcOrBuilderpublic 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;getVerificationdarcsOrBuilderList in interface DarcProto.DarcOrBuilderpublic DarcProto.Darc.Builder addVerificationdarcsBuilder()
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;public DarcProto.Darc.Builder addVerificationdarcsBuilder(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;public List<DarcProto.Darc.Builder> getVerificationdarcsBuilderList()
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;public final DarcProto.Darc.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>public final DarcProto.Darc.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DarcProto.Darc.Builder>Copyright © 2018. All rights reserved.