@@ -1766,16 +1766,17 @@ class Location
17661766 # @return [String]
17671767 attr_accessor :location_type
17681768
1769- # Represents a postal address (for example, for postal delivery or payments
1770- # addresses). Given a postal address, a postal service can deliver items to a
1771- # premise, P.O. box or similar. It is not intended to model geographical
1772- # locations (roads, towns, mountains). In typical usage, an address would be
1773- # created by user input or from importing existing data, depending on the type
1774- # of process. Advice on address input or editing: - Use an internationalization-
1775- # ready address widget such as https://github.com/google/libaddressinput. -
1776- # Users should not be presented with UI elements for input or editing of fields
1777- # outside countries where that field is used. For more guidance on how to use
1778- # this schema, see: https://support.google.com/business/answer/6397478.
1769+ # Represents a postal address, such as for postal delivery or payments addresses.
1770+ # With a postal address, a postal service can deliver items to a premise, P.O.
1771+ # box, or similar. A postal address is not intended to model geographical
1772+ # locations like roads, towns, or mountains. In typical usage, an address would
1773+ # be created by user input or from importing existing data, depending on the
1774+ # type of process. Advice on address input or editing: - Use an
1775+ # internationalization-ready address widget such as https://github.com/google/
1776+ # libaddressinput. - Users should not be presented with UI elements for input or
1777+ # editing of fields outside countries where that field is used. For more
1778+ # guidance on how to use this schema, see: https://support.google.com/business/
1779+ # answer/6397478.
17791780 # Corresponds to the JSON property `postalAddress`
17801781 # @return [Google::Apis::JobsV3p1beta1::PostalAddress]
17811782 attr_accessor :postal_address
@@ -2086,16 +2087,17 @@ def update!(**args)
20862087 end
20872088 end
20882089
2089- # Represents a postal address (for example, for postal delivery or payments
2090- # addresses). Given a postal address, a postal service can deliver items to a
2091- # premise, P.O. box or similar. It is not intended to model geographical
2092- # locations (roads, towns, mountains). In typical usage, an address would be
2093- # created by user input or from importing existing data, depending on the type
2094- # of process. Advice on address input or editing: - Use an internationalization-
2095- # ready address widget such as https://github.com/google/libaddressinput. -
2096- # Users should not be presented with UI elements for input or editing of fields
2097- # outside countries where that field is used. For more guidance on how to use
2098- # this schema, see: https://support.google.com/business/answer/6397478.
2090+ # Represents a postal address, such as for postal delivery or payments addresses.
2091+ # With a postal address, a postal service can deliver items to a premise, P.O.
2092+ # box, or similar. A postal address is not intended to model geographical
2093+ # locations like roads, towns, or mountains. In typical usage, an address would
2094+ # be created by user input or from importing existing data, depending on the
2095+ # type of process. Advice on address input or editing: - Use an
2096+ # internationalization-ready address widget such as https://github.com/google/
2097+ # libaddressinput. - Users should not be presented with UI elements for input or
2098+ # editing of fields outside countries where that field is used. For more
2099+ # guidance on how to use this schema, see: https://support.google.com/business/
2100+ # answer/6397478.
20992101 class PostalAddress
21002102 include Google ::Apis ::Core ::Hashable
21012103
0 commit comments