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

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

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

package org.hyperledger.fabric.protos.common;

@java.lang.Deprecated public interface CollectionConfigPackageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.CollectionConfigPackage)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy