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 ClientStatsPerTokenClientStatsPerToken.DEFAULT_INSTANCEFields 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.PARSERMethods 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 ClientStatsPerTokenClientStatsPerToken.getDefaultInstance()ClientStatsPerToken.Builder.getDefaultInstanceForType()ClientStatsPerToken.getDefaultInstanceForType()static ClientStatsPerTokenClientStatsPerToken.parseDelimitedFrom(InputStream input) static ClientStatsPerTokenClientStatsPerToken.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerTokenClientStatsPerToken.parseFrom(byte[] data) static ClientStatsPerTokenClientStatsPerToken.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerTokenClientStatsPerToken.parseFrom(com.google.protobuf.ByteString data) static ClientStatsPerTokenClientStatsPerToken.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerTokenClientStatsPerToken.parseFrom(com.google.protobuf.CodedInputStream input) static ClientStatsPerTokenClientStatsPerToken.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerTokenClientStatsPerToken.parseFrom(InputStream input) static ClientStatsPerTokenClientStatsPerToken.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsPerTokenClientStatsPerToken.parseFrom(ByteBuffer data) static ClientStatsPerTokenClientStatsPerToken.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 voidClientStatsPerToken.Builder.buildPartial0(ClientStatsPerToken result) ClientStatsPerToken.Builder.mergeFrom(ClientStatsPerToken other) static ClientStatsPerToken.BuilderClientStatsPerToken.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.