@@ -1599,16 +1599,17 @@ class Location
15991599 # @return [String]
16001600 attr_accessor :location_type
16011601
1602- # Represents a postal address (for example, for postal delivery or payments
1603- # addresses). Given a postal address, a postal service can deliver items to a
1604- # premise, P.O. box or similar. It is not intended to model geographical
1605- # locations (roads, towns, mountains). In typical usage, an address would be
1606- # created by user input or from importing existing data, depending on the type
1607- # of process. Advice on address input or editing: - Use an internationalization-
1608- # ready address widget such as https://github.com/google/libaddressinput. -
1609- # Users should not be presented with UI elements for input or editing of fields
1610- # outside countries where that field is used. For more guidance on how to use
1611- # this schema, see: https://support.google.com/business/answer/6397478.
1602+ # Represents a postal address, such as for postal delivery or payments addresses.
1603+ # With a postal address, a postal service can deliver items to a premise, P.O.
1604+ # box, or similar. A postal address is not intended to model geographical
1605+ # locations like roads, towns, or mountains. In typical usage, an address would
1606+ # be created by user input or from importing existing data, depending on the
1607+ # type of process. Advice on address input or editing: - Use an
1608+ # internationalization-ready address widget such as https://github.com/google/
1609+ # libaddressinput. - Users should not be presented with UI elements for input or
1610+ # editing of fields outside countries where that field is used. For more
1611+ # guidance on how to use this schema, see: https://support.google.com/business/
1612+ # answer/6397478.
16121613 # Corresponds to the JSON property `postalAddress`
16131614 # @return [Google::Apis::JobsV4::PostalAddress]
16141615 attr_accessor :postal_address
@@ -1854,16 +1855,17 @@ def update!(**args)
18541855 end
18551856 end
18561857
1857- # Represents a postal address (for example, for postal delivery or payments
1858- # addresses). Given a postal address, a postal service can deliver items to a
1859- # premise, P.O. box or similar. It is not intended to model geographical
1860- # locations (roads, towns, mountains). In typical usage, an address would be
1861- # created by user input or from importing existing data, depending on the type
1862- # of process. Advice on address input or editing: - Use an internationalization-
1863- # ready address widget such as https://github.com/google/libaddressinput. -
1864- # Users should not be presented with UI elements for input or editing of fields
1865- # outside countries where that field is used. For more guidance on how to use
1866- # this schema, see: https://support.google.com/business/answer/6397478.
1858+ # Represents a postal address, such as for postal delivery or payments addresses.
1859+ # With a postal address, a postal service can deliver items to a premise, P.O.
1860+ # box, or similar. A postal address is not intended to model geographical
1861+ # locations like roads, towns, or mountains. In typical usage, an address would
1862+ # be created by user input or from importing existing data, depending on the
1863+ # type of process. Advice on address input or editing: - Use an
1864+ # internationalization-ready address widget such as https://github.com/google/
1865+ # libaddressinput. - Users should not be presented with UI elements for input or
1866+ # editing of fields outside countries where that field is used. For more
1867+ # guidance on how to use this schema, see: https://support.google.com/business/
1868+ # answer/6397478.
18671869 class PostalAddress
18681870 include Google ::Apis ::Core ::Hashable
18691871
0 commit comments