Skip to content

Commit 4cd5aa0

Browse files
Merge branch 'googleapis:main' into main
2 parents 190eb2c + 2266213 commit 4cd5aa0

File tree

426 files changed

+15952
-2231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+15952
-2231
lines changed

api_names_out.yaml

Lines changed: 1400 additions & 0 deletions
Large diffs are not rendered by default.

generated/google-apis-admin_directory_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-admin_directory_v1
22

3+
### v0.70.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250930
6+
37
### v0.69.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250916

generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AdminDirectoryV1
1818
# Version of the google-apis-admin_directory_v1 gem
19-
GEM_VERSION = "0.69.0"
19+
GEM_VERSION = "0.70.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250916"
25+
REVISION = "20250930"
2626
end
2727
end
2828
end

generated/google-apis-admin_directory_v1/lib/google/apis/admin_directory_v1/service.rb

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,9 +1623,10 @@ def insert_group(group_object = nil, fields: nil, quota_user: nil, options: nil,
16231623
# @param [String] page_token
16241624
# Token to specify next page in the list
16251625
# @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](
16271628
# https://developers.google.com/workspace/admin/directory/v1/guides/search-
1628-
# groups
1629+
# groups).
16291630
# @param [String] sort_order
16301631
# Whether to return results in ascending or descending order. Only of use when
16311632
# orderBy is also used
@@ -2894,15 +2895,16 @@ def calendar_resource(customer, calendar_resource_object = nil, fields: nil, quo
28942895
# @param [String] page_token
28952896
# Token to specify the next page in the list.
28962897
# @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`.
29062908
# @param [String] fields
29072909
# Selector specifying which fields to include in a partial response.
29082910
# @param [String] quota_user
@@ -4361,8 +4363,10 @@ def update_user(user_key, user_object = nil, fields: nil, quota_user: nil, optio
43614363
# @param [String] projection
43624364
# What subset of fields to fetch for this user.
43634365
# @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+
# .
43664370
# @param [String] show_deleted
43674371
# If set to true, retrieves the list of deleted users. (Default: false)
43684372
# @param [String] sort_order

generated/google-apis-aiplatform_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-aiplatform_v1
22

3+
### v0.68.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250926
6+
37
### v0.67.0 (2025-09-28)
48

59
* Regenerated from discovery document revision 20250920

generated/google-apis-aiplatform_v1/lib/google/apis/aiplatform_v1/classes.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27954,7 +27954,8 @@ class GoogleCloudAiplatformV1ReasoningEngineSpec
2795427954
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec]
2795527955
attr_accessor :deployment_spec
2795627956

27957-
# User provided package spec like pickled object and package requirements.
27957+
# User-provided package specification, containing pickled object and package
27958+
# requirements.
2795827959
# Corresponds to the JSON property `packageSpec`
2795927960
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec]
2796027961
attr_accessor :package_spec
@@ -28051,7 +28052,8 @@ def update!(**args)
2805128052
end
2805228053
end
2805328054

28054-
# User provided package spec like pickled object and package requirements.
28055+
# User-provided package specification, containing pickled object and package
28056+
# requirements.
2805528057
class GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec
2805628058
include Google::Apis::Core::Hashable
2805728059

generated/google-apis-aiplatform_v1/lib/google/apis/aiplatform_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AiplatformV1
1818
# Version of the google-apis-aiplatform_v1 gem
19-
GEM_VERSION = "0.67.0"
19+
GEM_VERSION = "0.68.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250920"
25+
REVISION = "20250926"
2626
end
2727
end
2828
end

generated/google-apis-aiplatform_v1/lib/google/apis/aiplatform_v1/service.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11624,7 +11624,7 @@ def get_project_location_metadata_store(name, fields: nil, quota_user: nil, opti
1162411624
# projects/`project`/locations/`location``
1162511625
# @param [Fixnum] page_size
1162611626
# The maximum number of Metadata Stores to return. The service may return fewer.
11627-
# Must be in range 1-1000, inclusive. Defaults to 100.
11627+
# Must be in range 1-100, inclusive. Defaults to 100.
1162811628
# @param [String] page_token
1162911629
# A page token, received from a previous MetadataService.ListMetadataStores call.
1163011630
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -11803,7 +11803,7 @@ def get_project_location_metadata_store_artifact(name, fields: nil, quota_user:
1180311803
# https://google.aip.dev/132#ordering for more details.
1180411804
# @param [Fixnum] page_size
1180511805
# The maximum number of Artifacts to return. The service may return fewer. Must
11806-
# be in range 1-1000, inclusive. Defaults to 100.
11806+
# be in range 1-100, inclusive. Defaults to 100.
1180711807
# @param [String] page_token
1180811808
# A page token, received from a previous MetadataService.ListArtifacts call.
1180911809
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -12376,7 +12376,7 @@ def get_project_location_metadata_store_context(name, fields: nil, quota_user: n
1237612376
# https://google.aip.dev/132#ordering for more details.
1237712377
# @param [Fixnum] page_size
1237812378
# The maximum number of Contexts to return. The service may return fewer. Must
12379-
# be in range 1-1000, inclusive. Defaults to 100.
12379+
# be in range 1-100, inclusive. Defaults to 100.
1238012380
# @param [String] page_token
1238112381
# A page token, received from a previous MetadataService.ListContexts call.
1238212382
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -12921,7 +12921,7 @@ def get_project_location_metadata_store_execution(name, fields: nil, quota_user:
1292112921
# https://google.aip.dev/132#ordering for more details.
1292212922
# @param [Fixnum] page_size
1292312923
# The maximum number of Executions to return. The service may return fewer. Must
12924-
# be in range 1-1000, inclusive. Defaults to 100.
12924+
# be in range 1-100, inclusive. Defaults to 100.
1292512925
# @param [String] page_token
1292612926
# A page token, received from a previous MetadataService.ListExecutions call.
1292712927
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -13331,7 +13331,7 @@ def get_project_location_metadata_store_metadata_schema(name, fields: nil, quota
1333113331
# A query to filter available MetadataSchemas for matching results.
1333213332
# @param [Fixnum] page_size
1333313333
# The maximum number of MetadataSchemas to return. The service may return fewer.
13334-
# Must be in range 1-1000, inclusive. Defaults to 100.
13334+
# Must be in range 1-100, inclusive. Defaults to 100.
1333513335
# @param [String] page_token
1333613336
# A page token, received from a previous MetadataService.ListMetadataSchemas
1333713337
# call. Provide this to retrieve the next page. When paginating, all other

generated/google-apis-aiplatform_v1beta1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-aiplatform_v1beta1
22

3-
### v0.62.0 (2025-09-28)
3+
### v0.62.0 (2025-10-05)
44

5-
* Regenerated from discovery document revision 20250920
5+
* Regenerated from discovery document revision 20250926
66

77
### v0.61.0 (2025-09-21)
88

generated/google-apis-aiplatform_v1beta1/lib/google/apis/aiplatform_v1beta1/classes.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34036,7 +34036,8 @@ class GoogleCloudAiplatformV1beta1ReasoningEngineSpec
3403634036
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpec]
3403734037
attr_accessor :deployment_spec
3403834038

34039-
# User provided package spec like pickled object and package requirements.
34039+
# User-provided package specification, containing pickled object and package
34040+
# requirements.
3404034041
# Corresponds to the JSON property `packageSpec`
3404134042
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec]
3404234043
attr_accessor :package_spec
@@ -34139,7 +34140,8 @@ def update!(**args)
3413934140
end
3414034141
end
3414134142

34142-
# User provided package spec like pickled object and package requirements.
34143+
# User-provided package specification, containing pickled object and package
34144+
# requirements.
3414334145
class GoogleCloudAiplatformV1beta1ReasoningEngineSpecPackageSpec
3414434146
include Google::Apis::Core::Hashable
3414534147

0 commit comments

Comments
 (0)