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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f406d5abf595dc837186d6c18ad925b290257c4b1bef83963b5315348fd86e36
4
- data.tar.gz: 1bb3493ebd0ca965fdc979dc3b445fc2d00a7c91a8a55f0bcf317802cbb9ccaa
3
+ metadata.gz: c3b1a031d7ed422bdc230bc578c4b42ae64722c09ad50f9ddb04d84bf950d4c2
4
+ data.tar.gz: '065212802ddc36700d4c201910e6f3193b06ff2bbd9639debbcc801bdc6bb840'
5
5
  SHA512:
6
- metadata.gz: 2f38a05234870f1c305e9db5d643e133b52164f9eee5e81986ff57d938a9552bd0ed5be574e99f8e5b1c1679ab40d9ff66ea200d1b566c5347bb3e5e3000306e
7
- data.tar.gz: 35770dab0fd71fbc700f8d70d8fd7f3817432340bd230cf260c3e7a10e343f3e3fe07e4b41b6e164f84b25fbbc12e71943f17da7c59da513c05e84a69e370ef2
6
+ metadata.gz: 38c0711ecbe93e6ac4c0c9cd225decbd5922d9a52a22fc9cf3ea72e4a0f2a45343efb30ea939d4296d5ad4a5c8a5aa20d15275c80844d22aa08bef25b96c162d
7
+ data.tar.gz: 691f712a1e77d97d2ed15e4a1b7bfd156b0852724ac358fa1c525af0557dd0da5d44a74904bab4a4864357becddda152f5e0399fcfa0b078e8d3630a01478c9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_directory_v1
2
2
 
3
+ ### v0.70.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250930
6
+
3
7
  ### v0.69.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250916
@@ -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.69.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 = "20250916"
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. Should be of the form "". Complete documentation is at
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. Should be of the form "field operator
2898
- # value" where field can be any of supported fields and operators can be any of
2899
- # supported operations. Operators include '=' for exact match, '!=' for mismatch
2900
- # and ':' for prefix match or HAS match where applicable. For prefix match, the
2901
- # value should always be followed by a *. Logical operators NOT and AND are
2902
- # supported (in this order of precedence). Supported fields include `
2903
- # generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, `
2904
- # featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For
2905
- # example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`.
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. Should be of the form "". Complete documentation is at
4365
- # https://developers.google.com/workspace/admin/directory/v1/guides/search-users
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.69.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.69.0
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: