google-apis-alloydb_v1 0.50.0 → 0.52.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: 603b69d6ad7c60be23e102602fb6cfc76c6b2cef83d71d9222ac524768175c9f
4
- data.tar.gz: 8c31870c531234a146ba3220137ee1ddff57cc06dd2a3c6ea26275ebfad3c063
3
+ metadata.gz: 542c128090ee362543ac1da239d4b462b2a562a36b364fd8fd7424917cc593df
4
+ data.tar.gz: ea3bf9f911f2410ec31484bf12ccd857d5789e931eda85c1fe2a8839bae462ba
5
5
  SHA512:
6
- metadata.gz: 2e238fd18eb26c64dd5a85d29440b3c41d96802eb61b870202189a08675396b6aa78ef07c2d9fc70e548b933f593f999845d02545d107be695668584682cf950
7
- data.tar.gz: e4558bff0adf4f63fb39a4bc782cccb64f55d779addb31902ebdaefcc052ab1b71a8f436b4dd17c2b5c6e479baef3630b82f2332efc1fa4a606a02773933b836
6
+ metadata.gz: 6c6ba70c08262bf8d12f3dbf6cb1151570b5899c99c03834f4ec57df03a739ce5b4c8392cc8f3251f02349c4062390692c93813e19da0067c4f06e65d58af944
7
+ data.tar.gz: 01a239873ffcba98af7559d8f6ae7756d5ea34189824823f248d1812f8502315a5f7abd8d26b06bc2650a7aa19c5a664430773cfb885bf0ec7f6db43b06f58d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.52.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260108
6
+
7
+ ### v0.51.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251204
10
+
3
11
  ### v0.50.0 (2025-11-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20251106
@@ -2174,8 +2174,9 @@ module Google
2174
2174
  attr_accessor :operations
2175
2175
 
2176
2176
  # Unordered list. Unreachable resources. Populated when the request sets `
2177
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2178
- # when attempting to list all resources across all supported locations.
2177
+ # ListOperationsRequest.return_partial_success` and reads across collections.
2178
+ # For example, when attempting to list all resources across all supported
2179
+ # locations.
2179
2180
  # Corresponds to the JSON property `unreachable`
2180
2181
  # @return [Array<String>]
2181
2182
  attr_accessor :unreachable
@@ -4391,12 +4392,24 @@ module Google
4391
4392
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
4392
4393
  include Google::Apis::Core::Hashable
4393
4394
 
4395
+ # Optional. Baseline slots for BigQuery Reservations. Baseline slots are in
4396
+ # increments of 50.
4397
+ # Corresponds to the JSON property `baselineSlots`
4398
+ # @return [Fixnum]
4399
+ attr_accessor :baseline_slots
4400
+
4394
4401
  # The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
4395
4402
  # proto validations again after bug fix.
4396
4403
  # Corresponds to the JSON property `cpuCount`
4397
4404
  # @return [Fixnum]
4398
4405
  attr_accessor :cpu_count
4399
4406
 
4407
+ # Optional. Max slots for BigQuery Reservations. Max slots are in increments of
4408
+ # 50.
4409
+ # Corresponds to the JSON property `maxReservationSlots`
4410
+ # @return [Fixnum]
4411
+ attr_accessor :max_reservation_slots
4412
+
4400
4413
  # Memory size in bytes. TODO(b/342344482) add proto validations again after bug
4401
4414
  # fix.
4402
4415
  # Corresponds to the JSON property `memorySizeInBytes`
@@ -4420,7 +4433,9 @@ module Google
4420
4433
 
4421
4434
  # Update properties of this object
4422
4435
  def update!(**args)
4436
+ @baseline_slots = args[:baseline_slots] if args.key?(:baseline_slots)
4423
4437
  @cpu_count = args[:cpu_count] if args.key?(:cpu_count)
4438
+ @max_reservation_slots = args[:max_reservation_slots] if args.key?(:max_reservation_slots)
4424
4439
  @memory_size_in_bytes = args[:memory_size_in_bytes] if args.key?(:memory_size_in_bytes)
4425
4440
  @shard_count = args[:shard_count] if args.key?(:shard_count)
4426
4441
  @vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1
18
18
  # Version of the google-apis-alloydb_v1 gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.52.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 = "20251106"
25
+ REVISION = "20260108"
26
26
  end
27
27
  end
28
28
  end
@@ -1847,7 +1847,9 @@ module Google
1847
1847
  class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
1848
1848
  # @private
1849
1849
  class Representation < Google::Apis::Core::JsonRepresentation
1850
+ property :baseline_slots, :numeric_string => true, as: 'baselineSlots'
1850
1851
  property :cpu_count, as: 'cpuCount'
1852
+ property :max_reservation_slots, :numeric_string => true, as: 'maxReservationSlots'
1851
1853
  property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
1852
1854
  property :shard_count, as: 'shardCount'
1853
1855
  property :vcpu_count, as: 'vcpuCount'
@@ -1744,11 +1744,12 @@ module Google
1744
1744
  # The standard list page token.
1745
1745
  # @param [Boolean] return_partial_success
1746
1746
  # When set to `true`, operations that are reachable are returned as normal, and
1747
- # those that are unreachable are returned in the [ListOperationsResponse.
1748
- # unreachable] field. This can only be `true` when reading across collections e.
1749
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1750
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1751
- # explicitly documented otherwise in service or product specific documentation.
1747
+ # those that are unreachable are returned in the ListOperationsResponse.
1748
+ # unreachable field. This can only be `true` when reading across collections.
1749
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1750
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1751
+ # if set unless explicitly documented otherwise in service or product specific
1752
+ # documentation.
1752
1753
  # @param [String] fields
1753
1754
  # Selector specifying which fields to include in a partial response.
1754
1755
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.52.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-alloydb_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.50.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.52.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
62
62
  rdoc_options: []
63
63
  require_paths: