google-apis-aiplatform_v1beta1 0.53.0 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10c230d61923f218a40dd62ceb889e273a1b0f3aa55cfa50ac7ef3a67d53e27c
4
- data.tar.gz: 2f21e9c598f4757775bf53e82ee47e4ab087511f1c14264e552f01ddfb243549
3
+ metadata.gz: 5b13baf22c432bd73d4a8b494223ee69063f55f034caa9d43ae13ef385851215
4
+ data.tar.gz: ca922f7a1206a6a5c7c0e9f6f6891f44f2d9ce956b3600932f496a0fa7dc61f8
5
5
  SHA512:
6
- metadata.gz: 4d04f6dd6e787f838fcecd7e8a0e3dcf732a23083ffecd64c262b56e4b4d3022203dfb5f18a19dd426977adff04b0ecb10e2eae0a42a8067095684af2ffc35e6
7
- data.tar.gz: '089decd2f152cd11a50e48dbf40d30fc17a20c3ac835c11f1ae38c82965f616a4e5209ec9976fdb2fbefe5795b56ea5d0dd3e756130b8d8016f7e5c7879be39e'
6
+ metadata.gz: 7ec7e49d06df866fa8fd33d0c8844363db33dcf12b04e1d328bb0567fcef97192bcbeefebb29e4425860b14c78c717d3bd07c9f361bfcfda214c263d8c04faf2
7
+ data.tar.gz: ebf35af08763d75d43a440e476f36832f484df32bf86172a7c42cc3a2c111235bb0164ffdbddc22a16fcb7127442e3a08fc33a55fc6755df7ca8df0ada64cabb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1beta1
2
2
 
3
+ ### v0.54.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250711
6
+
3
7
  ### v0.53.0 (2025-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20250701
@@ -7101,6 +7101,17 @@ module Google
7101
7101
  attr_accessor :enable_access_logging
7102
7102
  alias_method :enable_access_logging?, :enable_access_logging
7103
7103
 
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
+
7104
7115
  # Required. The user specified ID of the DeployedIndex. The ID can be up to 128
7105
7116
  # characters long and must start with a letter and only contain letters, numbers,
7106
7117
  # and underscores. The ID must be unique within the project it is created in.
@@ -7168,6 +7179,7 @@ module Google
7168
7179
  @deployment_group = args[:deployment_group] if args.key?(:deployment_group)
7169
7180
  @display_name = args[:display_name] if args.key?(:display_name)
7170
7181
  @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)
7171
7183
  @id = args[:id] if args.key?(:id)
7172
7184
  @index = args[:index] if args.key?(:index)
7173
7185
  @index_sync_time = args[:index_sync_time] if args.key?(:index_sync_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AiplatformV1beta1
18
18
  # Version of the google-apis-aiplatform_v1beta1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250701"
25
+ REVISION = "20250711"
26
26
  end
27
27
  end
28
28
  end
@@ -10262,6 +10262,7 @@ module Google
10262
10262
  property :deployment_group, as: 'deploymentGroup'
10263
10263
  property :display_name, as: 'displayName'
10264
10264
  property :enable_access_logging, as: 'enableAccessLogging'
10265
+ property :enable_datapoint_upsert_logging, as: 'enableDatapointUpsertLogging'
10265
10266
  property :id, as: 'id'
10266
10267
  property :index, as: 'index'
10267
10268
  property :index_sync_time, as: 'indexSyncTime'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-aiplatform_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: