google-apis-admin_directory_v1 0.76.0 → 0.77.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: d1056117a54742a652893f96db8164b663f21016630c9ec8a88de5fb8c605e4e
|
|
4
|
+
data.tar.gz: 6a70096e02dc8410e542933569d80ae0bc3e44a5fea2c01a5d4f85d6c1221b60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90c3de011f5910be16a391630796379888c0bb9937d4cf5b0802be2f69aec11a9ebd5e9a0713a83552fe9504ad8c87f6935f9fa253dd4c38b4239812601f6bd3
|
|
7
|
+
data.tar.gz: 06a8fef15c96a0e3bca150cb96da4278f5e7b0c2e85d5fc073258eeb4558f3da20b6585f765bbe8d9498d1407f243baa530bd6cb34350047e8afd0df235923a0
|
data/CHANGELOG.md
CHANGED
|
@@ -5386,9 +5386,9 @@ module Google
|
|
|
5386
5386
|
class UserLocation
|
|
5387
5387
|
include Google::Apis::Core::Hashable
|
|
5388
5388
|
|
|
5389
|
-
# Textual location. This is most useful for display purposes to
|
|
5390
|
-
# describe the location. For example 'Mountain View, CA', 'Near
|
|
5391
|
-
# NYC-9TH 9A209A.''
|
|
5389
|
+
# Required. Textual location. This is most useful for display purposes to
|
|
5390
|
+
# concisely describe the location. For example 'Mountain View, CA', 'Near
|
|
5391
|
+
# Seattle', 'US-NYC-9TH 9A209A.''
|
|
5392
5392
|
# Corresponds to the JSON property `area`
|
|
5393
5393
|
# @return [String]
|
|
5394
5394
|
attr_accessor :area
|
|
@@ -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.77.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260421"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.77.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_directory_v1/v0.77.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_directory_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|