google-apis-admin_directory_v1 0.69.0 → 0.70.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/admin_directory_v1/gem_version.rb +2 -2
- data/lib/google/apis/admin_directory_v1/service.rb +17 -13
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3b1a031d7ed422bdc230bc578c4b42ae64722c09ad50f9ddb04d84bf950d4c2
|
4
|
+
data.tar.gz: '065212802ddc36700d4c201910e6f3193b06ff2bbd9639debbcc801bdc6bb840'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38c0711ecbe93e6ac4c0c9cd225decbd5922d9a52a22fc9cf3ea72e4a0f2a45343efb30ea939d4296d5ad4a5c8a5aa20d15275c80844d22aa08bef25b96c162d
|
7
|
+
data.tar.gz: 691f712a1e77d97d2ed15e4a1b7bfd156b0852724ac358fa1c525af0557dd0da5d44a74904bab4a4864357becddda152f5e0399fcfa0b078e8d3630a01478c9f
|
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.70.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 = "20250930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1623,9 +1623,10 @@ module Google
|
|
1623
1623
|
# @param [String] page_token
|
1624
1624
|
# Token to specify next page in the list
|
1625
1625
|
# @param [String] query
|
1626
|
-
# Query string search.
|
1626
|
+
# Query string search. Contains one or more search clauses, each with a field,
|
1627
|
+
# operator, and value. For complete documentation, go to [Search for groups](
|
1627
1628
|
# https://developers.google.com/workspace/admin/directory/v1/guides/search-
|
1628
|
-
# groups
|
1629
|
+
# groups).
|
1629
1630
|
# @param [String] sort_order
|
1630
1631
|
# Whether to return results in ascending or descending order. Only of use when
|
1631
1632
|
# orderBy is also used
|
@@ -2894,15 +2895,16 @@ module Google
|
|
2894
2895
|
# @param [String] page_token
|
2895
2896
|
# Token to specify the next page in the list.
|
2896
2897
|
# @param [String] query
|
2897
|
-
# String query used to filter results.
|
2898
|
-
# value
|
2899
|
-
# supported operations. Operators include '=' for exact
|
2900
|
-
# and ':' for prefix match or HAS match where
|
2901
|
-
# value should always be followed by a *.
|
2902
|
-
# supported (in this order of precedence).
|
2903
|
-
# generatedResourceName`, `name`, `buildingId`, `
|
2904
|
-
# featureInstances.feature.name`, `resourceEmail`, `
|
2905
|
-
# example `buildingId=US-NYC-9TH AND featureInstances.
|
2898
|
+
# String query used to filter results. Contains one or more search clauses, each
|
2899
|
+
# with a field, operator, and value. A field can be any of supported fields and
|
2900
|
+
# operators can be any of supported operations. Operators include '=' for exact
|
2901
|
+
# match, '!=' for mismatch and ':' for prefix match or HAS match where
|
2902
|
+
# applicable. For prefix match, the value should always be followed by a *.
|
2903
|
+
# Logical operators NOT and AND are supported (in this order of precedence).
|
2904
|
+
# Supported fields include `generatedResourceName`, `name`, `buildingId`, `
|
2905
|
+
# floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, `
|
2906
|
+
# resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances.
|
2907
|
+
# feature.name:Phone`.
|
2906
2908
|
# @param [String] fields
|
2907
2909
|
# Selector specifying which fields to include in a partial response.
|
2908
2910
|
# @param [String] quota_user
|
@@ -4361,8 +4363,10 @@ module Google
|
|
4361
4363
|
# @param [String] projection
|
4362
4364
|
# What subset of fields to fetch for this user.
|
4363
4365
|
# @param [String] query
|
4364
|
-
# Query string search.
|
4365
|
-
#
|
4366
|
+
# Query string search. Contains one or more search clauses, each with a field,
|
4367
|
+
# operator, and value. For complete documentation, go to [Search for users](
|
4368
|
+
# https://developers.google.com/workspace/admin/directory/v1/guides/search-users)
|
4369
|
+
# .
|
4366
4370
|
# @param [String] show_deleted
|
4367
4371
|
# If set to true, retrieves the list of deleted users. (Default: false)
|
4368
4372
|
# @param [String] sort_order
|
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.70.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.70.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:
|