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

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

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

package org.hyperledger.fabric.protos.common;

public interface ConfigValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.ConfigValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 version = 1 [json_name = "version"];
   * @return The version.
   */
  long getVersion();

  /**
   * bytes value = 2 [json_name = "value"];
   * @return The value.
   */
  com.google.protobuf.ByteString getValue();

  /**
   * string mod_policy = 3 [json_name = "modPolicy"];
   * @return The modPolicy.
   */
  java.lang.String getModPolicy();
  /**
   * string mod_policy = 3 [json_name = "modPolicy"];
   * @return The bytes for modPolicy.
   */
  com.google.protobuf.ByteString
      getModPolicyBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy