org.hyperledger.fabric.protos.peer.ChannelInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/query.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface ChannelInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.ChannelInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string channel_id = 1 [json_name = "channelId"];
* @return The channelId.
*/
java.lang.String getChannelId();
/**
* string channel_id = 1 [json_name = "channelId"];
* @return The bytes for channelId.
*/
com.google.protobuf.ByteString
getChannelIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy