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

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

  /**
   * string tx_id = 1 [json_name = "txId"];
   * @return The txId.
   */
  java.lang.String getTxId();
  /**
   * string tx_id = 1 [json_name = "txId"];
   * @return The bytes for txId.
   */
  com.google.protobuf.ByteString
      getTxIdBytes();

  /**
   * string namespace = 2 [json_name = "namespace"];
   * @return The namespace.
   */
  java.lang.String getNamespace();
  /**
   * string namespace = 2 [json_name = "namespace"];
   * @return The bytes for namespace.
   */
  com.google.protobuf.ByteString
      getNamespaceBytes();

  /**
   * string collection = 3 [json_name = "collection"];
   * @return The collection.
   */
  java.lang.String getCollection();
  /**
   * string collection = 3 [json_name = "collection"];
   * @return The bytes for collection.
   */
  com.google.protobuf.ByteString
      getCollectionBytes();

  /**
   * uint64 block_seq = 4 [json_name = "blockSeq"];
   * @return The blockSeq.
   */
  long getBlockSeq();

  /**
   * uint64 seq_in_block = 5 [json_name = "seqInBlock"];
   * @return The seqInBlock.
   */
  long getSeqInBlock();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy