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

org.hyperledger.fabric.protos.gossip.LeadershipMessageOrBuilder 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 LeadershipMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gossip.LeadershipMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes pki_id = 1 [json_name = "pkiId"];
   * @return The pkiId.
   */
  com.google.protobuf.ByteString getPkiId();

  /**
   * .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();

  /**
   * bool is_declaration = 3 [json_name = "isDeclaration"];
   * @return The isDeclaration.
   */
  boolean getIsDeclaration();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy