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

org.hyperledger.fabric.protos.discovery.PeerMembershipQueryOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: discovery/protocol.proto

package org.hyperledger.fabric.protos.discovery;

public interface PeerMembershipQueryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:discovery.PeerMembershipQuery)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .protos.ChaincodeInterest filter = 1 [json_name = "filter"];
   * @return Whether the filter field is set.
   */
  boolean hasFilter();
  /**
   * .protos.ChaincodeInterest filter = 1 [json_name = "filter"];
   * @return The filter.
   */
  org.hyperledger.fabric.protos.peer.ChaincodeInterest getFilter();
  /**
   * .protos.ChaincodeInterest filter = 1 [json_name = "filter"];
   */
  org.hyperledger.fabric.protos.peer.ChaincodeInterestOrBuilder getFilterOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy