public interface GossipHelloOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getMetadata()
bytes metadata = 2 [json_name = "metadata"]; |
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"];
com.google.protobuf.ByteString getMetadata()
bytes metadata = 2 [json_name = "metadata"];
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.