Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::UserInfo::PreciseLocation (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UserInfo::PreciseLocation.

Precise location info with multiple representation options. Currently only latitude and longitude point is supported.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — Optional. Location represented by a natural language address. Will later be geocoded and converted to either a point or a polygon.

    Note: The following fields are mutually exclusive: address, point. If a field in that set is populated, all other fields in the set will automatically be cleared.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — Optional. Location represented by a natural language address. Will later be geocoded and converted to either a point or a polygon.

    Note: The following fields are mutually exclusive: address, point. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Optional. Location represented by a natural language address. Will later be geocoded and converted to either a point or a polygon.

    Note: The following fields are mutually exclusive: address, point. If a field in that set is populated, all other fields in the set will automatically be cleared.

#point

def point() -> ::Google::Type::LatLng
Returns
  • (::Google::Type::LatLng) — Optional. Location represented by a latitude/longitude point.

    Note: The following fields are mutually exclusive: point, address. If a field in that set is populated, all other fields in the set will automatically be cleared.

#point=

def point=(value) -> ::Google::Type::LatLng
Parameter
  • value (::Google::Type::LatLng) — Optional. Location represented by a latitude/longitude point.

    Note: The following fields are mutually exclusive: point, address. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Type::LatLng) — Optional. Location represented by a latitude/longitude point.

    Note: The following fields are mutually exclusive: point, address. If a field in that set is populated, all other fields in the set will automatically be cleared.