public static interface OCSProto.TransactionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DarcOCSProto.Darc |
getDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
DarcOCSProto.DarcOrBuilder |
getDarcOrBuilder()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
com.google.protobuf.ByteString |
getMeta()
Meta is any free-form data in that skipblock
|
OCSProto.Read |
getRead()
Read holds an eventual read-request, which is approved, for a document
|
OCSProto.ReadOrBuilder |
getReadOrBuilder()
Read holds an eventual read-request, which is approved, for a document
|
long |
getTimestamp()
Unix timestamp to record the transaction creation time
|
OCSProto.Write |
getWrite()
Write holds an eventual write-request with a document
|
OCSProto.WriteOrBuilder |
getWriteOrBuilder()
Write holds an eventual write-request with a document
|
boolean |
hasDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
|
boolean |
hasMeta()
Meta is any free-form data in that skipblock
|
boolean |
hasRead()
Read holds an eventual read-request, which is approved, for a document
|
boolean |
hasTimestamp()
Unix timestamp to record the transaction creation time
|
boolean |
hasWrite()
Write holds an eventual write-request with a document
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWrite()
Write holds an eventual write-request with a document
optional .Write write = 1;OCSProto.Write getWrite()
Write holds an eventual write-request with a document
optional .Write write = 1;OCSProto.WriteOrBuilder getWriteOrBuilder()
Write holds an eventual write-request with a document
optional .Write write = 1;boolean hasRead()
Read holds an eventual read-request, which is approved, for a document
optional .Read read = 2;OCSProto.Read getRead()
Read holds an eventual read-request, which is approved, for a document
optional .Read read = 2;OCSProto.ReadOrBuilder getReadOrBuilder()
Read holds an eventual read-request, which is approved, for a document
optional .Read read = 2;boolean hasDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
optional .Darc darc = 3;DarcOCSProto.Darc getDarc()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
optional .Darc darc = 3;DarcOCSProto.DarcOrBuilder getDarcOrBuilder()
Darc defines either the readers allowed for this write-request
or is an update to an existing Darc
optional .Darc darc = 3;boolean hasMeta()
Meta is any free-form data in that skipblock
optional bytes meta = 4;com.google.protobuf.ByteString getMeta()
Meta is any free-form data in that skipblock
optional bytes meta = 4;boolean hasTimestamp()
Unix timestamp to record the transaction creation time
required sint64 timestamp = 5;long getTimestamp()
Unix timestamp to record the transaction creation time
required sint64 timestamp = 5;Copyright © 2018. All rights reserved.