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

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

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

package org.hyperledger.fabric.protos.peer;

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

  /**
   * .common.Config channel_config = 1 [json_name = "channelConfig"];
   * @return Whether the channelConfig field is set.
   */
  boolean hasChannelConfig();
  /**
   * .common.Config channel_config = 1 [json_name = "channelConfig"];
   * @return The channelConfig.
   */
  org.hyperledger.fabric.protos.common.Config getChannelConfig();
  /**
   * .common.Config channel_config = 1 [json_name = "channelConfig"];
   */
  org.hyperledger.fabric.protos.common.ConfigOrBuilder getChannelConfigOrBuilder();

  /**
   * .common.Config resources_config = 2 [json_name = "resourcesConfig"];
   * @return Whether the resourcesConfig field is set.
   */
  boolean hasResourcesConfig();
  /**
   * .common.Config resources_config = 2 [json_name = "resourcesConfig"];
   * @return The resourcesConfig.
   */
  org.hyperledger.fabric.protos.common.Config getResourcesConfig();
  /**
   * .common.Config resources_config = 2 [json_name = "resourcesConfig"];
   */
  org.hyperledger.fabric.protos.common.ConfigOrBuilder getResourcesConfigOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy