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

org.hyperledger.fabric.protos.peer.CollectionConfigOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/collection.proto

package org.hyperledger.fabric.protos.peer;

public interface CollectionConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.CollectionConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .protos.StaticCollectionConfig static_collection_config = 1 [json_name = "staticCollectionConfig"];
   * @return Whether the staticCollectionConfig field is set.
   */
  boolean hasStaticCollectionConfig();
  /**
   * .protos.StaticCollectionConfig static_collection_config = 1 [json_name = "staticCollectionConfig"];
   * @return The staticCollectionConfig.
   */
  org.hyperledger.fabric.protos.peer.StaticCollectionConfig getStaticCollectionConfig();
  /**
   * .protos.StaticCollectionConfig static_collection_config = 1 [json_name = "staticCollectionConfig"];
   */
  org.hyperledger.fabric.protos.peer.StaticCollectionConfigOrBuilder getStaticCollectionConfigOrBuilder();

  public org.hyperledger.fabric.protos.peer.CollectionConfig.PayloadCase getPayloadCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy