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 Location
Location.Builder. build()
Location
Location.Builder. buildPartial()
static Location
Location. getDefaultInstance()
Location
Location.Builder. getDefaultInstanceForType()
Location
Location. getDefaultInstanceForType()
Location
ListLocationsResponse.Builder. getLocations(int index)
A list of locations that matches the specified filter in the request.Location
ListLocationsResponse. getLocations(int index)
A list of locations that matches the specified filter in the request.Location
ListLocationsResponseOrBuilder. getLocations(int index)
A list of locations that matches the specified filter in the request.static Location
Location. parseDelimitedFrom(java.io.InputStream input)
static Location
Location. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(byte[] data)
static Location
Location. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.ByteString data)
static Location
Location. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(java.io.InputStream input)
static Location
Location. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(java.nio.ByteBuffer data)
static Location
Location. parseFrom(java.nio.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 java.util.List<Location>
ListLocationsResponse.Builder. getLocationsList()
A list of locations that matches the specified filter in the request.java.util.List<Location>
ListLocationsResponse. getLocationsList()
A list of locations that matches the specified filter in the request.java.util.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.Builder
ListLocationsResponse.Builder. addLocations(int index, Location value)
A list of locations that matches the specified filter in the request.ListLocationsResponse.Builder
ListLocationsResponse.Builder. addLocations(Location value)
A list of locations that matches the specified filter in the request.Location.Builder
Location.Builder. mergeFrom(Location other)
static Location.Builder
Location. newBuilder(Location prototype)
ListLocationsResponse.Builder
ListLocationsResponse.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.Builder
ListLocationsResponse.Builder. addAllLocations(java.lang.Iterable<? extends Location> values)
A list of locations that matches the specified filter in the request.
-