org.hyperledger.fabric.protos.common.ConfigOrBuilder 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 ConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.Config)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 sequence = 1 [json_name = "sequence"];
* @return The sequence.
*/
long getSequence();
/**
*
* channel_group is a bad name for this, it should be changed to root when API breakage is allowed
*
*
* .common.ConfigGroup channel_group = 2 [json_name = "channelGroup"];
* @return Whether the channelGroup field is set.
*/
boolean hasChannelGroup();
/**
*
* channel_group is a bad name for this, it should be changed to root when API breakage is allowed
*
*
* .common.ConfigGroup channel_group = 2 [json_name = "channelGroup"];
* @return The channelGroup.
*/
org.hyperledger.fabric.protos.common.ConfigGroup getChannelGroup();
/**
*
* channel_group is a bad name for this, it should be changed to root when API breakage is allowed
*
*
* .common.ConfigGroup channel_group = 2 [json_name = "channelGroup"];
*/
org.hyperledger.fabric.protos.common.ConfigGroupOrBuilder getChannelGroupOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy