google-apis-cloudchannel_v1 0.9.0 → 0.10.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd0756ed0111d01ae7b9bf2513d4324d7c34186d3584baa607be371deaa6d7c4
|
|
4
|
+
data.tar.gz: 5a34e4bcad340af5e828c44a1934d8a99902e195694f12e46e5006ed4a5221a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c28a4ae8daac35f379677bf26f571175236f1a7490a918e9538b171d10cbfb484ae41e2bc6dbde747ec21451e547d00933f1fd6ccaa53390c189fd819df2506
|
|
7
|
+
data.tar.gz: 74e6f9bd393e7e57a1e534df6af636ba6367ce114ba9cd43d0889565178a65c71750f61312889fba916463b4dc8c97d429020a62be237526d1fc25e8010b7046
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudchannel_v1
|
|
2
2
|
|
|
3
|
+
### v0.10.0 (2021-07-02)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210629
|
|
6
|
+
* Regenerated using generator version 0.4.0
|
|
7
|
+
|
|
3
8
|
### v0.9.0 (2021-06-24)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.3.0
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210629"
|
|
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.
|
|
4
|
+
version: 0.10.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-
|
|
11
|
+
date: 2021-07-05 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.
|
|
19
|
+
version: '0.4'
|
|
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.
|
|
29
|
+
version: '0.4'
|
|
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/master/generated/google-apis-cloudchannel_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.10.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudchannel_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|