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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82e07c62796dd41d7569597942f72fbe426550f322f8fb2d9a6cc38bf9645f08
|
4
|
+
data.tar.gz: fdac2d9b0422cde49ca807343887a0925db1a19b4b1a654ea0fc28d9a4186894
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae257e8d1c5a4d1f1e57dba65f1eadc56ba8cf380459a5878a631442db9c6576319bdfb21a4567c506dd0133ef3b51705fa235a4bdcc13117277eb30278bae7c
|
7
|
+
data.tar.gz: 7782673985e62572af72a0bfa95157a47fa233c3c7a3f5e194dfca419223ae2280dbf2ea283ba42703a53b9d03b3f5ded1d4cb3b8f4b13bc6c3c396f970d26d6
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250304"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.
|
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-
|
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.
|
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:
|