io.grpc.channelz.v1.GetChannelRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
// Protobuf Java Version: 3.25.1
package io.grpc.channelz.v1;
public interface GetChannelRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetChannelRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* channel_id is the identifier of the specific channel to get.
*
*
* int64 channel_id = 1;
* @return The channelId.
*/
long getChannelId();
}