blob: 50a8dab534566c1bbdcda6c1afc90c9f4e44e7f1 [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface GetChannelResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetChannelResponse)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* The Channel that corresponds to the requested channel_id. This field
* should be set.
* </pre>
*
* <code>.grpc.channelz.v1.Channel channel = 1;</code>
*/
boolean hasChannel();
/**
* <pre>
* The Channel that corresponds to the requested channel_id. This field
* should be set.
* </pre>
*
* <code>.grpc.channelz.v1.Channel channel = 1;</code>
*/
io.grpc.channelz.v1.Channel getChannel();
/**
* <pre>
* The Channel that corresponds to the requested channel_id. This field
* should be set.
* </pre>
*
* <code>.grpc.channelz.v1.Channel channel = 1;</code>
*/
io.grpc.channelz.v1.ChannelOrBuilder getChannelOrBuilder();
}