Skip to content

Commit c411c26

Browse files
feat: Automated regeneration of aiplatform v1 client (googleapis#25566)
Auto-created at 2026-02-01 11:06:57 +0000 using the toys pull request generator.
1 parent a74658a commit c411c26

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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.79.0 (2026-02-01)
4+
5+
* Regenerated from discovery document revision 20260116
6+
37
### v0.78.0 (2026-01-18)
48

59
* Regenerated from discovery document revision 20260110

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26152,7 +26152,10 @@ class GoogleCloudAiplatformV1PipelineJob
2615226152
# @return [String]
2615326153
attr_accessor :network
2615426154

26155-
# The spec of the pipeline.
26155+
# A compiled definition of a pipeline, represented as a `JSON` object. Defines
26156+
# the structure of the pipeline, including its components, tasks, and parameters.
26157+
# This specification is generated by compiling a pipeline function defined in `
26158+
# Python` using the `Kubeflow Pipelines SDK`.
2615626159
# Corresponds to the JSON property `pipelineSpec`
2615726160
# @return [Hash<String,Object>]
2615826161
attr_accessor :pipeline_spec

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.78.0"
19+
GEM_VERSION = "0.79.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 = "20260110"
25+
REVISION = "20260116"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)