Uses of Class
org.hansken.extraction.plugin.grpc.RpcLatLong.Builder
-
Packages that use RpcLatLong.Builder Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcLatLong.Builder in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcLatLong.Builder Modifier and Type Method Description RpcLatLong.BuilderRpcLatLong.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RpcLatLong.BuilderRpcLatLong.Builder. clear()RpcLatLong.BuilderRpcLatLong.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)RpcLatLong.BuilderRpcLatLong.Builder. clearLatitude()double latitude = 1;RpcLatLong.BuilderRpcLatLong.Builder. clearLongitude()double longitude = 2;RpcLatLong.BuilderRpcLatLong.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)RpcLatLong.BuilderRpcLatLong.Builder. clone()RpcLatLong.BuilderRpcLatLong.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RpcLatLong.BuilderRpcLatLong.Builder. mergeFrom(com.google.protobuf.Message other)RpcLatLong.BuilderRpcLatLong.Builder. mergeFrom(RpcLatLong other)RpcLatLong.BuilderRpcLatLong.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static RpcLatLong.BuilderRpcLatLong. newBuilder()static RpcLatLong.BuilderRpcLatLong. newBuilder(RpcLatLong prototype)RpcLatLong.BuilderRpcLatLong. newBuilderForType()protected RpcLatLong.BuilderRpcLatLong. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)RpcLatLong.BuilderRpcLatLong.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RpcLatLong.BuilderRpcLatLong.Builder. setLatitude(double value)double latitude = 1;RpcLatLong.BuilderRpcLatLong.Builder. setLongitude(double value)double longitude = 2;RpcLatLong.BuilderRpcLatLong.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)RpcLatLong.BuilderRpcLatLong.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)RpcLatLong.BuilderRpcLatLong. toBuilder()
-