@@ -1766,16 +1766,16 @@ 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
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
17731773 # created by user input or from importing existing data, depending on the type
1774- # of process. Advice on address input / editing: - Use an internationalization-
1775- # ready address widget such as https://github.com/google/libaddressinput) -
1774+ # of process. Advice on address input or editing: - Use an internationalization-
1775+ # ready address widget such as https://github.com/google/libaddressinput. -
17761776 # Users should not be presented with UI elements for input or editing of fields
17771777 # 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
1778+ # this schema, see: https://support.google.com/business/answer/6397478.
17791779 # Corresponds to the JSON property `postalAddress`
17801780 # @return [Google::Apis::JobsV3p1beta1::PostalAddress]
17811781 attr_accessor :postal_address
@@ -2086,46 +2086,46 @@ def update!(**args)
20862086 end
20872087 end
20882088
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
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
20932093 # created by user input or from importing existing data, depending on the type
2094- # of process. Advice on address input / editing: - Use an internationalization-
2095- # ready address widget such as https://github.com/google/libaddressinput) -
2094+ # of process. Advice on address input or editing: - Use an internationalization-
2095+ # ready address widget such as https://github.com/google/libaddressinput. -
20962096 # Users should not be presented with UI elements for input or editing of fields
20972097 # 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
2098+ # this schema, see: https://support.google.com/business/answer/6397478.
20992099 class PostalAddress
21002100 include Google ::Apis ::Core ::Hashable
21012101
21022102 # Unstructured address lines describing the lower levels of an address. Because
2103- # values in address_lines do not have type information and may sometimes contain
2104- # multiple values in a single field (For example "Austin, TX"), it is important
2105- # that the line order is clear. The order of address lines should be "envelope
2106- # order" for the country/ region of the address. In places where this can vary (
2107- # For example Japan), address_language is used to make it explicit (For example "
2108- # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
2109- # This way, the most specific line of an address can be selected based on the
2110- # language. The minimum permitted structural representation of an address
2111- # consists of a region_code with all remaining information placed in the
2112- # address_lines. It would be possible to format such an address very
2103+ # values in ` address_lines` do not have type information and may sometimes
2104+ # contain multiple values in a single field (for example, "Austin, TX"), it is
2105+ # important that the line order is clear. The order of address lines should be "
2106+ # envelope order" for the country or region of the address. In places where this
2107+ # can vary (for example, Japan), ` address_language` is used to make it explicit (
2108+ # for example, " ja" for large-to-small ordering and "ja-Latn" or "en" for small-
2109+ # to-large). In this way, the most specific line of an address can be selected
2110+ # based on the language. The minimum permitted structural representation of an
2111+ # address consists of a ` region_code` with all remaining information placed in
2112+ # the ` address_lines` . It would be possible to format such an address very
21132113 # approximately without geocoding, but no semantic reasoning could be made about
21142114 # any of the address components until it was at least partially resolved.
2115- # Creating an address only containing a region_code and address_lines, and then
2116- # geocoding is the recommended way to handle completely unstructured addresses (
2117- # as opposed to guessing which parts of the address should be localities or
2118- # administrative areas).
2115+ # Creating an address only containing a ` region_code` and ` address_lines` and
2116+ # then geocoding is the recommended way to handle completely unstructured
2117+ # addresses ( as opposed to guessing which parts of the address should be
2118+ # localities or administrative areas).
21192119 # Corresponds to the JSON property `addressLines`
21202120 # @return [Array<String>]
21212121 attr_accessor :address_lines
21222122
21232123 # Optional. Highest administrative subdivision which is used for postal
21242124 # addresses of a country or region. For example, this can be a state, a province,
2125- # an oblast, or a prefecture. Specifically, for Spain this is the province and
2126- # not the autonomous community (For example "Barcelona" and not "Catalonia").
2127- # Many countries don't use an administrative area in postal addresses. For
2128- # example in Switzerland this should be left unpopulated.
2125+ # an oblast, or a prefecture. For Spain, this is the province and not the
2126+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
2127+ # countries don't use an administrative area in postal addresses. For example,
2128+ # in Switzerland, this should be left unpopulated.
21292129 # Corresponds to the JSON property `administrativeArea`
21302130 # @return [String]
21312131 attr_accessor :administrative_area
@@ -2142,10 +2142,10 @@ class PostalAddress
21422142 # @return [String]
21432143 attr_accessor :language_code
21442144
2145- # Optional. Generally refers to the city/ town portion of the address. Examples:
2146- # US city, IT comune, UK post town. In regions of the world where localities are
2147- # not well defined or do not fit into this structure well, leave locality empty
2148- # and use address_lines.
2145+ # Optional. Generally refers to the city or town portion of the address.
2146+ # Examples: US city, IT comune, UK post town. In regions of the world where
2147+ # localities are not well defined or do not fit into this structure well, leave `
2148+ # locality` empty and use ` address_lines` .
21492149 # Corresponds to the JSON property `locality`
21502150 # @return [String]
21512151 attr_accessor :locality
@@ -2157,8 +2157,8 @@ class PostalAddress
21572157
21582158 # Optional. Postal code of the address. Not all countries use or require postal
21592159 # codes to be present, but where they are used, they may trigger additional
2160- # validation with other parts of the address (For example state/ zip validation
2161- # in the U.S.A. ).
2160+ # validation with other parts of the address (for example, state or zip code
2161+ # validation in the United States ).
21622162 # Corresponds to the JSON property `postalCode`
21632163 # @return [String]
21642164 attr_accessor :postal_code
@@ -2187,15 +2187,15 @@ class PostalAddress
21872187
21882188 # Optional. Additional, country-specific, sorting code. This is not used in most
21892189 # regions. Where it is used, the value is either a string like "CEDEX",
2190- # optionally followed by a number (For example "CEDEX 7"), or just a number
2190+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
21912191 # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
2192- # Malawi) or "post office indicator" (For example Côte d'Ivoire).
2192+ # Malawi) or "post office indicator" (Côte d'Ivoire).
21932193 # Corresponds to the JSON property `sortingCode`
21942194 # @return [String]
21952195 attr_accessor :sorting_code
21962196
2197- # Optional. Sublocality of the address. For example, this can be neighborhoods ,
2198- # boroughs, districts .
2197+ # Optional. Sublocality of the address. For example, this can be a neighborhood ,
2198+ # borough, or district .
21992199 # Corresponds to the JSON property `sublocality`
22002200 # @return [String]
22012201 attr_accessor :sublocality
0 commit comments