Uses of Class
org.hansken.extraction.plugin.grpc.RpcProfile.Builder
Packages that use RpcProfile.Builder
-
Uses of RpcProfile.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcProfile.BuilderModifier and TypeMethodDescriptionRpcProfile.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcProfile.Builder.clear()RpcProfile.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcProfile.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcProfile.Builder.clearProfileDoubles()RpcProfile.Builder.clearProfileInt64S()RpcProfile.Builder.clone()RpcFinish.Builder.getProfileBuilder().org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcPartialFinishWithError.Builder.getProfileBuilder().org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;RpcProfile.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcProfile.Builder.mergeFrom(com.google.protobuf.Message other) RpcProfile.Builder.mergeFrom(RpcProfile other) final RpcProfile.BuilderRpcProfile.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RpcProfile.BuilderRpcProfile.newBuilder()static RpcProfile.BuilderRpcProfile.newBuilder(RpcProfile prototype) RpcProfile.newBuilderForType()protected RpcProfile.BuilderRpcProfile.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RpcProfile.Builder.putAllProfileDoubles(Map<String, Double> values) map<string, double> profile_doubles = 3;RpcProfile.Builder.putAllProfileInt64S(Map<String, Long> values) map<string, int64> profile_int64s = 2;RpcProfile.Builder.putProfileDoubles(String key, double value) map<string, double> profile_doubles = 3;RpcProfile.Builder.putProfileInt64S(String key, long value) map<string, int64> profile_int64s = 2;RpcProfile.Builder.removeProfileDoubles(String key) map<string, double> profile_doubles = 3;RpcProfile.Builder.removeProfileInt64S(String key) map<string, int64> profile_int64s = 2;RpcProfile.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RpcProfile.BuilderRpcProfile.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcProfile.toBuilder()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcProfile.BuilderModifier and TypeMethodDescriptionRpcFinish.Builder.setProfile(RpcProfile.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcProfile profile = 2;RpcPartialFinishWithError.Builder.setProfile(RpcProfile.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcProfile profile = 4;