Uses of Class
ai.promoted.proto.common.Location
-
Packages that use Location Package Description ai.promoted.proto.common -
-
Uses of Location in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return Location Modifier and Type Method Description LocationLocation.Builder. build()LocationLocation.Builder. buildPartial()static LocationLocation. getDefaultInstance()LocationLocation.Builder. getDefaultInstanceForType()LocationLocation. getDefaultInstanceForType()LocationDevice.Builder. getLocation().common.Location location = 9 [json_name = "location"];LocationDevice. getLocation().common.Location location = 9 [json_name = "location"];LocationDeviceOrBuilder. getLocation().common.Location location = 9 [json_name = "location"];static LocationLocation. parseDelimitedFrom(InputStream input)static LocationLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(byte[] data)static LocationLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(com.google.protobuf.ByteString data)static LocationLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(com.google.protobuf.CodedInputStream input)static LocationLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(InputStream input)static LocationLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(ByteBuffer data)static LocationLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.common that return types with arguments of type Location Modifier and Type Method Description com.google.protobuf.Parser<Location>Location. getParserForType()static com.google.protobuf.Parser<Location>Location. parser()Methods in ai.promoted.proto.common with parameters of type Location Modifier and Type Method Description Location.BuilderLocation.Builder. mergeFrom(Location other)Device.BuilderDevice.Builder. mergeLocation(Location value).common.Location location = 9 [json_name = "location"];static Location.BuilderLocation. newBuilder(Location prototype)Device.BuilderDevice.Builder. setLocation(Location value).common.Location location = 9 [json_name = "location"];
-