Uses of Class
com.google.cloud.optimization.v1.Location
-
Packages that use Location Package Description com.google.cloud.optimization.v1 A client to Cloud Optimization API -
-
Uses of Location in com.google.cloud.optimization.v1
Methods in com.google.cloud.optimization.v1 that return Location Modifier and Type Method Description LocationLocation.Builder. build()LocationLocation.Builder. buildPartial()static LocationLocation. getDefaultInstance()LocationLocation.Builder. getDefaultInstanceForType()LocationLocation. getDefaultInstanceForType()LocationWaypoint.Builder. getLocation()A point specified using geographic coordinates, including an optional heading.LocationWaypoint. getLocation()A point specified using geographic coordinates, including an optional heading.LocationWaypointOrBuilder. getLocation()A point specified using geographic coordinates, including an optional heading.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 com.google.cloud.optimization.v1 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 com.google.cloud.optimization.v1 with parameters of type Location Modifier and Type Method Description Location.BuilderLocation.Builder. mergeFrom(Location other)Waypoint.BuilderWaypoint.Builder. mergeLocation(Location value)A point specified using geographic coordinates, including an optional heading.static Location.BuilderLocation. newBuilder(Location prototype)Waypoint.BuilderWaypoint.Builder. setLocation(Location value)A point specified using geographic coordinates, including an optional heading.
-