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

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

  /**
   * .gossip.PvtDataDigest digest = 1 [json_name = "digest"];
   * @return Whether the digest field is set.
   */
  boolean hasDigest();
  /**
   * .gossip.PvtDataDigest digest = 1 [json_name = "digest"];
   * @return The digest.
   */
  org.hyperledger.fabric.protos.gossip.PvtDataDigest getDigest();
  /**
   * .gossip.PvtDataDigest digest = 1 [json_name = "digest"];
   */
  org.hyperledger.fabric.protos.gossip.PvtDataDigestOrBuilder getDigestOrBuilder();

  /**
   * 
   * the payload is a marshaled kvrwset.KVRWSet
   * 
* * repeated bytes payload = 2 [json_name = "payload"]; * @return A list containing the payload. */ java.util.List getPayloadList(); /** *
   * the payload is a marshaled kvrwset.KVRWSet
   * 
* * repeated bytes payload = 2 [json_name = "payload"]; * @return The count of payload. */ int getPayloadCount(); /** *
   * the payload is a marshaled kvrwset.KVRWSet
   * 
* * repeated bytes payload = 2 [json_name = "payload"]; * @param index The index of the element to return. * @return The payload at the given index. */ com.google.protobuf.ByteString getPayload(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy