- 2.53.0 (latest)
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public interface LocationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLatLng()
public abstract LatLng getLatLng()
An object representing a latitude/longitude pair.
.google.type.LatLng lat_lng = 3;
Returns | |
---|---|
Type | Description |
com.google.type.LatLng |
The latLng. |
getLatLngOrBuilder()
public abstract LatLngOrBuilder getLatLngOrBuilder()
An object representing a latitude/longitude pair.
.google.type.LatLng lat_lng = 3;
Returns | |
---|---|
Type | Description |
com.google.type.LatLngOrBuilder |
getLocationType()
public abstract Location.LocationType getLocationType()
The type of a location, which corresponds to the address lines field of google.type.PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType.NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType.LOCALITY.
.google.cloud.talent.v4beta1.Location.LocationType location_type = 1;
Returns | |
---|---|
Type | Description |
Location.LocationType |
The locationType. |
getLocationTypeValue()
public abstract int getLocationTypeValue()
The type of a location, which corresponds to the address lines field of google.type.PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType.NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType.LOCALITY.
.google.cloud.talent.v4beta1.Location.LocationType location_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for locationType. |
getPostalAddress()
public abstract PostalAddress getPostalAddress()
Postal address of the location that includes human readable information, such as postal delivery and payments addresses. Given a postal address, a postal service can deliver items to a premises, P.O. Box, or other delivery location.
.google.type.PostalAddress postal_address = 2;
Returns | |
---|---|
Type | Description |
com.google.type.PostalAddress |
The postalAddress. |
getPostalAddressOrBuilder()
public abstract PostalAddressOrBuilder getPostalAddressOrBuilder()
Postal address of the location that includes human readable information, such as postal delivery and payments addresses. Given a postal address, a postal service can deliver items to a premises, P.O. Box, or other delivery location.
.google.type.PostalAddress postal_address = 2;
Returns | |
---|---|
Type | Description |
com.google.type.PostalAddressOrBuilder |
getRadiusMiles()
public abstract double getRadiusMiles()
Radius in miles of the job location. This value is derived from the location bounding box in which a circle with the specified radius centered from google.type.LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.
double radius_miles = 4;
Returns | |
---|---|
Type | Description |
double |
The radiusMiles. |
hasLatLng()
public abstract boolean hasLatLng()
An object representing a latitude/longitude pair.
.google.type.LatLng lat_lng = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the latLng field is set. |
hasPostalAddress()
public abstract boolean hasPostalAddress()
Postal address of the location that includes human readable information, such as postal delivery and payments addresses. Given a postal address, a postal service can deliver items to a premises, P.O. Box, or other delivery location.
.google.type.PostalAddress postal_address = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the postalAddress field is set. |