All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.gossip.StateInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gossip/message.proto

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