google-apis-bigqueryreservation_v1 0.42.0 → 0.43.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: 82e07c62796dd41d7569597942f72fbe426550f322f8fb2d9a6cc38bf9645f08
4
- data.tar.gz: fdac2d9b0422cde49ca807343887a0925db1a19b4b1a654ea0fc28d9a4186894
3
+ metadata.gz: 77c5f905a2a2f7f23d42eb8bdedbc950a765a24d5ce49faed56f201b9ca3de6c
4
+ data.tar.gz: 94ada5dd1ecf80f7cc3dc854e26156184f5cb9662d903984d03dd96927560cf4
5
5
  SHA512:
6
- metadata.gz: ae257e8d1c5a4d1f1e57dba65f1eadc56ba8cf380459a5878a631442db9c6576319bdfb21a4567c506dd0133ef3b51705fa235a4bdcc13117277eb30278bae7c
7
- data.tar.gz: 7782673985e62572af72a0bfa95157a47fa233c3c7a3f5e194dfca419223ae2280dbf2ea283ba42703a53b9d03b3f5ded1d4cb3b8f4b13bc6c3c396f970d26d6
6
+ metadata.gz: 29705975059c2d8346e3a50277c1d22fd840f888454c4cb21f96ffdb6b0bbebc7d868ac8bd5469f982dd0b4b46551b4020740b6cf3abefe8ce09bcc007b20b2e
7
+ data.tar.gz: 9d427d328099f8b0f50681acd4b81522724f6e3c056b31abf3f2f1ba364b90f9b284847d5937e2ce0428047176c99e4ed7ef4ee6c35904da5d4662053d594c07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.43.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250316
6
+
3
7
  ### v0.42.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250304
@@ -364,6 +364,14 @@ module Google
364
364
  class MergeCapacityCommitmentsRequest
365
365
  include Google::Apis::Core::Hashable
366
366
 
367
+ # Optional. The optional resulting capacity commitment ID. Capacity commitment
368
+ # name will be generated automatically if this field is empty. This field must
369
+ # only contain lower case alphanumeric characters or dashes. The first and last
370
+ # character cannot be a dash. Max length is 64 characters.
371
+ # Corresponds to the JSON property `capacityCommitmentId`
372
+ # @return [String]
373
+ attr_accessor :capacity_commitment_id
374
+
367
375
  # Ids of capacity commitments to merge. These capacity commitments must exist
368
376
  # under admin project and location specified in the parent. ID is the last
369
377
  # portion of capacity commitment name e.g., 'abc' for projects/myproject/
@@ -378,6 +386,7 @@ module Google
378
386
 
379
387
  # Update properties of this object
380
388
  def update!(**args)
389
+ @capacity_commitment_id = args[:capacity_commitment_id] if args.key?(:capacity_commitment_id)
381
390
  @capacity_commitment_ids = args[:capacity_commitment_ids] if args.key?(:capacity_commitment_ids)
382
391
  end
383
392
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BigqueryreservationV1
18
18
  # Version of the google-apis-bigqueryreservation_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250304"
25
+ REVISION = "20250316"
26
26
  end
27
27
  end
28
28
  end
@@ -226,6 +226,7 @@ module Google
226
226
  class MergeCapacityCommitmentsRequest
227
227
  # @private
228
228
  class Representation < Google::Apis::Core::JsonRepresentation
229
+ property :capacity_commitment_id, as: 'capacityCommitmentId'
229
230
  collection :capacity_commitment_ids, as: 'capacityCommitmentIds'
230
231
  end
231
232
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigqueryreservation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-bigqueryreservation_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.43.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1
62
62
  rdoc_options: []
63
63
  require_paths: