google-apis-cloudchannel_v1 0.61.0 → 0.63.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3605704879034cc1e86ab300dfe26719d5bf9856fbf9d3ed68026fe4ed14bb3
4
- data.tar.gz: 405e82100f8890226640252416d288e9f6dfe9e5f29fbe096edf9f1c79a4b85e
3
+ metadata.gz: 7e2bb7b17bb674f2105922ae38e64892aa6a67ae50f2a357eae5a1f5efb5f77d
4
+ data.tar.gz: 1289c9bbd0e9e7ab9c1511b5cc61fef9389792792001aa24dca5dbdf4ce1debe
5
5
  SHA512:
6
- metadata.gz: 476eafdedff70838d30b7201a9787af247010421273843e0b3fba36ce837965ec4e22e74a35517e6e67b4bed5eda9c8fb6a37123becd4530f930c924926be446
7
- data.tar.gz: 4913a7a56d9a36fd83f3d09c558ec4132bf26bce835e1841827c9871008c8fd4aa21c6819a4867939577f930a8510562c99b63266bc404e8f344082c9d3a67a1
6
+ metadata.gz: 7eb3c07e10ef2365c4628873189c1aac6bf9e0a560374324c99ea4ced284b739e811d82b8cb9c545106d8edff056dc0a84b7e3b6f3bb10867c8987c7c82249cb
7
+ data.tar.gz: 4f1cda52c5714c10ca4a2259ec30c52ddb51afa9383f1b057f5225e0eb178e3d63c5cf6863b31d6acebe33d6fd1180ce0ea47345f11c4e6752676ab644bf4294
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.63.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250614
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.62.0 (2025-05-04)
9
+
10
+ * Regenerated using generator version 0.17.0
11
+
3
12
  ### v0.61.0 (2025-04-27)
4
13
 
5
14
  * Regenerated from discovery document revision 20250419
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/channel) may provide guidan
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -900,16 +900,17 @@ module Google
900
900
  # @return [String]
901
901
  attr_accessor :org_display_name
902
902
 
903
- # Represents a postal address (for example, for postal delivery or payments
904
- # addresses). Given a postal address, a postal service can deliver items to a
905
- # premise, P.O. box or similar. It is not intended to model geographical
906
- # locations (roads, towns, mountains). In typical usage, an address would be
907
- # created by user input or from importing existing data, depending on the type
908
- # of process. Advice on address input or editing: - Use an internationalization-
909
- # ready address widget such as https://github.com/google/libaddressinput. -
910
- # Users should not be presented with UI elements for input or editing of fields
911
- # outside countries where that field is used. For more guidance on how to use
912
- # this schema, see: https://support.google.com/business/answer/6397478.
903
+ # Represents a postal address, such as for postal delivery or payments addresses.
904
+ # With a postal address, a postal service can deliver items to a premise, P.O.
905
+ # box, or similar. A postal address is not intended to model geographical
906
+ # locations like roads, towns, or mountains. In typical usage, an address would
907
+ # be created by user input or from importing existing data, depending on the
908
+ # type of process. Advice on address input or editing: - Use an
909
+ # internationalization-ready address widget such as https://github.com/google/
910
+ # libaddressinput. - Users should not be presented with UI elements for input or
911
+ # editing of fields outside countries where that field is used. For more
912
+ # guidance on how to use this schema, see: https://support.google.com/business/
913
+ # answer/6397478.
913
914
  # Corresponds to the JSON property `orgPostalAddress`
914
915
  # @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
915
916
  attr_accessor :org_postal_address
@@ -5060,16 +5061,17 @@ module Google
5060
5061
  end
5061
5062
  end
5062
5063
 
5063
- # Represents a postal address (for example, for postal delivery or payments
5064
- # addresses). Given a postal address, a postal service can deliver items to a
5065
- # premise, P.O. box or similar. It is not intended to model geographical
5066
- # locations (roads, towns, mountains). In typical usage, an address would be
5067
- # created by user input or from importing existing data, depending on the type
5068
- # of process. Advice on address input or editing: - Use an internationalization-
5069
- # ready address widget such as https://github.com/google/libaddressinput. -
5070
- # Users should not be presented with UI elements for input or editing of fields
5071
- # outside countries where that field is used. For more guidance on how to use
5072
- # this schema, see: https://support.google.com/business/answer/6397478.
5064
+ # Represents a postal address, such as for postal delivery or payments addresses.
5065
+ # With a postal address, a postal service can deliver items to a premise, P.O.
5066
+ # box, or similar. A postal address is not intended to model geographical
5067
+ # locations like roads, towns, or mountains. In typical usage, an address would
5068
+ # be created by user input or from importing existing data, depending on the
5069
+ # type of process. Advice on address input or editing: - Use an
5070
+ # internationalization-ready address widget such as https://github.com/google/
5071
+ # libaddressinput. - Users should not be presented with UI elements for input or
5072
+ # editing of fields outside countries where that field is used. For more
5073
+ # guidance on how to use this schema, see: https://support.google.com/business/
5074
+ # answer/6397478.
5073
5075
  class GoogleTypePostalAddress
5074
5076
  include Google::Apis::Core::Hashable
5075
5077
 
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250419"
25
+ REVISION = "20250614"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +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.61.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.63.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Channel API V1
79
79
  test_files: []