Uses of Class
org.hansken.extraction.plugin.grpc.RpcLatLong.Builder
Packages that use RpcLatLong.Builder
-
Uses of RpcLatLong.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcLatLong.BuilderModifier and TypeMethodDescriptionRpcLatLong.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RpcLatLong.Builder.clear()RpcLatLong.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RpcLatLong.Builder.clearLatitude()double latitude = 1;RpcLatLong.Builder.clearLongitude()double longitude = 2;RpcLatLong.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RpcLatLong.Builder.clone()RpcTransformerArgument.Builder.getLatLongBuilder().org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;RpcLatLong.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RpcLatLong.Builder.mergeFrom(com.google.protobuf.Message other) RpcLatLong.Builder.mergeFrom(RpcLatLong other) final RpcLatLong.BuilderRpcLatLong.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RpcLatLong.BuilderRpcLatLong.newBuilder()static RpcLatLong.BuilderRpcLatLong.newBuilder(RpcLatLong prototype) RpcLatLong.newBuilderForType()protected RpcLatLong.BuilderRpcLatLong.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RpcLatLong.Builder.setLatitude(double value) double latitude = 1;RpcLatLong.Builder.setLongitude(double value) double longitude = 2;RpcLatLong.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RpcLatLong.BuilderRpcLatLong.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RpcLatLong.toBuilder()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcLatLong.BuilderModifier and TypeMethodDescriptionRpcTransformerArgument.Builder.setLatLong(RpcLatLong.Builder builderForValue) .org.hansken.extraction.plugin.grpc.RpcLatLong latLong = 8;