Skip to content

Commit 448ee67

Browse files
feat: Automated regeneration of aiplatform v1 client (googleapis#23432)
Auto-created at 2025-06-15 10:20:24 +0000 using the toys pull request generator.
1 parent 0ffe800 commit 448ee67

File tree

5 files changed

+95
-3
lines changed

5 files changed

+95
-3
lines changed

api_names_out.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9526,6 +9526,7 @@
95269526
"/aiplatform:v1/GoogleCloudAiplatformV1Part/inlineData": inline_data
95279527
"/aiplatform:v1/GoogleCloudAiplatformV1Part/text": text
95289528
"/aiplatform:v1/GoogleCloudAiplatformV1Part/thought": thought
9529+
"/aiplatform:v1/GoogleCloudAiplatformV1Part/thoughtSignature": thought_signature
95299530
"/aiplatform:v1/GoogleCloudAiplatformV1Part/videoMetadata": video_metadata
95309531
"/aiplatform:v1/GoogleCloudAiplatformV1PauseModelDeploymentMonitoringJobRequest": google_cloud_aiplatform_v1_pause_model_deployment_monitoring_job_request
95319532
"/aiplatform:v1/GoogleCloudAiplatformV1PauseScheduleRequest": google_cloud_aiplatform_v1_pause_schedule_request
@@ -11659,12 +11660,14 @@
1165911660
"/aiplatform:v1/GoogleCloudAiplatformV1TokensInfo/tokens/token": token
1166011661
"/aiplatform:v1/GoogleCloudAiplatformV1Tool": google_cloud_aiplatform_v1_tool
1166111662
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/codeExecution": code_execution
11663+
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/computerUse": computer_use
1166211664
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/enterpriseWebSearch": enterprise_web_search
1166311665
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/functionDeclarations": function_declarations
1166411666
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/functionDeclarations/function_declaration": function_declaration
1166511667
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/googleSearch": google_search
1166611668
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/googleSearchRetrieval": google_search_retrieval
1166711669
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/retrieval": retrieval
11670+
"/aiplatform:v1/GoogleCloudAiplatformV1Tool/urlContext": url_context
1166811671
"/aiplatform:v1/GoogleCloudAiplatformV1ToolCall": google_cloud_aiplatform_v1_tool_call
1166911672
"/aiplatform:v1/GoogleCloudAiplatformV1ToolCall/toolInput": tool_input
1167011673
"/aiplatform:v1/GoogleCloudAiplatformV1ToolCall/toolName": tool_name
@@ -11682,6 +11685,8 @@
1168211685
"/aiplatform:v1/GoogleCloudAiplatformV1ToolCallValidResults/toolCallValidMetricValues/tool_call_valid_metric_value": tool_call_valid_metric_value
1168311686
"/aiplatform:v1/GoogleCloudAiplatformV1ToolCallValidSpec": google_cloud_aiplatform_v1_tool_call_valid_spec
1168411687
"/aiplatform:v1/GoogleCloudAiplatformV1ToolCodeExecution": google_cloud_aiplatform_v1_tool_code_execution
11688+
"/aiplatform:v1/GoogleCloudAiplatformV1ToolComputerUse": google_cloud_aiplatform_v1_tool_computer_use
11689+
"/aiplatform:v1/GoogleCloudAiplatformV1ToolComputerUse/environment": environment
1168511690
"/aiplatform:v1/GoogleCloudAiplatformV1ToolConfig": google_cloud_aiplatform_v1_tool_config
1168611691
"/aiplatform:v1/GoogleCloudAiplatformV1ToolConfig/functionCallingConfig": function_calling_config
1168711692
"/aiplatform:v1/GoogleCloudAiplatformV1ToolConfig/retrievalConfig": retrieval_config
@@ -11970,6 +11975,7 @@
1197011975
"/aiplatform:v1/GoogleCloudAiplatformV1UpsertDatapointsRequest/datapoints/datapoint": datapoint
1197111976
"/aiplatform:v1/GoogleCloudAiplatformV1UpsertDatapointsRequest/updateMask": update_mask
1197211977
"/aiplatform:v1/GoogleCloudAiplatformV1UpsertDatapointsResponse": google_cloud_aiplatform_v1_upsert_datapoints_response
11978+
"/aiplatform:v1/GoogleCloudAiplatformV1UrlContext": google_cloud_aiplatform_v1_url_context
1197311979
"/aiplatform:v1/GoogleCloudAiplatformV1UserActionReference": google_cloud_aiplatform_v1_user_action_reference
1197411980
"/aiplatform:v1/GoogleCloudAiplatformV1UserActionReference/dataLabelingJob": data_labeling_job
1197511981
"/aiplatform:v1/GoogleCloudAiplatformV1UserActionReference/method": method_prop

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.56.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250602
6+
37
### v0.55.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250529

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

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21098,12 +21098,19 @@ class GoogleCloudAiplatformV1Part
2109821098
# @return [String]
2109921099
attr_accessor :text
2110021100

21101-
# Output only. Indicates if the part is thought from the model.
21101+
# Optional. Indicates if the part is thought from the model.
2110221102
# Corresponds to the JSON property `thought`
2110321103
# @return [Boolean]
2110421104
attr_accessor :thought
2110521105
alias_method :thought?, :thought
2110621106

21107+
# Optional. An opaque signature for the thought so it can be reused in
21108+
# subsequent requests.
21109+
# Corresponds to the JSON property `thoughtSignature`
21110+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
21111+
# @return [String]
21112+
attr_accessor :thought_signature
21113+
2110721114
# Metadata describes the input video content.
2110821115
# Corresponds to the JSON property `videoMetadata`
2110921116
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata]
@@ -21123,6 +21130,7 @@ def update!(**args)
2112321130
@inline_data = args[:inline_data] if args.key?(:inline_data)
2112421131
@text = args[:text] if args.key?(:text)
2112521132
@thought = args[:thought] if args.key?(:thought)
21133+
@thought_signature = args[:thought_signature] if args.key?(:thought_signature)
2112621134
@video_metadata = args[:video_metadata] if args.key?(:video_metadata)
2112721135
end
2112821136
end
@@ -37095,6 +37103,11 @@ class GoogleCloudAiplatformV1Tool
3709537103
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution]
3709637104
attr_accessor :code_execution
3709737105

