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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/collection.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.peer;

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

  /**
   * repeated .protos.CollectionConfig config = 1 [json_name = "config"];
   */
  java.util.List 
      getConfigList();
  /**
   * repeated .protos.CollectionConfig config = 1 [json_name = "config"];
   */
  org.hyperledger.fabric.protos.peer.CollectionConfig getConfig(int index);
  /**
   * repeated .protos.CollectionConfig config = 1 [json_name = "config"];
   */
  int getConfigCount();
  /**
   * repeated .protos.CollectionConfig config = 1 [json_name = "config"];
   */
  java.util.List 
      getConfigOrBuilderList();
  /**
   * repeated .protos.CollectionConfig config = 1 [json_name = "config"];
   */
  org.hyperledger.fabric.protos.peer.CollectionConfigOrBuilder getConfigOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy