google-apis-admin_directory_v1 0.3.0 → 0.4.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: 77367f0ea9d4880b926a606cdcc73906a20ccc0c3363434754971f66b96833d2
|
|
4
|
+
data.tar.gz: e01dd24fb9aad4467face634b125dd294368d7cfd71079240716d5f55b62b4c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9ce862c3771205c0e5c72fae3e0739201d98ab5007a2215601b4055d8cb43a53761c7ad07912152fb248644ca636a50cefe4696aa796c7c67ab8ccc236c08eb
|
|
7
|
+
data.tar.gz: bc1504014443539d3499f4b41e27c321a30c411f344eb94ddb4c4537aa671bd18c4d79cc8b6ae13ede02ce9ab577dbf6025f60b8fdfccaf127494867913b3602
|
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.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210302"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3390,6 +3390,8 @@ module Google
|
|
|
3390
3390
|
# The domain name. Use this field to get fields from only one domain. To return
|
|
3391
3391
|
# all domains for a customer account, use the `customer` query parameter instead.
|
|
3392
3392
|
# Either the `customer` or the `domain` parameter must be provided.
|
|
3393
|
+
# @param [String] event
|
|
3394
|
+
# Event on which subscription is intended (if subscribing)
|
|
3393
3395
|
# @param [Fixnum] max_results
|
|
3394
3396
|
# Maximum number of results to return.
|
|
3395
3397
|
# @param [String] order_by
|
|
@@ -3427,13 +3429,14 @@ module Google
|
|
|
3427
3429
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3428
3430
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3429
3431
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
3430
|
-
def list_users(custom_field_mask: nil, customer: nil, domain: nil, max_results: nil, order_by: nil, page_token: nil, projection: nil, query: nil, show_deleted: nil, sort_order: nil, view_type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3432
|
+
def list_users(custom_field_mask: nil, customer: nil, domain: nil, event: nil, max_results: nil, order_by: nil, page_token: nil, projection: nil, query: nil, show_deleted: nil, sort_order: nil, view_type: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
3431
3433
|
command = make_simple_command(:get, 'admin/directory/v1/users', options)
|
|
3432
3434
|
command.response_representation = Google::Apis::AdminDirectoryV1::Users::Representation
|
|
3433
3435
|
command.response_class = Google::Apis::AdminDirectoryV1::Users
|
|
3434
3436
|
command.query['customFieldMask'] = custom_field_mask unless custom_field_mask.nil?
|
|
3435
3437
|
command.query['customer'] = customer unless customer.nil?
|
|
3436
3438
|
command.query['domain'] = domain unless domain.nil?
|
|
3439
|
+
command.query['event'] = event unless event.nil?
|
|
3437
3440
|
command.query['maxResults'] = max_results unless max_results.nil?
|
|
3438
3441
|
command.query['orderBy'] = order_by unless order_by.nil?
|
|
3439
3442
|
command.query['pageToken'] = page_token unless page_token.nil?
|
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.4.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-03-
|
|
11
|
+
date: 2021-03-08 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.4.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: []
|
|
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
requirements:
|
|
63
63
|
- - ">="
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version: '2.
|
|
65
|
+
version: '2.5'
|
|
66
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - ">="
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.2.
|
|
72
|
+
rubygems_version: 3.2.13
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Admin SDK API DirectoryV1
|