public interface PvtDataDigestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockSeq()
uint64 block_seq = 4 [json_name = "blockSeq"]; |
String |
getCollection()
string collection = 3 [json_name = "collection"]; |
com.google.protobuf.ByteString |
getCollectionBytes()
string collection = 3 [json_name = "collection"]; |
String |
getNamespace()
string namespace = 2 [json_name = "namespace"]; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 2 [json_name = "namespace"]; |
long |
getSeqInBlock()
uint64 seq_in_block = 5 [json_name = "seqInBlock"]; |
String |
getTxId()
string tx_id = 1 [json_name = "txId"]; |
com.google.protobuf.ByteString |
getTxIdBytes()
string tx_id = 1 [json_name = "txId"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTxId()
string tx_id = 1 [json_name = "txId"];
com.google.protobuf.ByteString getTxIdBytes()
string tx_id = 1 [json_name = "txId"];
String getNamespace()
string namespace = 2 [json_name = "namespace"];
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2 [json_name = "namespace"];
String getCollection()
string collection = 3 [json_name = "collection"];
com.google.protobuf.ByteString getCollectionBytes()
string collection = 3 [json_name = "collection"];
long getBlockSeq()
uint64 block_seq = 4 [json_name = "blockSeq"];
long getSeqInBlock()
uint64 seq_in_block = 5 [json_name = "seqInBlock"];
Copyright © 2022. All rights reserved.