Skip to content

Commit 7a5511a

Browse files
feat: Automated regeneration of aiplatform v1beta1 client (#24495)
Auto-created at 2025-10-05 09:56:22 +0000 using the toys pull request generator.
1 parent dbd2738 commit 7a5511a

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module AiplatformV1beta1
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_v1beta1/lib/google/apis/aiplatform_v1beta1/service.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14770,7 +14770,7 @@ def get_project_location_metadata_store(name, fields: nil, quota_user: nil, opti
1477014770
# projects/`project`/locations/`location``
1477114771
# @param [Fixnum] page_size
1477214772
# The maximum number of Metadata Stores to return. The service may return fewer.
14773-
# Must be in range 1-1000, inclusive. Defaults to 100.
14773+
# Must be in range 1-100, inclusive. Defaults to 100.
1477414774
# @param [String] page_token
1477514775
# A page token, received from a previous MetadataService.ListMetadataStores call.
1477614776
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -14949,7 +14949,7 @@ def get_project_location_metadata_store_artifact(name, fields: nil, quota_user:
1494914949
# https://google.aip.dev/132#ordering for more details.
1495014950
# @param [Fixnum] page_size
1495114951
# The maximum number of Artifacts to return. The service may return fewer. Must
14952-
# be in range 1-1000, inclusive. Defaults to 100.
14952+
# be in range 1-100, inclusive. Defaults to 100.
1495314953
# @param [String] page_token
1495414954
# A page token, received from a previous MetadataService.ListArtifacts call.
1495514955
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -15522,7 +15522,7 @@ def get_project_location_metadata_store_context(name, fields: nil, quota_user: n
1552215522
# https://google.aip.dev/132#ordering for more details.
1552315523
# @param [Fixnum] page_size
1552415524
# The maximum number of Contexts to return. The service may return fewer. Must
15525-
# be in range 1-1000, inclusive. Defaults to 100.
15525+
# be in range 1-100, inclusive. Defaults to 100.
1552615526
# @param [String] page_token
1552715527
# A page token, received from a previous MetadataService.ListContexts call.
1552815528
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -16067,7 +16067,7 @@ def get_project_location_metadata_store_execution(name, fields: nil, quota_user:
1606716067
# https://google.aip.dev/132#ordering for more details.
1606816068
# @param [Fixnum] page_size
1606916069
# The maximum number of Executions to return. The service may return fewer. Must
16070-
# be in range 1-1000, inclusive. Defaults to 100.
16070+
# be in range 1-100, inclusive. Defaults to 100.
1607116071
# @param [String] page_token
1607216072
# A page token, received from a previous MetadataService.ListExecutions call.
1607316073
# Provide this to retrieve the subsequent page. When paginating, all other
@@ -16477,7 +16477,7 @@ def get_project_location_metadata_store_metadata_schema(name, fields: nil, quota
1647716477
# A query to filter available MetadataSchemas for matching results.
1647816478
# @param [Fixnum] page_size
1647916479
# The maximum number of MetadataSchemas to return. The service may return fewer.
16480-
# Must be in range 1-1000, inclusive. Defaults to 100.
16480+
# Must be in range 1-100, inclusive. Defaults to 100.
1648116481
# @param [String] page_token
1648216482
# A page token, received from a previous MetadataService.ListMetadataSchemas
1648316483
# call. Provide this to retrieve the next page. When paginating, all other

0 commit comments

Comments
 (0)