37106+
# Tool to support computer use.
37107+
# Corresponds to the JSON property `computerUse`
37108+
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse]
37109+
attr_accessor :computer_use
37110+
3709837111
# Tool to search public web data, powered by Vertex AI Search and Sec4
3709937112
# compliance.
3710037113
# Corresponds to the JSON property `enterpriseWebSearch`
@@ -37127,18 +37140,25 @@ class GoogleCloudAiplatformV1Tool
3712737140
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval]
3712837141
attr_accessor :retrieval
3712937142

37143+
# Tool to support URL context.
37144+
# Corresponds to the JSON property `urlContext`
37145+
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext]
37146+
attr_accessor :url_context
37147+
3713037148
def initialize(**args)
3713137149
update!(**args)
3713237150
end
3713337151

3713437152
# Update properties of this object
3713537153
def update!(**args)
3713637154
@code_execution = args[:code_execution] if args.key?(:code_execution)
37155+
@computer_use = args[:computer_use] if args.key?(:computer_use)
3713737156
@enterprise_web_search = args[:enterprise_web_search] if args.key?(:enterprise_web_search)
3713837157
@function_declarations = args[:function_declarations] if args.key?(:function_declarations)
3713937158
@google_search = args[:google_search] if args.key?(:google_search)
3714037159
@google_search_retrieval = args[:google_search_retrieval] if args.key?(:google_search_retrieval)
3714137160
@retrieval = args[:retrieval] if args.key?(:retrieval)
37161+
@url_context = args[:url_context] if args.key?(:url_context)
3714237162
end
3714337163
end
3714437164

@@ -37283,6 +37303,25 @@ def update!(**args)
3728337303
end
3728437304
end
3728537305

37306+
# Tool to support computer use.
37307+
class GoogleCloudAiplatformV1ToolComputerUse
37308+
include Google::Apis::Core::Hashable
37309+
37310+
# Required. The environment being operated.
37311+
# Corresponds to the JSON property `environment`
37312+
# @return [String]
37313+
attr_accessor :environment
37314+
37315+
def initialize(**args)
37316+
update!(**args)
37317+
end
37318+
37319+
# Update properties of this object
37320+
def update!(**args)
37321+
@environment = args[:environment] if args.key?(:environment)
37322+
end
37323+
end
37324+
3728637325
# Tool config. This config is shared for all tools provided in the request.
3728737326
class GoogleCloudAiplatformV1ToolConfig
3728837327
include Google::Apis::Core::Hashable
@@ -39567,6 +39606,19 @@ def update!(**args)
3956739606
end
3956839607
end
3956939608

