diff --git a/generated/google-apis-admin_directory_v1/CHANGELOG.md b/generated/google-apis-admin_directory_v1/CHANGELOG.md index d0aa24ed1f7..4f295a731fa 100644 --- a/generated/google-apis-admin_directory_v1/CHANGELOG.md +++ b/generated/google-apis-admin_directory_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-admin_directory_v1 +### v0.70.0 (2025-10-05) + +* Regenerated from discovery document revision 20250930 + ### v0.69.0 (2025-09-21) * Regenerated from discovery document revision 20250916 diff --git a/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/gem_version.rb b/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/gem_version.rb index 647f090db97..be5dcb3f022 100644 --- a/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/gem_version.rb +++ b/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module AdminDirectoryV1 # Version of the google-apis-admin_directory_v1 gem - GEM_VERSION = "0.69.0" + GEM_VERSION = "0.70.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250916" + REVISION = "20250930" end end end diff --git a/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/service.rb b/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/service.rb index 217f9c2300f..276b44d6a4b 100644 --- a/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/service.rb +++ b/generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/service.rb @@ -1623,9 +1623,10 @@ def insert_group(group_object = nil, fields: nil, quota_user: nil, options: nil, # @param [String] page_token # Token to specify next page in the list # @param [String] query - # Query string search. Should be of the form "". Complete documentation is at + # Query string search. Contains one or more search clauses, each with a field, + # operator, and value. For complete documentation, go to [Search for groups]( # https://developers.google.com/workspace/admin/directory/v1/guides/search- - # groups + # groups). # @param [String] sort_order # Whether to return results in ascending or descending order. Only of use when # orderBy is also used @@ -2894,15 +2895,16 @@ def calendar_resource(customer, calendar_resource_object = nil, fields: nil, quo # @param [String] page_token # Token to specify the next page in the list. # @param [String] query - # String query used to filter results. Should be of the form "field operator - # value" where field can be any of supported fields and operators can be any of - # supported operations. Operators include '=' for exact match, '!=' for mismatch - # and ':' for prefix match or HAS match where applicable. For prefix match, the - # value should always be followed by a *. Logical operators NOT and AND are - # supported (in this order of precedence). Supported fields include ` - # generatedResourceName`, `name`, `buildingId`, `floor_name`, `capacity`, ` - # featureInstances.feature.name`, `resourceEmail`, `resourceCategory`. For - # example `buildingId=US-NYC-9TH AND featureInstances.feature.name:Phone`. + # String query used to filter results. Contains one or more search clauses, each + # with a field, operator, and value. A field can be any of supported fields and + # operators can be any of supported operations. Operators include '=' for exact + # match, '!=' for mismatch and ':' for prefix match or HAS match where + # applicable. For prefix match, the value should always be followed by a *. + # Logical operators NOT and AND are supported (in this order of precedence). + # Supported fields include `generatedResourceName`, `name`, `buildingId`, ` + # floor_name`, `capacity`, `featureInstances.feature.name`, `resourceEmail`, ` + # resourceCategory`. For example `buildingId=US-NYC-9TH AND featureInstances. + # feature.name:Phone`. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -4361,8 +4363,10 @@ def update_user(user_key, user_object = nil, fields: nil, quota_user: nil, optio # @param [String] projection # What subset of fields to fetch for this user. # @param [String] query - # Query string search. Should be of the form "". Complete documentation is at - # https://developers.google.com/workspace/admin/directory/v1/guides/search-users + # Query string search. Contains one or more search clauses, each with a field, + # operator, and value. For complete documentation, go to [Search for users]( + # https://developers.google.com/workspace/admin/directory/v1/guides/search-users) + # . # @param [String] show_deleted # If set to true, retrieves the list of deleted users. (Default: false) # @param [String] sort_order