public static interface DarcOCSProto.DarcOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBaseid()
BaseID is the ID of the first darc of this Series
|
com.google.protobuf.ByteString |
getDescription()
Description is a free-form field that can hold any data as required by the user.
|
DarcOCSProto.Identity |
getOwners(int index)
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.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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DarcOCSProto.Identity> getOwnersList()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;DarcOCSProto.Identity getOwners(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;int getOwnersCount()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;List<? extends DarcOCSProto.IdentityOrBuilder> getOwnersOrBuilderList()
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;DarcOCSProto.IdentityOrBuilder getOwnersOrBuilder(int index)
Identities who are allowed to evolve this Darc.
repeated .Identity owners = 1;List<DarcOCSProto.Identity> getUsersList()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;DarcOCSProto.Identity getUsers(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;int getUsersCount()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;List<? extends DarcOCSProto.IdentityOrBuilder> getUsersOrBuilderList()
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;DarcOCSProto.IdentityOrBuilder getUsersOrBuilder(int index)
Identities who can perform actions (write/read) with data on a skipchain.
repeated .Identity users = 2;boolean hasVersion()
Version should be monotonically increasing over the evolution of a Darc.
required sint32 version = 3;int getVersion()
Version should be monotonically increasing over the evolution of a Darc.
required sint32 version = 3;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;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;boolean hasBaseid()
BaseID is the ID of the first darc of this Series
optional bytes baseid = 5;com.google.protobuf.ByteString getBaseid()
BaseID is the ID of the first darc of this Series
optional bytes baseid = 5;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;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;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;Copyright © 2018. All rights reserved.