39609+
# Tool to support URL context.
39610+
class GoogleCloudAiplatformV1UrlContext
39611+
include Google::Apis::Core::Hashable
39612+
39613+
def initialize(**args)
39614+
update!(**args)
39615+
end
39616+
39617+
# Update properties of this object
39618+
def update!(**args)
39619+
end
39620+
end
39621+
3957039622
# References an API call. It contains more information about long running
3957139623
# operation and Jobs that are triggered by the API call.
3957239624
class GoogleCloudAiplatformV1UserActionReference

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.55.0"
19+
GEM_VERSION = "0.56.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 = "20250529"
25+
REVISION = "20250602"
2626
end
2727
end
2828
end

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6142,6 +6142,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
61426142
include Google::Apis::Core::JsonObjectSupport
61436143
end
61446144

6145+
class GoogleCloudAiplatformV1ToolComputerUse
6146+
class Representation < Google::Apis::Core::JsonRepresentation; end
6147+
6148+
include Google::Apis::Core::JsonObjectSupport
6149+
end
6150+
61456151
class GoogleCloudAiplatformV1ToolConfig
61466152
class Representation < Google::Apis::Core::JsonRepresentation; end
61476153

@@ -6682,6 +6688,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
66826688
include Google::Apis::Core::JsonObjectSupport
66836689
end
66846690

6691+
class GoogleCloudAiplatformV1UrlContext
6692+
class Representation < Google::Apis::Core::JsonRepresentation; end
6693+
6694+
include Google::Apis::Core::JsonObjectSupport
6695+
end
6696+
66856697
class GoogleCloudAiplatformV1UserActionReference
66866698
class Representation < Google::Apis::Core::JsonRepresentation; end
66876699

@@ -12826,6 +12838,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1282612838

1282712839
property :text, as: 'text'
1282812840
property :thought, as: 'thought'
12841+
property :thought_signature, :base64 => true, as: 'thoughtSignature'
1282912842
property :video_metadata, as: 'videoMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VideoMetadata::Representation
1283012843

1283112844
end
@@ -17301,6 +17314,8 @@ class GoogleCloudAiplatformV1Tool
1730117314
class Representation < Google::Apis::Core::JsonRepresentation
1730217315
property :code_execution, as: 'codeExecution', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolCodeExecution::Representation
1730317316

17317+
property :computer_use, as: 'computerUse', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolComputerUse::Representation
17318+
1730417319
property :enterprise_web_search, as: 'enterpriseWebSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1EnterpriseWebSearch::Representation
1730517320

1730617321
collection :function_declarations, as: 'functionDeclarations', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionDeclaration::Representation
@@ -17311,6 +17326,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
1731117326

1731217327
property :retrieval, as: 'retrieval', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Retrieval::Representation
1731317328

17329+
property :url_context, as: 'urlContext', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1UrlContext::Representation
17330+
1731417331
end
1731517332
end
1731617333

@@ -17367,6 +17384,13 @@ class Representation < Google::Apis::Core::JsonRepresentation
1736717384
end
1736817385
end
1736917386

17387+
class GoogleCloudAiplatformV1ToolComputerUse
17388+
# @private
17389+
class Representation < Google::Apis::Core::JsonRepresentation
17390+
property :environment, as: 'environment'
17391+
end
17392+
end
17393+
1737017394
class GoogleCloudAiplatformV1ToolConfig
1737117395
# @private
1737217396
class Representation < Google::Apis::Core::JsonRepresentation
@@ -18152,6 +18176,12 @@ class Representation < Google::Apis::Core::JsonRepresentation
1815218176
end
1815318177
end
1815418178

18179+
class GoogleCloudAiplatformV1UrlContext
18180+
# @private
18181+
class Representation < Google::Apis::Core::JsonRepresentation
18182+
end
18183+
end
18184+
1815518185
class GoogleCloudAiplatformV1UserActionReference
1815618186
# @private
1815718187
class Representation < Google::Apis::Core::JsonRepresentation

0 commit comments

Comments
 (0)