Uses of Class
io.grpc.lb.v1.ClientStatsPerToken.Builder
Packages that use ClientStatsPerToken.Builder
-
Uses of ClientStatsPerToken.Builder in io.grpc.lb.v1
Fields in io.grpc.lb.v1 with type parameters of type ClientStatsPerToken.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<ClientStatsPerToken, ClientStatsPerToken.Builder, ClientStatsPerTokenOrBuilder> ClientStats.Builder.callsFinishedWithDropBuilder_
Methods in io.grpc.lb.v1 that return ClientStatsPerToken.BuilderModifier and TypeMethodDescriptionClientStats.Builder.addCallsFinishedWithDropBuilder()
The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDropBuilder
(int index) The list of dropped calls.ClientStatsPerToken.Builder.clear()
ClientStatsPerToken.Builder.clearLoadBalanceToken()
See Server.load_balance_token.ClientStatsPerToken.Builder.clearNumCalls()
The total number of RPCs that finished associated with the token.ClientStats.Builder.getCallsFinishedWithDropBuilder
(int index) The list of dropped calls.ClientStatsPerToken.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientStatsPerToken.Builder.mergeFrom
(com.google.protobuf.Message other) ClientStatsPerToken.Builder.mergeFrom
(ClientStatsPerToken other) static ClientStatsPerToken.Builder
ClientStatsPerToken.newBuilder()
static ClientStatsPerToken.Builder
ClientStatsPerToken.newBuilder
(ClientStatsPerToken prototype) ClientStatsPerToken.newBuilderForType()
protected ClientStatsPerToken.Builder
ClientStatsPerToken.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ClientStatsPerToken.Builder.setLoadBalanceToken
(String value) See Server.load_balance_token.ClientStatsPerToken.Builder.setLoadBalanceTokenBytes
(com.google.protobuf.ByteString value) See Server.load_balance_token.ClientStatsPerToken.Builder.setNumCalls
(long value) The total number of RPCs that finished associated with the token.ClientStatsPerToken.toBuilder()
Methods in io.grpc.lb.v1 that return types with arguments of type ClientStatsPerToken.BuilderModifier and TypeMethodDescriptionClientStats.Builder.getCallsFinishedWithDropBuilderList()
The list of dropped calls.private com.google.protobuf.RepeatedFieldBuilder
<ClientStatsPerToken, ClientStatsPerToken.Builder, ClientStatsPerTokenOrBuilder> ClientStats.Builder.internalGetCallsFinishedWithDropFieldBuilder()
Methods in io.grpc.lb.v1 with parameters of type ClientStatsPerToken.BuilderModifier and TypeMethodDescriptionClientStats.Builder.addCallsFinishedWithDrop
(int index, ClientStatsPerToken.Builder builderForValue) The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDrop
(ClientStatsPerToken.Builder builderForValue) The list of dropped calls.ClientStats.Builder.setCallsFinishedWithDrop
(int index, ClientStatsPerToken.Builder builderForValue) The list of dropped calls.