shade.polaris.io.grpc.channelz.v1.SubchannelRefOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/channelz/v1/channelz.proto
package io.grpc.channelz.v1;
public interface SubchannelRefOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.channelz.v1.SubchannelRef)
com.google.protobuf.MessageOrBuilder {
/**
*
* The globally unique id for this subchannel. Must be a positive number.
*
*
* int64 subchannel_id = 7;
* @return The subchannelId.
*/
long getSubchannelId();
/**
*
* An optional name associated with the subchannel.
*
*
* string name = 8;
* @return The name.
*/
java.lang.String getName();
/**
*
* An optional name associated with the subchannel.
*
*
* string name = 8;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy