Uses of Class
io.grpc.channelz.v1.GetTopChannelsRequest.Builder
Packages that use GetTopChannelsRequest.Builder
-
Uses of GetTopChannelsRequest.Builder in io.grpc.channelz.v1
Methods in io.grpc.channelz.v1 that return GetTopChannelsRequest.BuilderModifier and TypeMethodDescriptionGetTopChannelsRequest.Builder.clear()
GetTopChannelsRequest.Builder.clearMaxResults()
If non-zero, the server will return a page of results containing at most this many items.GetTopChannelsRequest.Builder.clearStartChannelId()
start_channel_id indicates that only channels at or above this id should be included in the results.GetTopChannelsRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetTopChannelsRequest.Builder.mergeFrom
(com.google.protobuf.Message other) GetTopChannelsRequest.Builder.mergeFrom
(GetTopChannelsRequest other) GetTopChannelsRequest.newBuilder()
GetTopChannelsRequest.newBuilder
(GetTopChannelsRequest prototype) GetTopChannelsRequest.newBuilderForType()
protected GetTopChannelsRequest.Builder
GetTopChannelsRequest.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) GetTopChannelsRequest.Builder.setMaxResults
(long value) If non-zero, the server will return a page of results containing at most this many items.GetTopChannelsRequest.Builder.setStartChannelId
(long value) start_channel_id indicates that only channels at or above this id should be included in the results.GetTopChannelsRequest.toBuilder()