public interface StateInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChannelMAC()
channel_MAC is an authentication code that proves
that the peer that sent this message knows
the name of the channel.
|
com.google.protobuf.ByteString |
getPkiId()
bytes pki_id = 3 [json_name = "pkiId"]; |
Properties |
getProperties()
.gossip.Properties properties = 5 [json_name = "properties"]; |
PropertiesOrBuilder |
getPropertiesOrBuilder()
.gossip.Properties properties = 5 [json_name = "properties"]; |
PeerTime |
getTimestamp()
.gossip.PeerTime timestamp = 2 [json_name = "timestamp"]; |
PeerTimeOrBuilder |
getTimestampOrBuilder()
.gossip.PeerTime timestamp = 2 [json_name = "timestamp"]; |
boolean |
hasProperties()
.gossip.Properties properties = 5 [json_name = "properties"]; |
boolean |
hasTimestamp()
.gossip.PeerTime timestamp = 2 [json_name = "timestamp"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTimestamp()
.gossip.PeerTime timestamp = 2 [json_name = "timestamp"];
PeerTime getTimestamp()
.gossip.PeerTime timestamp = 2 [json_name = "timestamp"];
PeerTimeOrBuilder getTimestampOrBuilder()
.gossip.PeerTime timestamp = 2 [json_name = "timestamp"];
com.google.protobuf.ByteString getPkiId()
bytes pki_id = 3 [json_name = "pkiId"];
com.google.protobuf.ByteString getChannelMAC()
channel_MAC is an authentication code that proves that the peer that sent this message knows the name of the channel.
bytes channel_MAC = 4 [json_name = "channelMAC"];
boolean hasProperties()
.gossip.Properties properties = 5 [json_name = "properties"];
Properties getProperties()
.gossip.Properties properties = 5 [json_name = "properties"];
PropertiesOrBuilder getPropertiesOrBuilder()
.gossip.Properties properties = 5 [json_name = "properties"];
Copyright © 2022. All rights reserved.