google-apis-admin_directory_v1 0.75.0 → 0.76.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: ec098fe8a2de317ff7a2225a0a057cd137868a46a56b63e90f09b1059f463d4a
|
|
4
|
+
data.tar.gz: 356a52bb3195f29732069c237523e8a2df4a5afed4602da158a3b334a2e7c704
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57ff7662cf39d66e719ab56728304ef94ad203131ec823808bed8b146eeb4628f6c0722a4af12b4553b59cb54d322e015056db04d9c27bc9f74e180d6cf21ff3
|
|
7
|
+
data.tar.gz: 44504d6342efa6dc31669ef55d7d611c05ae173883ba95c1eb16f248c26af6b5cc95b49ed593eaed6eaddf5b43d736ae295003592f4c212efa90d470aa592836
|
data/CHANGELOG.md
CHANGED
|
@@ -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.76.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 = "20260227"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -297,8 +297,8 @@ module Google
|
|
|
297
297
|
# Determines whether the response contains the full list of properties or only a
|
|
298
298
|
# subset.
|
|
299
299
|
# @param [String] query
|
|
300
|
-
# Search string in the format given at https://developers.
|
|
301
|
-
# admin/directory/v1/list-query-operators
|
|
300
|
+
# Search string in the format given at [List query operators](https://developers.
|
|
301
|
+
# google.com/workspace/admin/directory/v1/list-query-operators).
|
|
302
302
|
# @param [String] sort_order
|
|
303
303
|
# Whether to return results in ascending or descending order. Must be used with
|
|
304
304
|
# the `orderBy` parameter.
|
|
@@ -507,8 +507,8 @@ module Google
|
|
|
507
507
|
# @param [String] customer_id
|
|
508
508
|
# Required. Immutable ID of the Google Workspace account.
|
|
509
509
|
# @param [String] filter
|
|
510
|
-
# Optional. Search string in the format given at https://
|
|
511
|
-
# workspace/admin/directory/v1/list-query-operators
|
|
510
|
+
# Optional. Search string in the format given at [List query operators](https://
|
|
511
|
+
# developers.google.com/workspace/admin/directory/v1/list-query-operators).
|
|
512
512
|
# @param [Boolean] include_child_orgunits
|
|
513
513
|
# Optional. Return devices from all child orgunits, as well as the specified org
|
|
514
514
|
# unit. If this is set to true, 'orgUnitPath' must be provided.
|
|
@@ -4016,9 +4016,8 @@ module Google
|
|
|
4016
4016
|
end
|
|
4017
4017
|
|
|
4018
4018
|
# Create a guest user with access to a [subset of Workspace capabilities](https:/
|
|
4019
|
-
# /support.google.com/a/answer/16558545
|
|
4020
|
-
#
|
|
4021
|
-
# feature.
|
|
4019
|
+
# /support.google.com/a/answer/16558545). This feature is currently in Alpha.
|
|
4020
|
+
# Please reach out to support if you are interested in trying this feature.
|
|
4022
4021
|
# @param [Google::Apis::AdminDirectoryV1::DirectoryUsersCreateGuestRequest] directory_users_create_guest_request_object
|
|
4023
4022
|
# @param [String] fields
|
|
4024
4023
|
# Selector specifying which fields to include in a partial response.
|
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.76.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.76.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:
|