public interface DataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getDigests(int index)
repeated bytes digests = 2 [json_name = "digests"]; |
int |
getDigestsCount()
repeated bytes digests = 2 [json_name = "digests"]; |
List<com.google.protobuf.ByteString> |
getDigestsList()
repeated bytes digests = 2 [json_name = "digests"]; |
PullMsgType |
getMsgType()
.gossip.PullMsgType msg_type = 3 [json_name = "msgType"]; |
int |
getMsgTypeValue()
.gossip.PullMsgType msg_type = 3 [json_name = "msgType"]; |
long |
getNonce()
uint64 nonce = 1 [json_name = "nonce"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getNonce()
uint64 nonce = 1 [json_name = "nonce"];
List<com.google.protobuf.ByteString> getDigestsList()
repeated bytes digests = 2 [json_name = "digests"];
int getDigestsCount()
repeated bytes digests = 2 [json_name = "digests"];
com.google.protobuf.ByteString getDigests(int index)
repeated bytes digests = 2 [json_name = "digests"];
index
- The index of the element to return.int getMsgTypeValue()
.gossip.PullMsgType msg_type = 3 [json_name = "msgType"];
PullMsgType getMsgType()
.gossip.PullMsgType msg_type = 3 [json_name = "msgType"];
Copyright © 2022. All rights reserved.