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

org.hyperledger.fabric.protos.common.ConfigEnvelopeOrBuilder 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 ConfigEnvelopeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.ConfigEnvelope)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * A marshaled Config structure
   * 
* * .common.Config config = 1 [json_name = "config"]; * @return Whether the config field is set. */ boolean hasConfig(); /** *
   * A marshaled Config structure
   * 
* * .common.Config config = 1 [json_name = "config"]; * @return The config. */ org.hyperledger.fabric.protos.common.Config getConfig(); /** *
   * A marshaled Config structure
   * 
* * .common.Config config = 1 [json_name = "config"]; */ org.hyperledger.fabric.protos.common.ConfigOrBuilder getConfigOrBuilder(); /** *
   * The last CONFIG_UPDATE message which generated this current configuration
   * 
* * .common.Envelope last_update = 2 [json_name = "lastUpdate"]; * @return Whether the lastUpdate field is set. */ boolean hasLastUpdate(); /** *
   * The last CONFIG_UPDATE message which generated this current configuration
   * 
* * .common.Envelope last_update = 2 [json_name = "lastUpdate"]; * @return The lastUpdate. */ org.hyperledger.fabric.protos.common.Envelope getLastUpdate(); /** *
   * The last CONFIG_UPDATE message which generated this current configuration
   * 
* * .common.Envelope last_update = 2 [json_name = "lastUpdate"]; */ org.hyperledger.fabric.protos.common.EnvelopeOrBuilder getLastUpdateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy