google-apis-cloudchannel_v1 0.7.0 → 0.11.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: d35e6a22666857abeeb8d4bd0363eada8aadd0f78d2b64c336b04a26e9353c0d
4
- data.tar.gz: c3d8f9c75b74091d5f90104e8bba252d4abb06541f98fa3a912696b82b7c0fbb
3
+ metadata.gz: 97a0556221bcf8249959f51b85f707591e05f3c22b9ef0a0fd82fc976a64c07e
4
+ data.tar.gz: 9707f143d9cfb9c3e79fc2dcb420f68f8dca4c2299808c231c2ceb7506cd675c
5
5
  SHA512:
6
- metadata.gz: 564666d41a833308d013f59a18fb0395fb780c7776f9603cc7f48ef8d739d2e317af5481641c54bed5e6dbd77547072901f9a150c467861438dca4c3f36c0d4c
7
- data.tar.gz: ae5bace86545563263f0363d6e03a652aaffb47830b1fbd9533cb0645907bf3adb5f9854d400baa3c1bda4ab5fb5e04b19a3600d5a7174a36e653662966d343d
6
+ metadata.gz: 3fe88396bc08ff6db9818e6d47488f993dfec467b024bbbc78d3fee7fee7aa08887ccfc88e7650c2e8a55975295a23f6fa597718c93964a4fbfd19043e7abfac
7
+ data.tar.gz: 1b2d4d78320020214bd8b544e72722879e4db813f55b9bc99b52cfecdff9c4e2eb9f3ec436b75799e58f9bcedde7ef152aa26cef5f620941d0b92b121d5f4678
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.11.0 (2021-07-30)
4
+
5
+ * Regenerated from discovery document revision 20210728
6
+
7
+ ### v0.10.0 (2021-07-02)
8
+
9
+ * Regenerated from discovery document revision 20210629
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.9.0 (2021-06-24)
13
+
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.8.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.7.0 (2021-05-07)
4
21
 
5
22
  * Regenerated from discovery document revision 20210506
@@ -21,7 +21,9 @@ module Google
21
21
  module Apis
22
22
  # Cloud Channel API
23
23
  #
24
- #
24
+ # The Cloud Channel API enables Google Cloud partners to have a single unified
25
+ # resale platform and APIs across all of Google Cloud including GCP, Workspace,
26
+ # Maps and Chrome.
25
27
  #
26
28
  # @see https://cloud.google.com/channel
27
29
  module CloudchannelV1
@@ -511,17 +511,17 @@ module Google
511
511
 
512
512
  # The customer account's contact email. Required for entitlements that create
513
513
  # admin.google.com accounts, and serves as the customer's username for those
514
- # accounts.
514
+ # accounts. Use this email to invite Team customers.
515
515
  # Corresponds to the JSON property `email`
516
516
  # @return [String]
517
517
  attr_accessor :email
518
518
 
519
- # The customer account contact's first name.
519
+ # The customer account contact's first name. Optional for Team customers.
520
520
  # Corresponds to the JSON property `firstName`
521
521
  # @return [String]
522
522
  attr_accessor :first_name
523
523
 
524
- # The customer account contact's last name.
524
+ # The customer account contact's last name. Optional for Team customers.
525
525
  # Corresponds to the JSON property `lastName`
526
526
  # @return [String]
527
527
  attr_accessor :last_name
@@ -590,7 +590,8 @@ module Google
590
590
  # Secondary contact email. You need to provide an alternate email to create
591
591
  # different domains if a primary contact email already exists. Users will
592
592
  # receive a notification with credentials when you create an admin.google.com
593
- # account. Secondary emails are also recovery email addresses.
593
+ # account. Secondary emails are also recovery email addresses. Alternate emails
594
+ # are optional when you create Team customers.
594
595
  # Corresponds to the JSON property `alternateEmail`
595
596
  # @return [String]
596
597
  attr_accessor :alternate_email
@@ -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.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210728"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,9 @@ module Google
22
22
  module CloudchannelV1
23
23
  # Cloud Channel API
24
24
  #
25
- #
25
+ # The Cloud Channel API enables Google Cloud partners to have a single unified
26
+ # resale platform and APIs across all of Google Cloud including GCP, Workspace,
27
+ # Maps and Chrome.
26
28
  #
27
29
  # @example
28
30
  # require 'google/apis/cloudchannel_v1'
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.11.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: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Channel API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.11.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1
57
63
  post_install_message:
58
64
  rdoc_options: []