google-apis-cloudchannel_v1 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a834cf1afa7bfc79a0cc01d470fc081a0245bafeb55cf86f052e313aff21c23e
4
- data.tar.gz: 7e3788d1c6d20f9c33156505e6659422ae940a01c454f109ac26a18b93887198
3
+ metadata.gz: 16d4c11b154de933bb51be465d186c49b933e30bdc04ba5085f02d450fc83fe5
4
+ data.tar.gz: 248b9b12a7c809d01f2fa1de68ede3808c68f01a44a89e1d0f059d85cc94b65d
5
5
  SHA512:
6
- metadata.gz: 517de585abccf85779c2dde12de17b5f0c08037c7dd5745f9f20f0d757ab7775a33e71d821e6ed50af8fd1ad12402697bb1aaf04bd2cc4dd72eb09177b8f3641
7
- data.tar.gz: a701ce49b4ec659ab420d12b11692d244f8de21872ab385ebe582b12686a3a2d8c6550bc0322e935dda87abc3a5bb56f566aae1642c73b3e408210887d9bde1b
6
+ metadata.gz: f688286b0c7f30f4b18bf6bb2e32c091febdb03bc9deafe9be71e2ba26e2129d943ab0fc78cb62aabd75797870b0e9fc5186ad6f9d7ace4f5c7373ce27997e8f
7
+ data.tar.gz: 7fb9c6eaca6934d498bc3e0abe5bd373e2409d7dcd8b700bce32659da510a003224b9699a5f01d0a2006cfee9a2cbc19b503a8e5ae60fe9380c9af9458f57592
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.22.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220625
7
+
3
8
  ### v0.21.0 (2022-06-20)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
@@ -685,11 +685,11 @@ module Google
685
685
  # Box or similar. It is not intended to model geographical locations (roads,
686
686
  # towns, mountains). In typical usage an address would be created via user input
687
687
  # or from importing existing data, depending on the type of process. Advice on
688
- # address input / editing: - Use an i18n-ready address widget such as https://
689
- # github.com/google/libaddressinput) - Users should not be presented with UI
690
- # elements for input or editing of fields outside countries where that field is
691
- # used. For more guidance on how to use this schema, please see: https://support.
692
- # google.com/business/answer/6397478
688
+ # address input / editing: - Use an internationalization-ready address widget
689
+ # such as https://github.com/google/libaddressinput) - Users should not be
690
+ # presented with UI elements for input or editing of fields outside countries
691
+ # where that field is used. For more guidance on how to use this schema, please
692
+ # see: https://support.google.com/business/answer/6397478
693
693
  # Corresponds to the JSON property `orgPostalAddress`
694
694
  # @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
695
695
  attr_accessor :org_postal_address
@@ -3560,11 +3560,11 @@ module Google
3560
3560
  # Box or similar. It is not intended to model geographical locations (roads,
3561
3561
  # towns, mountains). In typical usage an address would be created via user input
3562
3562
  # or from importing existing data, depending on the type of process. Advice on
3563
- # address input / editing: - Use an i18n-ready address widget such as https://
3564
- # github.com/google/libaddressinput) - Users should not be presented with UI
3565
- # elements for input or editing of fields outside countries where that field is
3566
- # used. For more guidance on how to use this schema, please see: https://support.
3567
- # google.com/business/answer/6397478
3563
+ # address input / editing: - Use an internationalization-ready address widget
3564
+ # such as https://github.com/google/libaddressinput) - Users should not be
3565
+ # presented with UI elements for input or editing of fields outside countries
3566
+ # where that field is used. For more guidance on how to use this schema, please
3567
+ # see: https://support.google.com/business/answer/6397478
3568
3568
  class GoogleTypePostalAddress
3569
3569
  include Google::Apis::Core::Hashable
3570
3570
 
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220604"
25
+ REVISION = "20220625"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
63
63
  post_install_message:
64
64
  rdoc_options: []