public static final class DarcOCSProto.Darc.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DarcOCSProto.Darc.Builder> implements DarcOCSProto.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| Modifier and Type | Method and Description |
|---|---|
DarcOCSProto.Darc.Builder |
addAllOwners(Iterable<? extends DarcOCSProto.Identity> values)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
addAllUsers(Iterable<? extends DarcOCSProto.Identity> values)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
addOwners(DarcOCSProto.Identity.Builder builderForValue)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
addOwners(DarcOCSProto.Identity value)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
addOwners(int index,
DarcOCSProto.Identity.Builder builderForValue)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
addOwners(int index,
DarcOCSProto.Identity value)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Identity.Builder |
addOwnersBuilder()
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Identity.Builder |
addOwnersBuilder(int index)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DarcOCSProto.Darc.Builder |
addUsers(DarcOCSProto.Identity.Builder builderForValue)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
addUsers(DarcOCSProto.Identity value)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
addUsers(int index,
DarcOCSProto.Identity.Builder builderForValue)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
addUsers(int index,
DarcOCSProto.Identity value)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Identity.Builder |
addUsersBuilder()
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Identity.Builder |
addUsersBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc |
build() |
DarcOCSProto.Darc |
buildPartial() |
DarcOCSProto.Darc.Builder |
clear() |
DarcOCSProto.Darc.Builder |
clearBaseid()
BaseID is the ID of the first darc of this Series
|
DarcOCSProto.Darc.Builder |
clearDescription()
Description is a free-form field that can hold any data as required by the user.
|
DarcOCSProto.Darc.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DarcOCSProto.Darc.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DarcOCSProto.Darc.Builder |
clearOwners()
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
clearSignature()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.Darc.Builder |
clearUsers()
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
clearVersion()
Version should be monotonically increasing over the evolution of a Darc.
|
DarcOCSProto.Darc.Builder |
clone() |
com.google.protobuf.ByteString |
getBaseid()
BaseID is the ID of the first darc of this Series
|
DarcOCSProto.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() |
DarcOCSProto.Identity |
getOwners(int index)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Identity.Builder |
getOwnersBuilder(int index)
Identities who are allowed to evolve this Darc.
|
List<DarcOCSProto.Identity.Builder> |
getOwnersBuilderList()
Identities who are allowed to evolve this Darc.
|
int |
getOwnersCount()
Identities who are allowed to evolve this Darc.
|
List<DarcOCSProto.Identity> |
getOwnersList()
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.IdentityOrBuilder |
getOwnersOrBuilder(int index)
Identities who are allowed to evolve this Darc.
|
List<? extends DarcOCSProto.IdentityOrBuilder> |
getOwnersOrBuilderList()
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Signature |
getSignature()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.Signature.Builder |
getSignatureBuilder()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.SignatureOrBuilder |
getSignatureOrBuilder()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.Identity |
getUsers(int index)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Identity.Builder |
getUsersBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
|
List<DarcOCSProto.Identity.Builder> |
getUsersBuilderList()
Identities who can perform actions (write/read) with data on a skipchain.
|
int |
getUsersCount()
Identities who can perform actions (write/read) with data on a skipchain.
|
List<DarcOCSProto.Identity> |
getUsersList()
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.IdentityOrBuilder |
getUsersOrBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
|
List<? extends DarcOCSProto.IdentityOrBuilder> |
getUsersOrBuilderList()
Identities who can perform actions (write/read) with data on a skipchain.
|
int |
getVersion()
Version should be monotonically increasing over the evolution of a Darc.
|
boolean |
hasBaseid()
BaseID is the ID of the first darc of this Series
|
boolean |
hasDescription()
Description is a free-form field that can hold any data as required by the user.
|
boolean |
hasSignature()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
boolean |
hasVersion()
Version should be monotonically increasing over the evolution of a Darc.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DarcOCSProto.Darc.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DarcOCSProto.Darc.Builder |
mergeFrom(DarcOCSProto.Darc other) |
DarcOCSProto.Darc.Builder |
mergeFrom(com.google.protobuf.Message other) |
DarcOCSProto.Darc.Builder |
mergeSignature(DarcOCSProto.Signature value)
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.Darc.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DarcOCSProto.Darc.Builder |
removeOwners(int index)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
removeUsers(int index)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
setBaseid(com.google.protobuf.ByteString value)
BaseID is the ID of the first darc of this Series
|
DarcOCSProto.Darc.Builder |
setDescription(com.google.protobuf.ByteString value)
Description is a free-form field that can hold any data as required by the user.
|
DarcOCSProto.Darc.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DarcOCSProto.Darc.Builder |
setOwners(int index,
DarcOCSProto.Identity.Builder builderForValue)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
setOwners(int index,
DarcOCSProto.Identity value)
Identities who are allowed to evolve this Darc.
|
DarcOCSProto.Darc.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DarcOCSProto.Darc.Builder |
setSignature(DarcOCSProto.Signature.Builder builderForValue)
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.Darc.Builder |
setSignature(DarcOCSProto.Signature value)
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
|
DarcOCSProto.Darc.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DarcOCSProto.Darc.Builder |
setUsers(int index,
DarcOCSProto.Identity.Builder builderForValue)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
setUsers(int index,
DarcOCSProto.Identity value)
Identities who can perform actions (write/read) with data on a skipchain.
|
DarcOCSProto.Darc.Builder |
setVersion(int 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<DarcOCSProto.Darc.Builder>public DarcOCSProto.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<DarcOCSProto.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<DarcOCSProto.Darc.Builder>public DarcOCSProto.Darc getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DarcOCSProto.Darc build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DarcOCSProto.Darc buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DarcOCSProto.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<DarcOCSProto.Darc.Builder>public DarcOCSProto.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<DarcOCSProto.Darc.Builder>public DarcOCSProto.Darc.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DarcOCSProto.Darc.Builder>public DarcOCSProto.Darc.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DarcOCSProto.Darc.Builder>public DarcOCSProto.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<DarcOCSProto.Darc.Builder>public DarcOCSProto.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<DarcOCSProto.Darc.Builder>public DarcOCSProto.Darc.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DarcOCSProto.Darc.Builder>public DarcOCSProto.Darc.Builder mergeFrom(DarcOCSProto.Darc other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DarcOCSProto.Darc.Builder>public DarcOCSProto.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<DarcOCSProto.Darc.Builder>IOExceptionpublic List<DarcOCSProto.Identity> getOwnersList()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;getOwnersList in interface DarcOCSProto.DarcOrBuilderpublic int getOwnersCount()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;getOwnersCount in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Identity getOwners(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;getOwners in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Darc.Builder setOwners(int index, DarcOCSProto.Identity value)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder setOwners(int index, DarcOCSProto.Identity.Builder builderForValue)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder addOwners(DarcOCSProto.Identity value)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder addOwners(int index, DarcOCSProto.Identity value)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder addOwners(DarcOCSProto.Identity.Builder builderForValue)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder addOwners(int index, DarcOCSProto.Identity.Builder builderForValue)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder addAllOwners(Iterable<? extends DarcOCSProto.Identity> values)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder clearOwners()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Darc.Builder removeOwners(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Identity.Builder getOwnersBuilder(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.IdentityOrBuilder getOwnersOrBuilder(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;getOwnersOrBuilder in interface DarcOCSProto.DarcOrBuilderpublic List<? extends DarcOCSProto.IdentityOrBuilder> getOwnersOrBuilderList()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;getOwnersOrBuilderList in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Identity.Builder addOwnersBuilder()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public DarcOCSProto.Identity.Builder addOwnersBuilder(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public List<DarcOCSProto.Identity.Builder> getOwnersBuilderList()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;public List<DarcOCSProto.Identity> getUsersList()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;getUsersList in interface DarcOCSProto.DarcOrBuilderpublic int getUsersCount()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;getUsersCount in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Identity getUsers(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;getUsers in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Darc.Builder setUsers(int index, DarcOCSProto.Identity value)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder setUsers(int index, DarcOCSProto.Identity.Builder builderForValue)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder addUsers(DarcOCSProto.Identity value)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder addUsers(int index, DarcOCSProto.Identity value)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder addUsers(DarcOCSProto.Identity.Builder builderForValue)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder addUsers(int index, DarcOCSProto.Identity.Builder builderForValue)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder addAllUsers(Iterable<? extends DarcOCSProto.Identity> values)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder clearUsers()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Darc.Builder removeUsers(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Identity.Builder getUsersBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.IdentityOrBuilder getUsersOrBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;getUsersOrBuilder in interface DarcOCSProto.DarcOrBuilderpublic List<? extends DarcOCSProto.IdentityOrBuilder> getUsersOrBuilderList()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;getUsersOrBuilderList in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Identity.Builder addUsersBuilder()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public DarcOCSProto.Identity.Builder addUsersBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public List<DarcOCSProto.Identity.Builder> getUsersBuilderList()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;public boolean hasVersion()
Version should be monotonically increasing over the evolution of a Darc.
required sint32 version = 3;hasVersion in interface DarcOCSProto.DarcOrBuilderpublic int getVersion()
Version should be monotonically increasing over the evolution of a Darc.
required sint32 version = 3;getVersion in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Darc.Builder setVersion(int value)
Version should be monotonically increasing over the evolution of a Darc.
required sint32 version = 3;public DarcOCSProto.Darc.Builder clearVersion()
Version should be monotonically increasing over the evolution of a Darc.
required sint32 version = 3;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.
optional bytes description = 4;hasDescription in interface DarcOCSProto.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.
optional bytes description = 4;getDescription in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.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.
optional bytes description = 4;public DarcOCSProto.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.
optional bytes description = 4;public boolean hasBaseid()
BaseID is the ID of the first darc of this Series
optional bytes baseid = 5;hasBaseid in interface DarcOCSProto.DarcOrBuilderpublic com.google.protobuf.ByteString getBaseid()
BaseID is the ID of the first darc of this Series
optional bytes baseid = 5;getBaseid in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Darc.Builder setBaseid(com.google.protobuf.ByteString value)
BaseID is the ID of the first darc of this Series
optional bytes baseid = 5;public DarcOCSProto.Darc.Builder clearBaseid()
BaseID is the ID of the first darc of this Series
optional bytes baseid = 5;public boolean hasSignature()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;hasSignature in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Signature getSignature()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;getSignature in interface DarcOCSProto.DarcOrBuilderpublic DarcOCSProto.Darc.Builder setSignature(DarcOCSProto.Signature value)
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;public DarcOCSProto.Darc.Builder setSignature(DarcOCSProto.Signature.Builder builderForValue)
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;public DarcOCSProto.Darc.Builder mergeSignature(DarcOCSProto.Signature value)
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;public DarcOCSProto.Darc.Builder clearSignature()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;public DarcOCSProto.Signature.Builder getSignatureBuilder()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;public DarcOCSProto.SignatureOrBuilder getSignatureOrBuilder()
Signature is calculated over the protobuf representation of [Owner, Users, Version, Description]
and needs to be created by an Owner from the previous valid Darc.
optional .Signature signature = 6;getSignatureOrBuilder in interface DarcOCSProto.DarcOrBuilderpublic final DarcOCSProto.Darc.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DarcOCSProto.Darc.Builder>public final DarcOCSProto.Darc.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DarcOCSProto.Darc.Builder>Copyright © 2018. All rights reserved.