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

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

  /**
   * uint64 nonce = 1 [json_name = "nonce"];
   * @return The nonce.
   */
  long getNonce();

  /**
   * repeated .gossip.Envelope data = 2 [json_name = "data"];
   */
  java.util.List 
      getDataList();
  /**
   * repeated .gossip.Envelope data = 2 [json_name = "data"];
   */
  org.hyperledger.fabric.protos.gossip.Envelope getData(int index);
  /**
   * repeated .gossip.Envelope data = 2 [json_name = "data"];
   */
  int getDataCount();
  /**
   * repeated .gossip.Envelope data = 2 [json_name = "data"];
   */
  java.util.List 
      getDataOrBuilderList();
  /**
   * repeated .gossip.Envelope data = 2 [json_name = "data"];
   */
  org.hyperledger.fabric.protos.gossip.EnvelopeOrBuilder getDataOrBuilder(
      int index);

  /**
   * .gossip.PullMsgType msg_type = 3 [json_name = "msgType"];
   * @return The enum numeric value on the wire for msgType.
   */
  int getMsgTypeValue();
  /**
   * .gossip.PullMsgType msg_type = 3 [json_name = "msgType"];
   * @return The msgType.
   */
  org.hyperledger.fabric.protos.gossip.PullMsgType getMsgType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy