Skip to content

Commit 3d30342

Browse files
feat: Automated regeneration of aiplatform v1 client (googleapis#24080)
Auto-created at 2025-08-24 10:49:44 +0000 using the toys pull request generator.
1 parent b6c7456 commit 3d30342

File tree

6 files changed

+20
-25
lines changed

6 files changed

+20
-25
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13638,6 +13638,7 @@
1363813638
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.patch": patch_project_location_rag_corpora
1363913639
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.patch/name": name
1364013640
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.ragFiles.delete": delete_project_location_rag_corpora_rag_file
13641+
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.ragFiles.delete/forceDelete": force_delete
1364113642
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.ragFiles.delete/name": name
1364213643
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.ragFiles.get": get_project_location_rag_corpora_rag_file
1364313644
"/aiplatform:v1/aiplatform.projects.locations.ragCorpora.ragFiles.get/name": name

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.64.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250816
6+
37
### v0.63.0 (2025-08-17)
48

59
* Regenerated from discovery document revision 20250806

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

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13411,25 +13411,12 @@ def update!(**args)
1341113411
class GoogleCloudAiplatformV1GoogleMaps
1341213412
include Google::Apis::Core::Hashable
1341313413

13414-
# The generic reusable api auth config. Deprecated. Please use AuthConfig (
13415-
# google/cloud/aiplatform/master/auth.proto) instead.
13416-
# Corresponds to the JSON property `apiAuth`
13417-
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth]
13418-
attr_accessor :api_auth
13419-
13420-
# Auth configuration to run the extension.
13421-
# Corresponds to the JSON property `authConfig`
13422-
# @return [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig]
13423-
attr_accessor :auth_config
13424-
1342513414
def initialize(**args)
1342613415
update!(**args)
1342713416
end
1342813417

1342913418
# Update properties of this object
1343013419
def update!(**args)
13431-
@api_auth = args[:api_auth] if args.key?(:api_auth)
13432-
@auth_config = args[:auth_config] if args.key?(:auth_config)
1343313420
end
1343413421
end
1343513422

@@ -26397,13 +26384,14 @@ class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
2639726384
attr_accessor :env
2639826385

2639926386
# Optional. The maximum number of application instances that can be launched to
26400-
# handle increased traffic. Defaults to 100.
26387+
# handle increased traffic. Defaults to 100. Range: [1, 1000]. If VPC-SC or PSC-
26388+
# I is enabled, the acceptable range is [1, 100].
2640126389
# Corresponds to the JSON property `maxInstances`
2640226390
# @return [Fixnum]
2640326391
attr_accessor :max_instances
2640426392

2640526393
# Optional. The minimum number of application instances that will be kept
26406-
# running at all times. Defaults to 1.
26394+
# running at all times. Defaults to 1. Range: [0, 10].
2640726395
# Corresponds to the JSON property `minInstances`
2640826396
# @return [Fixnum]
2640926397
attr_accessor :min_instances
@@ -26415,9 +26403,11 @@ class GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec
2641526403

2641626404
# Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are
2641726405
# supported. Defaults to `"cpu": "4", "memory": "4Gi"`. * The only supported
26418-
# values for CPU are '1', '2', '4', and '8'. For more information, go to https://
26419-
# cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and
26420-
# syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits
26406+
# values for CPU are '1', '2', '4', '6' and '8'. For more information, go to
26407+
# https://cloud.google.com/run/docs/configuring/cpu. * The only supported values
26408+
# for memory are '1Gi', '2Gi', ... '32 Gi'. * For required cpu on different
26409+
# memory values, go to https://cloud.google.com/run/docs/configuring/memory-
26410+
# limits
2642126411
# Corresponds to the JSON property `resourceLimits`
2642226412
# @return [Hash<String,String>]
2642326413
attr_accessor :resource_limits

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.63.0"
19+
GEM_VERSION = "0.64.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 = "20250806"
25+
REVISION = "20250816"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10818,10 +10818,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
1081810818
class GoogleCloudAiplatformV1GoogleMaps
1081910819
# @private
1082010820
class Representation < Google::Apis::Core::JsonRepresentation
10821-
property :api_auth, as: 'apiAuth', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ApiAuth::Representation
10822-
10823-
property :auth_config, as: 'authConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1AuthConfig::Representation
10824-
1082510821
end
1082610822
end
1082710823

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18119,6 +18119,9 @@ def wait_project_location_rag_corpora_operation(name, timeout: nil, fields: nil,
1811918119
# @param [String] name
1812018120
# Required. The name of the RagFile resource to be deleted. Format: `projects/`
1812118121
# project`/locations/`location`/ragCorpora/`rag_corpus`/ragFiles/`rag_file``
18122+
# @param [Boolean] force_delete
18123+
# Optional. If set to true, any errors generated by external vector database
18124+
# during the deletion will be ignored. The default value is false.
1812218125
# @param [String] fields
1812318126
# Selector specifying which fields to include in a partial response.
1812418127
# @param [String] quota_user
@@ -18136,11 +18139,12 @@ def wait_project_location_rag_corpora_operation(name, timeout: nil, fields: nil,
1813618139
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1813718140
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1813818141
# @raise [Google::Apis::AuthorizationError] Authorization is required
18139-
def delete_project_location_rag_corpora_rag_file(name, fields: nil, quota_user: nil, options: nil, &block)
18142+
def delete_project_location_rag_corpora_rag_file(name, force_delete: nil, fields: nil, quota_user: nil, options: nil, &block)
1814018143
command = make_simple_command(:delete, 'v1/{+name}', options)
1814118144
command.response_representation = Google::Apis::AiplatformV1::GoogleLongrunningOperation::Representation
1814218145
command.response_class = Google::Apis::AiplatformV1::GoogleLongrunningOperation
1814318146
command.params['name'] = name unless name.nil?
18147+
command.query['forceDelete'] = force_delete unless force_delete.nil?
1814418148
command.query['fields'] = fields unless fields.nil?
1814518149
command.query['quotaUser'] = quota_user unless quota_user.nil?
1814618150
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)