Package io.grpc.channelz.v1
Interface GetSubchannelRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSubchannelRequest
,GetSubchannelRequest.Builder
public interface GetSubchannelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
subchannel_id is the identifier of the specific subchannel to get.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSubchannelId
long getSubchannelId()subchannel_id is the identifier of the specific subchannel to get.
int64 subchannel_id = 1;
- Returns:
- The subchannelId.
-