google-apis-cloudchannel_v1 0.56.0 → 0.58.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 +53 -52
- 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: 7843a9a90cb8222d84950455b97dc2d08cffea50c461121a4300f01b00517567
|
4
|
+
data.tar.gz: dcfd33dfef62069e7abfbca617f0329855111f0623d1410d44b47400e10e1b1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1e14eefacdf9fd73655bf5f0587bf8adf6c04648a36350f8aa68db2c675aabe9974fd52fffa0ead6096171900d9ee0d777c9e100e84a1e9aa5eae291a7e326
|
7
|
+
data.tar.gz: ea10441c5506359f054463085b4c0896da0ad04a0197e0ca4e46c283c2e86122d712ead4277cb9e778219336bb19f49a05e435377dcf179d9912f43a0cf83c34
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
2
2
|
|
3
|
+
### v0.58.0 (2025-03-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250318
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.57.0 (2024-12-08)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241202
|
11
|
+
|
3
12
|
### v0.56.0 (2024-11-24)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241116
|
@@ -895,16 +895,16 @@ module Google
|
|
895
895
|
# @return [String]
|
896
896
|
attr_accessor :org_display_name
|
897
897
|
|
898
|
-
# Represents a postal address,
|
899
|
-
# Given a postal address, a postal service can deliver items to a
|
900
|
-
#
|
901
|
-
# towns, mountains). In typical usage an address would be
|
902
|
-
# or from importing existing data, depending on the type
|
903
|
-
# address input
|
904
|
-
# such as https://github.com/google/libaddressinput
|
905
|
-
# presented with UI elements for input or editing of fields
|
906
|
-
# where that field is used. For more guidance on how to use
|
907
|
-
# see: https://support.google.com/business/answer/6397478
|
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
|
902
|
+
# created by user input or from importing existing data, depending on the type
|
903
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
904
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
905
|
+
# Users should not be presented with UI elements for input or editing of fields
|
906
|
+
# 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.
|
908
908
|
# Corresponds to the JSON property `orgPostalAddress`
|
909
909
|
# @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
|
910
910
|
attr_accessor :org_postal_address
|
@@ -5051,45 +5051,46 @@ module Google
|
|
5051
5051
|
end
|
5052
5052
|
end
|
5053
5053
|
|
5054
|
-
# Represents a postal address,
|
5055
|
-
# Given a postal address, a postal service can deliver items to a
|
5056
|
-
#
|
5057
|
-
# towns, mountains). In typical usage an address would be
|
5058
|
-
# or from importing existing data, depending on the type
|
5059
|
-
# address input
|
5060
|
-
# such as https://github.com/google/libaddressinput
|
5061
|
-
# presented with UI elements for input or editing of fields
|
5062
|
-
# where that field is used. For more guidance on how to use
|
5063
|
-
# see: https://support.google.com/business/answer/6397478
|
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
|
5058
|
+
# created by user input or from importing existing data, depending on the type
|
5059
|
+
# of process. Advice on address input or editing: - Use an internationalization-
|
5060
|
+
# ready address widget such as https://github.com/google/libaddressinput. -
|
5061
|
+
# Users should not be presented with UI elements for input or editing of fields
|
5062
|
+
# 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.
|
5064
5064
|
class GoogleTypePostalAddress
|
5065
5065
|
include Google::Apis::Core::Hashable
|
5066
5066
|
|
5067
5067
|
# 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
|
-
# the line order is clear. The order of address lines should be "
|
5071
|
-
# for the country
|
5072
|
-
# Japan), address_language is used to make it explicit (
|
5073
|
-
# small ordering and "ja-Latn" or "en" for small-
|
5074
|
-
# specific line of an address can be selected
|
5075
|
-
# permitted structural representation of an
|
5076
|
-
# with all remaining information placed in
|
5077
|
-
# possible to format such an address very
|
5078
|
-
# no semantic reasoning could be made about
|
5079
|
-
# it was at least partially resolved.
|
5080
|
-
#
|
5081
|
-
#
|
5082
|
-
# of the address should be
|
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
|
5078
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
5079
|
+
# 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
|
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).
|
5083
5084
|
# Corresponds to the JSON property `addressLines`
|
5084
5085
|
# @return [Array<String>]
|
5085
5086
|
attr_accessor :address_lines
|
5086
5087
|
|
5087
5088
|
# Optional. Highest administrative subdivision which is used for postal
|
5088
5089
|
# addresses of a country or region. For example, this can be a state, a province,
|
5089
|
-
# an oblast, or a prefecture.
|
5090
|
-
#
|
5091
|
-
# countries don't use an administrative area in postal addresses.
|
5092
|
-
# 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.
|
5093
5094
|
# Corresponds to the JSON property `administrativeArea`
|
5094
5095
|
# @return [String]
|
5095
5096
|
attr_accessor :administrative_area
|
@@ -5106,10 +5107,10 @@ module Google
|
|
5106
5107
|
# @return [String]
|
5107
5108
|
attr_accessor :language_code
|
5108
5109
|
|
5109
|
-
# Optional. Generally refers to the city
|
5110
|
-
# US city, IT comune, UK post town. In regions of the world where
|
5111
|
-
# not well defined or do not fit into this structure well, leave
|
5112
|
-
# 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`.
|
5113
5114
|
# Corresponds to the JSON property `locality`
|
5114
5115
|
# @return [String]
|
5115
5116
|
attr_accessor :locality
|
@@ -5121,8 +5122,8 @@ module Google
|
|
5121
5122
|
|
5122
5123
|
# Optional. Postal code of the address. Not all countries use or require postal
|
5123
5124
|
# codes to be present, but where they are used, they may trigger additional
|
5124
|
-
# validation with other parts of the address (
|
5125
|
-
#
|
5125
|
+
# validation with other parts of the address (for example, state or zip code
|
5126
|
+
# validation in the United States).
|
5126
5127
|
# Corresponds to the JSON property `postalCode`
|
5127
5128
|
# @return [String]
|
5128
5129
|
attr_accessor :postal_code
|
@@ -5151,15 +5152,15 @@ module Google
|
|
5151
5152
|
|
5152
5153
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
5153
5154
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
5154
|
-
# optionally followed by a number (
|
5155
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
5156
|
-
# or "post office indicator" (
|
5155
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
5156
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
5157
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
5157
5158
|
# Corresponds to the JSON property `sortingCode`
|
5158
5159
|
# @return [String]
|
5159
5160
|
attr_accessor :sorting_code
|
5160
5161
|
|
5161
|
-
# Optional. Sublocality of the address. For example, this can be
|
5162
|
-
#
|
5162
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
5163
|
+
# borough, or district.
|
5163
5164
|
# Corresponds to the JSON property `sublocality`
|
5164
5165
|
# @return [String]
|
5165
5166
|
attr_accessor :sublocality
|
@@ -5189,12 +5190,12 @@ module Google
|
|
5189
5190
|
class GoogleTypeTimeZone
|
5190
5191
|
include Google::Apis::Core::Hashable
|
5191
5192
|
|
5192
|
-
# IANA Time Zone Database time zone
|
5193
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
5193
5194
|
# Corresponds to the JSON property `id`
|
5194
5195
|
# @return [String]
|
5195
5196
|
attr_accessor :id
|
5196
5197
|
|
5197
|
-
# Optional. IANA Time Zone Database version number
|
5198
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
5198
5199
|
# Corresponds to the JSON property `version`
|
5199
5200
|
# @return [String]
|
5200
5201
|
attr_accessor :version
|
@@ -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.58.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 = "20250318"
|
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.58.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-23 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.58.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: []
|