Skip to content

Commit ef124c5

Browse files
feat: Automated regeneration of aiplatform v1beta1 client (googleapis#23726)
Auto-created at 2025-07-20 10:15:05 +0000 using the toys pull request generator.
1 parent 1039aa0 commit ef124c5

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
@@ -14927,6 +14927,7 @@
1492714927
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/deploymentGroup": deployment_group
1492814928
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/displayName": display_name
1492914929
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/enableAccessLogging": enable_access_logging
14930+
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/enableDatapointUpsertLogging": enable_datapoint_upsert_logging
1493014931
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/id": id
1493114932
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/index": index
1493214933
"/aiplatform:v1beta1/GoogleCloudAiplatformV1beta1DeployedIndex/indexSyncTime": index_sync_time

generated/google-apis-aiplatform_v1beta1/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_v1beta1
22

3+
### v0.54.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250711
6+
37
### v0.53.0 (2025-07-06)
48

59
* Regenerated from discovery document revision 20250701

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7101,6 +7101,17 @@ class GoogleCloudAiplatformV1beta1DeployedIndex
71017101
attr_accessor :enable_access_logging
71027102
alias_method :enable_access_logging?, :enable_access_logging
71037103

7104+
# Optional. If true, logs to Cloud Logging errors relating to datapoint upserts.
7105+
# Under normal operation conditions, these log entries should be very rare.
7106+
# However, if incompatible datapoint updates are being uploaded to an index, a
7107+
# high volume of log entries may be generated in a short period of time. Note
7108+
# that logs may incur a cost, especially if the deployed index receives a high
7109+
# volume of datapoint upserts. Estimate your costs before enabling this option.
7110+
# Corresponds to the JSON property `enableDatapointUpsertLogging`
7111+
# @return [Boolean]
7112+
attr_accessor :enable_datapoint_upsert_logging
7113+
alias_method :enable_datapoint_upsert_logging?, :enable_datapoint_upsert_logging
7114+
71047115
# Required. The user specified ID of the DeployedIndex. The ID can be up to 128
71057116
# characters long and must start with a letter and only contain letters, numbers,
71067117
# and underscores. The ID must be unique within the project it is created in.
@@ -7168,6 +7179,7 @@ def update!(**args)
71687179
@deployment_group = args[:deployment_group] if args.key?(:deployment_group)
71697180
@display_name = args[:display_name] if args.key?(:display_name)
71707181
@enable_access_logging = args[:enable_access_logging] if args.key?(:enable_access_logging)
7182+
@enable_datapoint_upsert_logging = args[:enable_datapoint_upsert_logging] if args.key?(:enable_datapoint_upsert_logging)
71717183
@id = args[:id] if args.key?(:id)
71727184
@index = args[:index] if args.key?(:index)
71737185
@index_sync_time = args[:index_sync_time] if args.key?(:index_sync_time)

generated/google-apis-aiplatform_v1beta1/lib/google/apis/aiplatform_v1beta1/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 AiplatformV1beta1
1818
# Version of the google-apis-aiplatform_v1beta1 gem
19-
GEM_VERSION = "0.53.0"
19+
GEM_VERSION = "0.54.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_v1beta1/lib/google/apis/aiplatform_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10262,6 +10262,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
1026210262
property :deployment_group, as: 'deploymentGroup'
1026310263
property :display_name, as: 'displayName'
1026410264
property :enable_access_logging, as: 'enableAccessLogging'
10265+
property :enable_datapoint_upsert_logging, as: 'enableDatapointUpsertLogging'
1026510266
property :id, as: 'id'
1026610267
property :index, as: 'index'
1026710268
property :index_sync_time, as: 'indexSyncTime'

0 commit comments

Comments
 (0)