All Downloads are FREE. Search and download functionalities are using the official Maven repository.

shade.polaris.io.grpc.channelz.v1.GetChannelResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0.0
Show newest version
// 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 {

  /**
   * 
   * The Channel that corresponds to the requested channel_id.  This field
   * should be set.
   * 
* * .grpc.channelz.v1.Channel channel = 1; * @return Whether the channel field is set. */ boolean hasChannel(); /** *
   * The Channel that corresponds to the requested channel_id.  This field
   * should be set.
   * 
* * .grpc.channelz.v1.Channel channel = 1; * @return The channel. */ io.grpc.channelz.v1.Channel getChannel(); /** *
   * The Channel that corresponds to the requested channel_id.  This field
   * should be set.
   * 
* * .grpc.channelz.v1.Channel channel = 1; */ io.grpc.channelz.v1.ChannelOrBuilder getChannelOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy