Skip to content

Commit 3481e21

Browse files
feat: Automated regeneration of aiplatform v1 client (#25785)
Auto-created at 2026-02-22 10:14:57 +0000 using the toys pull request generator.
1 parent 349d84b commit 3481e21

5 files changed

Lines changed: 20 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7202,6 +7202,7 @@
72027202
"/aiplatform:v1/GoogleCloudAiplatformV1Candidate/urlContextMetadata": url_context_metadata
72037203
"/aiplatform:v1/GoogleCloudAiplatformV1CandidateResponse": google_cloud_aiplatform_v1_candidate_response
72047204
"/aiplatform:v1/GoogleCloudAiplatformV1CandidateResponse/candidate": candidate
7205+
"/aiplatform:v1/GoogleCloudAiplatformV1CandidateResponse/error": error
72057206
"/aiplatform:v1/GoogleCloudAiplatformV1CandidateResponse/text": text
72067207
"/aiplatform:v1/GoogleCloudAiplatformV1CandidateResponse/value": value
72077208
"/aiplatform:v1/GoogleCloudAiplatformV1CandidateResult": google_cloud_aiplatform_v1_candidate_result

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.81.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260208
6+
37
### v0.80.0 (2026-02-08)
48

59
* Regenerated from discovery document revision 20260201

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3411,6 +3411,16 @@ class GoogleCloudAiplatformV1CandidateResponse
34113411
# @return [String]
34123412
attr_accessor :candidate
34133413

3414+
# The `Status` type defines a logical error model that is suitable for different
3415+
# programming environments, including REST APIs and RPC APIs. It is used by [
3416+
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
3417+
# data: error code, error message, and error details. You can find out more
3418+
# about this error model and how to work with it in the [API Design Guide](https:
3419+
# //cloud.google.com/apis/design/errors).
3420+
# Corresponds to the JSON property `error`
3421+
# @return [Google::Apis::AiplatformV1::GoogleRpcStatus]
3422+
attr_accessor :error
3423+
34143424
# Text response.
34153425
# Corresponds to the JSON property `text`
34163426
# @return [String]
@@ -3428,6 +3438,7 @@ def initialize(**args)
34283438
# Update properties of this object
34293439
def update!(**args)
34303440
@candidate = args[:candidate] if args.key?(:candidate)
3441+
@error = args[:error] if args.key?(:error)
34313442
@text = args[:text] if args.key?(:text)
34323443
@value = args[:value] if args.key?(:value)
34333444
end

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.80.0"
19+
GEM_VERSION = "0.81.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 = "20260201"
25+
REVISION = "20260208"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9004,6 +9004,8 @@ class GoogleCloudAiplatformV1CandidateResponse
90049004
# @private
90059005
class Representation < Google::Apis::Core::JsonRepresentation
90069006
property :candidate, as: 'candidate'
9007+
property :error, as: 'error', class: Google::Apis::AiplatformV1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1::GoogleRpcStatus::Representation
9008+
90079009
property :text, as: 'text'
90089010
property :value, as: 'value'
90099011
end

0 commit comments

Comments
 (0)