@@ -895,16 +895,16 @@ class GoogleCloudChannelV1Customer
895895 # @return [String]
896896 attr_accessor :org_display_name
897897
898- # Represents a postal address. For example for postal delivery or payments
899- # addresses. Given a postal address, a postal service can deliver items to a
900- # premise, P.O. Box or similar. It is not intended to model geographical
901- # locations (roads, towns, mountains). In typical usage an address would be
898+ # Represents a postal address (for example, for postal delivery or payments
899+ # addresses) . Given a postal address, a postal service can deliver items to a
900+ # premise, P.O. box or similar. It is not intended to model geographical
901+ # locations (roads, towns, mountains). In typical usage, an address would be
902902 # created by user input or from importing existing data, depending on the type
903- # of process. Advice on address input / editing: - Use an internationalization-
904- # ready address widget such as https://github.com/google/libaddressinput) -
903+ # of process. Advice on address input or editing: - Use an internationalization-
904+ # ready address widget such as https://github.com/google/libaddressinput. -
905905 # Users should not be presented with UI elements for input or editing of fields
906906 # outside countries where that field is used. For more guidance on how to use
907- # this schema, see: https://support.google.com/business/answer/6397478
907+ # this schema, see: https://support.google.com/business/answer/6397478.
908908 # Corresponds to the JSON property `orgPostalAddress`
909909 # @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
910910 attr_accessor :org_postal_address
@@ -5051,46 +5051,46 @@ def update!(**args)
50515051 end
50525052 end
50535053
5054- # Represents a postal address. For example for postal delivery or payments
5055- # addresses. Given a postal address, a postal service can deliver items to a
5056- # premise, P.O. Box or similar. It is not intended to model geographical
5057- # locations (roads, towns, mountains). In typical usage an address would be
5054+ # Represents a postal address (for example, for postal delivery or payments
5055+ # addresses) . Given a postal address, a postal service can deliver items to a
5056+ # premise, P.O. box or similar. It is not intended to model geographical
5057+ # locations (roads, towns, mountains). In typical usage, an address would be
50585058 # created by user input or from importing existing data, depending on the type
5059- # of process. Advice on address input / editing: - Use an internationalization-
5060- # ready address widget such as https://github.com/google/libaddressinput) -
5059+ # of process. Advice on address input or editing: - Use an internationalization-
5060+ # ready address widget such as https://github.com/google/libaddressinput. -
50615061 # Users should not be presented with UI elements for input or editing of fields
50625062 # outside countries where that field is used. For more guidance on how to use
5063- # this schema, see: https://support.google.com/business/answer/6397478
5063+ # this schema, see: https://support.google.com/business/answer/6397478.
50645064 class GoogleTypePostalAddress
50655065 include Google ::Apis ::Core ::Hashable
50665066
50675067 # Unstructured address lines describing the lower levels of an address. Because
5068- # values in address_lines do not have type information and may sometimes contain
5069- # multiple values in a single field (For example "Austin, TX"), it is important
5070- # that the line order is clear. The order of address lines should be "envelope
5071- # order" for the country/ region of the address. In places where this can vary (
5072- # For example Japan), address_language is used to make it explicit (For example "
5073- # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
5074- # This way, the most specific line of an address can be selected based on the
5075- # language. The minimum permitted structural representation of an address
5076- # consists of a region_code with all remaining information placed in the
5077- # address_lines. It would be possible to format such an address very
5068+ # values in ` address_lines` do not have type information and may sometimes
5069+ # contain multiple values in a single field (for example, "Austin, TX"), it is
5070+ # important that the line order is clear. The order of address lines should be "
5071+ # envelope order" for the country or region of the address. In places where this
5072+ # can vary (for example, Japan), ` address_language` is used to make it explicit (
5073+ # for example, " ja" for large-to-small ordering and "ja-Latn" or "en" for small-
5074+ # to-large). In this way, the most specific line of an address can be selected
5075+ # based on the language. The minimum permitted structural representation of an
5076+ # address consists of a ` region_code` with all remaining information placed in
5077+ # the ` address_lines` . It would be possible to format such an address very
50785078 # approximately without geocoding, but no semantic reasoning could be made about
50795079 # any of the address components until it was at least partially resolved.
5080- # Creating an address only containing a region_code and address_lines, and then
5081- # geocoding is the recommended way to handle completely unstructured addresses (
5082- # as opposed to guessing which parts of the address should be localities or
5083- # administrative areas).
5080+ # Creating an address only containing a ` region_code` and ` address_lines` and
5081+ # then geocoding is the recommended way to handle completely unstructured
5082+ # addresses ( as opposed to guessing which parts of the address should be
5083+ # localities or administrative areas).
50845084 # Corresponds to the JSON property `addressLines`
50855085 # @return [Array<String>]
50865086 attr_accessor :address_lines
50875087
50885088 # Optional. Highest administrative subdivision which is used for postal
50895089 # addresses of a country or region. For example, this can be a state, a province,
5090- # an oblast, or a prefecture. Specifically, for Spain this is the province and
5091- # not the autonomous community (For example "Barcelona" and not "Catalonia").
5092- # Many countries don't use an administrative area in postal addresses. For
5093- # example in Switzerland this should be left unpopulated.
5090+ # an oblast, or a prefecture. For Spain, this is the province and not the
5091+ # autonomous community (for example, "Barcelona" and not "Catalonia"). Many
5092+ # countries don't use an administrative area in postal addresses. For example,
5093+ # in Switzerland, this should be left unpopulated.
50945094 # Corresponds to the JSON property `administrativeArea`
50955095 # @return [String]
50965096 attr_accessor :administrative_area
@@ -5107,10 +5107,10 @@ class GoogleTypePostalAddress
51075107 # @return [String]
51085108 attr_accessor :language_code
51095109
5110- # Optional. Generally refers to the city/ town portion of the address. Examples:
5111- # US city, IT comune, UK post town. In regions of the world where localities are
5112- # not well defined or do not fit into this structure well, leave locality empty
5113- # and use address_lines.
5110+ # Optional. Generally refers to the city or town portion of the address.
5111+ # Examples: US city, IT comune, UK post town. In regions of the world where
5112+ # localities are not well defined or do not fit into this structure well, leave `
5113+ # locality` empty and use ` address_lines` .
51145114 # Corresponds to the JSON property `locality`
51155115 # @return [String]
51165116 attr_accessor :locality
@@ -5122,8 +5122,8 @@ class GoogleTypePostalAddress
51225122
51235123 # Optional. Postal code of the address. Not all countries use or require postal
51245124 # codes to be present, but where they are used, they may trigger additional
5125- # validation with other parts of the address (For example state/ zip validation
5126- # in the U.S.A. ).
5125+ # validation with other parts of the address (for example, state or zip code
5126+ # validation in the United States ).
51275127 # Corresponds to the JSON property `postalCode`
51285128 # @return [String]
51295129 attr_accessor :postal_code
@@ -5152,15 +5152,15 @@ class GoogleTypePostalAddress
51525152
51535153 # Optional. Additional, country-specific, sorting code. This is not used in most
51545154 # regions. Where it is used, the value is either a string like "CEDEX",
5155- # optionally followed by a number (For example "CEDEX 7"), or just a number
5155+ # optionally followed by a number (for example, "CEDEX 7"), or just a number
51565156 # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
5157- # Malawi) or "post office indicator" (For example Côte d'Ivoire).
5157+ # Malawi) or "post office indicator" (Côte d'Ivoire).
51585158 # Corresponds to the JSON property `sortingCode`
51595159 # @return [String]
51605160 attr_accessor :sorting_code
51615161
5162- # Optional. Sublocality of the address. For example, this can be neighborhoods ,
5163- # boroughs, districts .
5162+ # Optional. Sublocality of the address. For example, this can be a neighborhood ,
5163+ # borough, or district .
51645164 # Corresponds to the JSON property `sublocality`
51655165 # @return [String]
51665166 attr_accessor :sublocality
0 commit comments