google-apis-bigqueryreservation_v1 0.41.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: 1e3d1d2575396b96c424270c626c0134eb9303ce4d6fc055dd663dc8567e7848
4
- data.tar.gz: 70471196d5c94908674afee8548a1d9baee1c1c1b73964f566f7016bace01601
3
+ metadata.gz: 77c5f905a2a2f7f23d42eb8bdedbc950a765a24d5ce49faed56f201b9ca3de6c
4
+ data.tar.gz: 94ada5dd1ecf80f7cc3dc854e26156184f5cb9662d903984d03dd96927560cf4
5
5
  SHA512:
6
- metadata.gz: a668d1eddd4ccf97bf91dec0425ede4755824330936c1cc4ee6a66ac58b658e6411d68ca5ee968e5628b6b396ce67f91be5cf54c8a12d589902d684e7f99334b
7
- data.tar.gz: 833d2ba038225e6a1611ad1fe3222bc97feb6afeaf955e5f43a9e22be65133d8dbda5df1650e1f4ce3e05b4c5929b7ad319b234f40b7c967295aa95a03876f61
6
+ metadata.gz: 29705975059c2d8346e3a50277c1d22fd840f888454c4cb21f96ffdb6b0bbebc7d868ac8bd5469f982dd0b4b46551b4020740b6cf3abefe8ce09bcc007b20b2e
7
+ data.tar.gz: 9d427d328099f8b0f50681acd4b81522724f6e3c056b31abf3f2f1ba364b90f9b284847d5937e2ce0428047176c99e4ed7ef4ee6c35904da5d4662053d594c07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.42.0 (2025-03-16)
8
+
9
+ * Regenerated from discovery document revision 20250304
10
+
3
11
  ### v0.41.0 (2025-03-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20250218
@@ -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
@@ -440,14 +449,6 @@ module Google
440
449
  # @return [String]
441
450
  attr_accessor :last_replication_time
442
451
 
443
- # Output only. The time at which a soft failover for the reservation and its
444
- # associated datasets was initiated. After this field is set, all subsequent
445
- # changes to the reservation will be rejected unless a hard failover overrides
446
- # this operation. This field will be cleared once the failover is complete.
447
- # Corresponds to the JSON property `softFailoverStartTime`
448
- # @return [String]
449
- attr_accessor :soft_failover_start_time
450
-
451
452
  def initialize(**args)
452
453
  update!(**args)
453
454
  end
@@ -457,7 +458,6 @@ module Google
457
458
  @error = args[:error] if args.key?(:error)
458
459
  @last_error_time = args[:last_error_time] if args.key?(:last_error_time)
459
460
  @last_replication_time = args[:last_replication_time] if args.key?(:last_replication_time)
460
- @soft_failover_start_time = args[:soft_failover_start_time] if args.key?(:soft_failover_start_time)
461
461
  end
462
462
  end
463
463
 
@@ -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.41.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 = "20250218"
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
@@ -245,7 +246,6 @@ module Google
245
246
 
246
247
  property :last_error_time, as: 'lastErrorTime'
247
248
  property :last_replication_time, as: 'lastReplicationTime'
248
- property :soft_failover_start_time, as: 'softFailoverStartTime'
249
249
  end
250
250
  end
251
251
 
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.41.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-02 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.41.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: