Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-admin_directory_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down