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

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

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

  /**
   * 
   * Maybe change this to bitmap later on
   * 
* * repeated bytes digests = 2 [json_name = "digests"]; * @return A list containing the digests. */ java.util.List getDigestsList(); /** *
   * Maybe change this to bitmap later on
   * 
* * repeated bytes digests = 2 [json_name = "digests"]; * @return The count of digests. */ int getDigestsCount(); /** *
   * Maybe change this to bitmap later on
   * 
* * repeated bytes digests = 2 [json_name = "digests"]; * @param index The index of the element to return. * @return The digests at the given index. */ com.google.protobuf.ByteString getDigests(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