public interface PrivatePayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CollectionConfigPackage |
getCollectionConfigs()
.protos.CollectionConfigPackage collection_configs = 6 [json_name = "collectionConfigs"]; |
CollectionConfigPackageOrBuilder |
getCollectionConfigsOrBuilder()
.protos.CollectionConfigPackage collection_configs = 6 [json_name = "collectionConfigs"]; |
String |
getCollectionName()
string collection_name = 1 [json_name = "collectionName"]; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
string collection_name = 1 [json_name = "collectionName"]; |
String |
getNamespace()
string namespace = 2 [json_name = "namespace"]; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 2 [json_name = "namespace"]; |
com.google.protobuf.ByteString |
getPrivateRwset()
bytes private_rwset = 4 [json_name = "privateRwset"]; |
long |
getPrivateSimHeight()
uint64 private_sim_height = 5 [json_name = "privateSimHeight"]; |
String |
getTxId()
string tx_id = 3 [json_name = "txId"]; |
com.google.protobuf.ByteString |
getTxIdBytes()
string tx_id = 3 [json_name = "txId"]; |
boolean |
hasCollectionConfigs()
.protos.CollectionConfigPackage collection_configs = 6 [json_name = "collectionConfigs"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCollectionName()
string collection_name = 1 [json_name = "collectionName"];
com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 1 [json_name = "collectionName"];
String getNamespace()
string namespace = 2 [json_name = "namespace"];
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2 [json_name = "namespace"];
String getTxId()
string tx_id = 3 [json_name = "txId"];
com.google.protobuf.ByteString getTxIdBytes()
string tx_id = 3 [json_name = "txId"];
com.google.protobuf.ByteString getPrivateRwset()
bytes private_rwset = 4 [json_name = "privateRwset"];
long getPrivateSimHeight()
uint64 private_sim_height = 5 [json_name = "privateSimHeight"];
boolean hasCollectionConfigs()
.protos.CollectionConfigPackage collection_configs = 6 [json_name = "collectionConfigs"];
CollectionConfigPackage getCollectionConfigs()
.protos.CollectionConfigPackage collection_configs = 6 [json_name = "collectionConfigs"];
CollectionConfigPackageOrBuilder getCollectionConfigsOrBuilder()
.protos.CollectionConfigPackage collection_configs = 6 [json_name = "collectionConfigs"];
Copyright © 2022. All rights reserved.