org.hyperledger.fabric.protos.peer.ChannelQueryResponseOrBuilder 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 ChannelQueryResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.ChannelQueryResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
*/
java.util.List
getChannelsList();
/**
* repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
*/
org.hyperledger.fabric.protos.peer.ChannelInfo getChannels(int index);
/**
* repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
*/
int getChannelsCount();
/**
* repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
*/
java.util.List extends org.hyperledger.fabric.protos.peer.ChannelInfoOrBuilder>
getChannelsOrBuilderList();
/**
* repeated .protos.ChannelInfo channels = 1 [json_name = "channels"];
*/
org.hyperledger.fabric.protos.peer.ChannelInfoOrBuilder getChannelsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy