google-apis-admin_directory_v1 0.9.0 → 0.10.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b26780fd5ff572e32709445e093e203609227df02061069c775ef9c4f0b4aa8a
|
4
|
+
data.tar.gz: ce1697e6255b304058f5de3d37fe265e3f13ca5d42a9aecb903f12202909d600
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08c707ad83f538a5f7fe4e89255ef54280ce69592a98a530343e167a69946c0257c238860177721763d35494677dcf43875c19c516877dcc48391ea764e90027'
|
7
|
+
data.tar.gz: 521876f96559d29f65d0cbf7f24ed666c8d048966093a07b8c0e417806c75f22228ce4b19ae35a345416b98ba21e6cf8d7365ec6289c60ab3ecd7eb541b4ac64
|
data/CHANGELOG.md
CHANGED
@@ -3623,7 +3623,7 @@ module Google
|
|
3623
3623
|
attr_accessor :agreed_to_terms
|
3624
3624
|
alias_method :agreed_to_terms?, :agreed_to_terms
|
3625
3625
|
|
3626
|
-
# Output only.
|
3626
|
+
# Output only. A list of the user's alias email addresses.
|
3627
3627
|
# Corresponds to the JSON property `aliases`
|
3628
3628
|
# @return [Array<String>]
|
3629
3629
|
attr_accessor :aliases
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AdminDirectoryV1
|
18
18
|
# Version of the google-apis-admin_directory_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.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210531"
|
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-admin_directory_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-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.10.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_directory_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|