org.hyperledger.fabric.protos.gossip.StateInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gossip/message.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gossip;
public interface StateInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:gossip.StateInfo)
com.google.protobuf.MessageOrBuilder {
/**
* .gossip.PeerTime timestamp = 2 [json_name = "timestamp"];
* @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* .gossip.PeerTime timestamp = 2 [json_name = "timestamp"];
* @return The timestamp.
*/
org.hyperledger.fabric.protos.gossip.PeerTime getTimestamp();
/**
* .gossip.PeerTime timestamp = 2 [json_name = "timestamp"];
*/
org.hyperledger.fabric.protos.gossip.PeerTimeOrBuilder getTimestampOrBuilder();
/**
* bytes pki_id = 3 [json_name = "pkiId"];
* @return The pkiId.
*/
com.google.protobuf.ByteString getPkiId();
/**
*
* 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"];
* @return The channelMAC.
*/
com.google.protobuf.ByteString getChannelMAC();
/**
* .gossip.Properties properties = 5 [json_name = "properties"];
* @return Whether the properties field is set.
*/
boolean hasProperties();
/**
* .gossip.Properties properties = 5 [json_name = "properties"];
* @return The properties.
*/
org.hyperledger.fabric.protos.gossip.Properties getProperties();
/**
* .gossip.Properties properties = 5 [json_name = "properties"];
*/
org.hyperledger.fabric.protos.gossip.PropertiesOrBuilder getPropertiesOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy