google-apis-cloudchannel_v1 0.57.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/cloudchannel_v1/classes.rb +45 -50
- data/lib/google/apis/cloudchannel_v1/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5a9e814d3d9ab0cee72ad850593def983631afc681e9ce32760e4b111f90635
|
4
|
+
data.tar.gz: 51f8f67b9d47bebf027d4df936dc2ff1a036239e4a4d63407e8f492166ff32d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c61d3a858250e10528b931068c72b8c589090315d3a3b6f17f34d5e99ab67f73bec3839314939cc0e902a4c01ee7543544af494bd0d1475b683c3428519532d2
|
7
|
+
data.tar.gz: 0a9de46297fba964df0c3dbae04a0f0aaf7ac366599b3da17229b77ec09ef7a38239a4ddb8190d7ab8ec5a49561feae3ba407f86f6a0a98dfac9abb982e433f3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
2
2
|
|
3
|
+
### v0.59.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250325
|
6
|
+
|
7
|
+
### v0.58.0 (2025-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250318
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.57.0 (2024-12-08)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241202
|
@@ -251,8 +251,7 @@ module Google
|
|
251
251
|
|
252
252
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
253
253
|
# that require additional price information. Used to guarantee that the pricing
|
254
|
-
# is consistent between quoting the offer and placing the order.
|
255
|
-
# implemented: if populated in a request, this field isn't evaluated in the API.
|
254
|
+
# is consistent between quoting the offer and placing the order.
|
256
255
|
# Corresponds to the JSON property `priceReferenceId`
|
257
256
|
# @return [String]
|
258
257
|
attr_accessor :price_reference_id
|
@@ -895,16 +894,16 @@ module Google
|
|
895
894
|
# @return [String]
|
896
895
|
attr_accessor :org_display_name
|
897
896
|
|
898
|
-
# Represents a postal address
|
899
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
900
|
-
# premise, P.O.
|
901
|
-
# locations (roads, towns, mountains). In typical usage an address would be
|
897
|
+
# Represents a postal address (for example, for postal delivery or payments
|
898
|
+
# addresses). Given a postal address, a postal service can deliver items to a
|
899
|
+
# premise, P.O. box or similar. It is not intended to model geographical
|
900
|
+
# locations (roads, towns, mountains). In typical usage, an address would be
|
902
901
|
# created by user input or from importing existing data, depending on the type
|
903
|
-
# of process. Advice on address input
|
904
|
-
# ready address widget such as https://github.com/google/libaddressinput
|
902
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
903
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
905
904
|
# Users should not be presented with UI elements for input or editing of fields
|
906
905
|
# 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
|
906
|
+
# this schema, see: https://support.google.com/business/answer/6397478.
|
908
907
|
# Corresponds to the JSON property `orgPostalAddress`
|
909
908
|
# @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
|
910
909
|
attr_accessor :org_postal_address
|
@@ -1192,9 +1191,7 @@ module Google
|
|
1192
1191
|
|
1193
1192
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
1194
1193
|
# that require additional price information. Used to guarantee that the pricing
|
1195
|
-
# is consistent between quoting the offer and placing the order.
|
1196
|
-
# implemented: if this field is populated in a request, it isn't evaluated in
|
1197
|
-
# the API.
|
1194
|
+
# is consistent between quoting the offer and placing the order.
|
1198
1195
|
# Corresponds to the JSON property `priceReferenceId`
|
1199
1196
|
# @return [String]
|
1200
1197
|
attr_accessor :price_reference_id
|
@@ -4085,9 +4082,7 @@ module Google
|
|
4085
4082
|
|
4086
4083
|
# Optional. Price reference ID for the offer. Optional field only for offers
|
4087
4084
|
# that require additional price information. Used to guarantee that the pricing
|
4088
|
-
# is consistent between quoting the offer and placing the order.
|
4089
|
-
# implemented: if this field is populated in a request, it isn't evaluated in
|
4090
|
-
# the API.
|
4085
|
+
# is consistent between quoting the offer and placing the order.
|
4091
4086
|
# Corresponds to the JSON property `priceReferenceId`
|
4092
4087
|
# @return [String]
|
4093
4088
|
attr_accessor :price_reference_id
|
@@ -5051,46 +5046,46 @@ module Google
|
|
5051
5046
|
end
|
5052
5047
|
end
|
5053
5048
|
|
5054
|
-
# Represents a postal address
|
5055
|
-
# addresses. Given a postal address, a postal service can deliver items to a
|
5056
|
-
# premise, P.O.
|
5057
|
-
# locations (roads, towns, mountains). In typical usage an address would be
|
5049
|
+
# Represents a postal address (for example, for postal delivery or payments
|
5050
|
+
# addresses). Given a postal address, a postal service can deliver items to a
|
5051
|
+
# premise, P.O. box or similar. It is not intended to model geographical
|
5052
|
+
# locations (roads, towns, mountains). In typical usage, an address would be
|
5058
5053
|
# created by user input or from importing existing data, depending on the type
|
5059
|
-
# of process. Advice on address input
|
5060
|
-
# ready address widget such as https://github.com/google/libaddressinput
|
5054
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
5055
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
5061
5056
|
# Users should not be presented with UI elements for input or editing of fields
|
5062
5057
|
# 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
|
5058
|
+
# this schema, see: https://support.google.com/business/answer/6397478.
|
5064
5059
|
class GoogleTypePostalAddress
|
5065
5060
|
include Google::Apis::Core::Hashable
|
5066
5061
|
|
5067
5062
|
# Unstructured address lines describing the lower levels of an address. Because
|
5068
|
-
# values in address_lines do not have type information and may sometimes
|
5069
|
-
# multiple values in a single field (
|
5070
|
-
# that the line order is clear. The order of address lines should be "
|
5071
|
-
# order" for the country
|
5072
|
-
#
|
5073
|
-
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
5074
|
-
#
|
5075
|
-
# language. The minimum permitted structural representation of an
|
5076
|
-
# consists of a region_code with all remaining information placed in
|
5077
|
-
# address_lines
|
5063
|
+
# values in `address_lines` do not have type information and may sometimes
|
5064
|
+
# contain multiple values in a single field (for example, "Austin, TX"), it is
|
5065
|
+
# important that the line order is clear. The order of address lines should be "
|
5066
|
+
# envelope order" for the country or region of the address. In places where this
|
5067
|
+
# can vary (for example, Japan), `address_language` is used to make it explicit (
|
5068
|
+
# for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
5069
|
+
# to-large). In this way, the most specific line of an address can be selected
|
5070
|
+
# based on the language. The minimum permitted structural representation of an
|
5071
|
+
# address consists of a `region_code` with all remaining information placed in
|
5072
|
+
# the `address_lines`. It would be possible to format such an address very
|
5078
5073
|
# approximately without geocoding, but no semantic reasoning could be made about
|
5079
5074
|
# any of the address components until it was at least partially resolved.
|
5080
|
-
# Creating an address only containing a region_code and address_lines
|
5081
|
-
# geocoding is the recommended way to handle completely unstructured
|
5082
|
-
# as opposed to guessing which parts of the address should be
|
5083
|
-
# administrative areas).
|
5075
|
+
# Creating an address only containing a `region_code` and `address_lines` and
|
5076
|
+
# then geocoding is the recommended way to handle completely unstructured
|
5077
|
+
# addresses (as opposed to guessing which parts of the address should be
|
5078
|
+
# localities or administrative areas).
|
5084
5079
|
# Corresponds to the JSON property `addressLines`
|
5085
5080
|
# @return [Array<String>]
|
5086
5081
|
attr_accessor :address_lines
|
5087
5082
|
|
5088
5083
|
# Optional. Highest administrative subdivision which is used for postal
|
5089
5084
|
# addresses of a country or region. For example, this can be a state, a province,
|
5090
|
-
# an oblast, or a prefecture.
|
5091
|
-
#
|
5092
|
-
#
|
5093
|
-
#
|
5085
|
+
# an oblast, or a prefecture. For Spain, this is the province and not the
|
5086
|
+
# autonomous community (for example, "Barcelona" and not "Catalonia"). Many
|
5087
|
+
# countries don't use an administrative area in postal addresses. For example,
|
5088
|
+
# in Switzerland, this should be left unpopulated.
|
5094
5089
|
# Corresponds to the JSON property `administrativeArea`
|
5095
5090
|
# @return [String]
|
5096
5091
|
attr_accessor :administrative_area
|
@@ -5107,10 +5102,10 @@ module Google
|
|
5107
5102
|
# @return [String]
|
5108
5103
|
attr_accessor :language_code
|
5109
5104
|
|
5110
|
-
# Optional. Generally refers to the city
|
5111
|
-
# US city, IT comune, UK post town. In regions of the world where
|
5112
|
-
# not well defined or do not fit into this structure well, leave
|
5113
|
-
# and use address_lines
|
5105
|
+
# Optional. Generally refers to the city or town portion of the address.
|
5106
|
+
# Examples: US city, IT comune, UK post town. In regions of the world where
|
5107
|
+
# localities are not well defined or do not fit into this structure well, leave `
|
5108
|
+
# locality` empty and use `address_lines`.
|
5114
5109
|
# Corresponds to the JSON property `locality`
|
5115
5110
|
# @return [String]
|
5116
5111
|
attr_accessor :locality
|
@@ -5122,8 +5117,8 @@ module Google
|
|
5122
5117
|
|
5123
5118
|
# Optional. Postal code of the address. Not all countries use or require postal
|
5124
5119
|
# codes to be present, but where they are used, they may trigger additional
|
5125
|
-
# validation with other parts of the address (
|
5126
|
-
# in the
|
5120
|
+
# validation with other parts of the address (for example, state or zip code
|
5121
|
+
# validation in the United States).
|
5127
5122
|
# Corresponds to the JSON property `postalCode`
|
5128
5123
|
# @return [String]
|
5129
5124
|
attr_accessor :postal_code
|
@@ -5152,15 +5147,15 @@ module Google
|
|
5152
5147
|
|
5153
5148
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
5154
5149
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
5155
|
-
# optionally followed by a number (
|
5150
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
5156
5151
|
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
5157
|
-
# Malawi) or "post office indicator" (
|
5152
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
5158
5153
|
# Corresponds to the JSON property `sortingCode`
|
5159
5154
|
# @return [String]
|
5160
5155
|
attr_accessor :sorting_code
|
5161
5156
|
|
5162
|
-
# Optional. Sublocality of the address. For example, this can be
|
5163
|
-
#
|
5157
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
5158
|
+
# borough, or district.
|
5164
5159
|
# Corresponds to the JSON property `sublocality`
|
5165
5160
|
# @return [String]
|
5166
5161
|
attr_accessor :sublocality
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudchannelV1
|
18
18
|
# Version of the google-apis-cloudchannel_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.59.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250325"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudchannel_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.59.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Cloud Channel API V1
|
82
79
|
test_files: []
|