Skip to content

Commit 925bdfc

Browse files
feat: Automated regeneration of aiplatform v1 client (googleapis#23735)
Auto-created at 2025-07-20 10:40:15 +0000 using the toys pull request generator.
1 parent a514787 commit 925bdfc

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7573,6 +7573,7 @@
75737573
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/deploymentGroup": deployment_group
75747574
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/displayName": display_name
75757575
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/enableAccessLogging": enable_access_logging
7576+
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/enableDatapointUpsertLogging": enable_datapoint_upsert_logging
75767577
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/id": id
75777578
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/index": index
75787579
"/aiplatform:v1/GoogleCloudAiplatformV1DeployedIndex/indexSyncTime": index_sync_time

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.60.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250711
6+
37
### v0.59.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250701

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6466,6 +6466,17 @@ class GoogleCloudAiplatformV1DeployedIndex
64666466
attr_accessor :enable_access_logging
64676467
alias_method :enable_access_logging?, :enable_access_logging
64686468

6469+
# Optional. If true, logs to Cloud Logging errors relating to datapoint upserts.
6470+
# Under normal operation conditions, these log entries should be very rare.
6471+
# However, if incompatible datapoint updates are being uploaded to an index, a
6472+
# high volume of log entries may be generated in a short period of time. Note
6473+
# that logs may incur a cost, especially if the deployed index receives a high
6474+
# volume of datapoint upserts. Estimate your costs before enabling this option.
6475+
# Corresponds to the JSON property `enableDatapointUpsertLogging`
6476+
# @return [Boolean]
6477+
attr_accessor :enable_datapoint_upsert_logging
6478+
alias_method :enable_datapoint_upsert_logging?, :enable_datapoint_upsert_logging
6479+
64696480
# Required. The user specified ID of the DeployedIndex. The ID can be up to 128
64706481
# characters long and must start with a letter and only contain letters, numbers,
64716482
# and underscores. The ID must be unique within the project it is created in.
@@ -6533,6 +6544,7 @@ def update!(**args)
65336544
@deployment_group = args[:deployment_group] if args.key?(:deployment_group)
65346545
@display_name = args[:display_name] if args.key?(:display_name)
65356546
@enable_access_logging = args[:enable_access_logging] if args.key?(:enable_access_logging)
6547+
@enable_datapoint_upsert_logging = args[:enable_datapoint_upsert_logging] if args.key?(:enable_datapoint_upsert_logging)
65366548
@id = args[:id] if args.key?(:id)
65376549
@index = args[:index] if args.key?(:index)
65386550
@index_sync_time = args[:index_sync_time] if args.key?(:index_sync_time)

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.59.0"
19+
GEM_VERSION = "0.60.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 = "20250701"
25+
REVISION = "20250711"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8849,6 +8849,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
88498849
property :deployment_group, as: 'deploymentGroup'
88508850
property :display_name, as: 'displayName'
88518851
property :enable_access_logging, as: 'enableAccessLogging'
8852+
property :enable_datapoint_upsert_logging, as: 'enableDatapointUpsertLogging'
88528853
property :id, as: 'id'
88538854
property :index, as: 'index'
88548855
property :index_sync_time, as: 'indexSyncTime'

0 commit comments

Comments
 (0)