google-apis-bigqueryreservation_v1 0.41.0 → 0.42.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: 82e07c62796dd41d7569597942f72fbe426550f322f8fb2d9a6cc38bf9645f08
4
+ data.tar.gz: fdac2d9b0422cde49ca807343887a0925db1a19b4b1a654ea0fc28d9a4186894
5
5
  SHA512:
6
- metadata.gz: a668d1eddd4ccf97bf91dec0425ede4755824330936c1cc4ee6a66ac58b658e6411d68ca5ee968e5628b6b396ce67f91be5cf54c8a12d589902d684e7f99334b
7
- data.tar.gz: 833d2ba038225e6a1611ad1fe3222bc97feb6afeaf955e5f43a9e22be65133d8dbda5df1650e1f4ce3e05b4c5929b7ad319b234f40b7c967295aa95a03876f61
6
+ metadata.gz: ae257e8d1c5a4d1f1e57dba65f1eadc56ba8cf380459a5878a631442db9c6576319bdfb21a4567c506dd0133ef3b51705fa235a4bdcc13117277eb30278bae7c
7
+ data.tar.gz: 7782673985e62572af72a0bfa95157a47fa233c3c7a3f5e194dfca419223ae2280dbf2ea283ba42703a53b9d03b3f5ded1d4cb3b8f4b13bc6c3c396f970d26d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.42.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250304
6
+
3
7
  ### v0.41.0 (2025-03-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20250218
@@ -440,14 +440,6 @@ module Google
440
440
  # @return [String]
441
441
  attr_accessor :last_replication_time
442
442
 
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
443
  def initialize(**args)
452
444
  update!(**args)
453
445
  end
@@ -457,7 +449,6 @@ module Google
457
449
  @error = args[:error] if args.key?(:error)
458
450
  @last_error_time = args[:last_error_time] if args.key?(:last_error_time)
459
451
  @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
452
  end
462
453
  end
463
454
 
@@ -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.42.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 = "20250304"
26
26
  end
27
27
  end
28
28
  end
@@ -245,7 +245,6 @@ module Google
245
245
 
246
246
  property :last_error_time, as: 'lastErrorTime'
247
247
  property :last_replication_time, as: 'lastReplicationTime'
248
- property :soft_failover_start_time, as: 'softFailoverStartTime'
249
248
  end
250
249
  end
251
250
 
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.42.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-16 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.42.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: