google-apis-analyticsadmin_v1alpha 0.14.0 → 0.15.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: babc0ae612b0732b702a4729d35b9d94daa8aa3545a637bd28f4b1fdee518803
|
|
4
|
+
data.tar.gz: 6c118f2357ecbf0a0f5ab2368b0832f920c76a4e79a60c3ba941c38f85845522
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 281766c49ad5dc44cafd1688e7dce8cf9507c6ba319833a27c013c47cfae12a985a07a1360e7cca9e368201c9764ff0ed226588d4fa32c37979e54a70a1d5b7a
|
|
7
|
+
data.tar.gz: 51f53f28895737469dee096ee69cf5f90b15652544bf909d5f99f94ad9aa30b4e759f328a1c0fd0299bcf21c2fff7c25469527af41717257d62708b80e4b3c5d
|
data/CHANGELOG.md
CHANGED
|
@@ -2188,9 +2188,9 @@ module Google
|
|
|
2188
2188
|
|
|
2189
2189
|
# Roles directly assigned to this user for this account or property. Valid
|
|
2190
2190
|
# values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit
|
|
2191
|
-
# predefinedRoles/
|
|
2192
|
-
#
|
|
2193
|
-
#
|
|
2191
|
+
# predefinedRoles/admin Excludes roles that are inherited from a higher-level
|
|
2192
|
+
# entity, group, or organization admin role. A UserLink that is updated to have
|
|
2193
|
+
# an empty list of direct_roles will be deleted.
|
|
2194
2194
|
# Corresponds to the JSON property `directRoles`
|
|
2195
2195
|
# @return [Array<String>]
|
|
2196
2196
|
attr_accessor :direct_roles
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsadminV1alpha
|
|
18
18
|
# Version of the google-apis-analyticsadmin_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210916"
|
|
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-analyticsadmin_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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-analyticsadmin_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.15.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|