Uses of Class
io.grpc.lb.v1.ClientStatsPerToken
Packages that use ClientStatsPerToken
-
Uses of ClientStatsPerToken in io.grpc.lb.v1
Fields in io.grpc.lb.v1 declared as ClientStatsPerTokenModifier and TypeFieldDescriptionprivate static final ClientStatsPerToken
ClientStatsPerToken.DEFAULT_INSTANCE
Fields in io.grpc.lb.v1 with type parameters of type ClientStatsPerTokenModifier and TypeFieldDescriptionprivate List
<ClientStatsPerToken> ClientStats.Builder.callsFinishedWithDrop_
private List
<ClientStatsPerToken> ClientStats.callsFinishedWithDrop_
private com.google.protobuf.RepeatedFieldBuilder
<ClientStatsPerToken, ClientStatsPerToken.Builder, ClientStatsPerTokenOrBuilder> ClientStats.Builder.callsFinishedWithDropBuilder_
private static final com.google.protobuf.Parser
<ClientStatsPerToken> ClientStatsPerToken.PARSER
Methods in io.grpc.lb.v1 that return ClientStatsPerTokenModifier and TypeMethodDescriptionClientStatsPerToken.Builder.build()
ClientStatsPerToken.Builder.buildPartial()
ClientStats.Builder.getCallsFinishedWithDrop
(int index) The list of dropped calls.ClientStats.getCallsFinishedWithDrop
(int index) The list of dropped calls.ClientStatsOrBuilder.getCallsFinishedWithDrop
(int index) The list of dropped calls.static ClientStatsPerToken
ClientStatsPerToken.getDefaultInstance()
ClientStatsPerToken.Builder.getDefaultInstanceForType()
ClientStatsPerToken.getDefaultInstanceForType()
static ClientStatsPerToken
ClientStatsPerToken.parseDelimitedFrom
(InputStream input) static ClientStatsPerToken
ClientStatsPerToken.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(byte[] data) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(com.google.protobuf.ByteString data) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(com.google.protobuf.CodedInputStream input) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(InputStream input) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(ByteBuffer data) static ClientStatsPerToken
ClientStatsPerToken.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.lb.v1 that return types with arguments of type ClientStatsPerTokenModifier and TypeMethodDescriptionClientStats.Builder.getCallsFinishedWithDropList()
The list of dropped calls.ClientStats.getCallsFinishedWithDropList()
The list of dropped calls.ClientStatsOrBuilder.getCallsFinishedWithDropList()
The list of dropped calls.com.google.protobuf.Parser
<ClientStatsPerToken> ClientStatsPerToken.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<ClientStatsPerToken, ClientStatsPerToken.Builder, ClientStatsPerTokenOrBuilder> ClientStats.Builder.internalGetCallsFinishedWithDropFieldBuilder()
static com.google.protobuf.Parser
<ClientStatsPerToken> ClientStatsPerToken.parser()
Methods in io.grpc.lb.v1 with parameters of type ClientStatsPerTokenModifier and TypeMethodDescriptionClientStats.Builder.addCallsFinishedWithDrop
(int index, ClientStatsPerToken value) The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDrop
(ClientStatsPerToken value) The list of dropped calls.private void
ClientStatsPerToken.Builder.buildPartial0
(ClientStatsPerToken result) ClientStatsPerToken.Builder.mergeFrom
(ClientStatsPerToken other) static ClientStatsPerToken.Builder
ClientStatsPerToken.newBuilder
(ClientStatsPerToken prototype) ClientStats.Builder.setCallsFinishedWithDrop
(int index, ClientStatsPerToken value) The list of dropped calls.Method parameters in io.grpc.lb.v1 with type arguments of type ClientStatsPerTokenModifier and TypeMethodDescriptionClientStats.Builder.addAllCallsFinishedWithDrop
(Iterable<? extends ClientStatsPerToken> values) The list of dropped calls.