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

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

  /**
   * repeated .gossip.PvtDataDigest digests = 1 [json_name = "digests"];
   */
  java.util.List 
      getDigestsList();
  /**
   * repeated .gossip.PvtDataDigest digests = 1 [json_name = "digests"];
   */
  org.hyperledger.fabric.protos.gossip.PvtDataDigest getDigests(int index);
  /**
   * repeated .gossip.PvtDataDigest digests = 1 [json_name = "digests"];
   */
  int getDigestsCount();
  /**
   * repeated .gossip.PvtDataDigest digests = 1 [json_name = "digests"];
   */
  java.util.List 
      getDigestsOrBuilderList();
  /**
   * repeated .gossip.PvtDataDigest digests = 1 [json_name = "digests"];
   */
  org.hyperledger.fabric.protos.gossip.PvtDataDigestOrBuilder getDigestsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy