Uses of Class
com.google.cloud.location.Location
-
Packages that use Location Package Description com.google.cloud.location -
-
Uses of Location in com.google.cloud.location
Methods in com.google.cloud.location that return Location Modifier and Type Method Description LocationLocation.Builder. build()LocationLocation.Builder. buildPartial()static LocationLocation. getDefaultInstance()LocationLocation.Builder. getDefaultInstanceForType()LocationLocation. getDefaultInstanceForType()LocationListLocationsResponse.Builder. getLocations(int index)A list of locations that matches the specified filter in the request.LocationListLocationsResponse. getLocations(int index)A list of locations that matches the specified filter in the request.LocationListLocationsResponseOrBuilder. getLocations(int index)A list of locations that matches the specified filter in the request.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.location that return types with arguments of type Location Modifier and Type Method Description List<Location>ListLocationsResponse.Builder. getLocationsList()A list of locations that matches the specified filter in the request.List<Location>ListLocationsResponse. getLocationsList()A list of locations that matches the specified filter in the request.List<Location>ListLocationsResponseOrBuilder. getLocationsList()A list of locations that matches the specified filter in the request.com.google.protobuf.Parser<Location>Location. getParserForType()static com.google.protobuf.Parser<Location>Location. parser()Methods in com.google.cloud.location with parameters of type Location Modifier and Type Method Description ListLocationsResponse.BuilderListLocationsResponse.Builder. addLocations(int index, Location value)A list of locations that matches the specified filter in the request.ListLocationsResponse.BuilderListLocationsResponse.Builder. addLocations(Location value)A list of locations that matches the specified filter in the request.Location.BuilderLocation.Builder. mergeFrom(Location other)static Location.BuilderLocation. newBuilder(Location prototype)ListLocationsResponse.BuilderListLocationsResponse.Builder. setLocations(int index, Location value)A list of locations that matches the specified filter in the request.Method parameters in com.google.cloud.location with type arguments of type Location Modifier and Type Method Description ListLocationsResponse.BuilderListLocationsResponse.Builder. addAllLocations(Iterable<? extends Location> values)A list of locations that matches the specified filter in the request.
-