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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto

package io.grpc.channelz.v1;

public interface GetSubchannelRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.channelz.v1.GetSubchannelRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * subchannel_id is the identifier of the specific subchannel to get.
   * 
* * int64 subchannel_id = 1; * @return The subchannelId. */ long getSubchannelId(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy