Skip to content

Commit 9b9729a

Browse files
feat: Automated regeneration of bigqueryreservation v1 client (googleapis#22128)
Auto-created at 2025-03-16 10:41:13 +0000 using the toys pull request generator.
1 parent 5204faf commit 9b9729a

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

generated/google-apis-bigqueryreservation_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigqueryreservation_v1
22

3+
### v0.42.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250304
6+
37
### v0.41.0 (2025-03-02)
48

59
* Regenerated from discovery document revision 20250218

generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/classes.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -440,14 +440,6 @@ class ReplicationStatus
440440
# @return [String]
441441
attr_accessor :last_replication_time
442442

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-
451443
def initialize(**args)
452444
update!(**args)
453445
end
@@ -457,7 +449,6 @@ def update!(**args)
457449
@error = args[:error] if args.key?(:error)
458450
@last_error_time = args[:last_error_time] if args.key?(:last_error_time)
459451
@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)
461452
end
462453
end
463454

generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigqueryreservationV1
1818
# Version of the google-apis-bigqueryreservation_v1 gem
19-
GEM_VERSION = "0.41.0"
19+
GEM_VERSION = "0.42.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250218"
25+
REVISION = "20250304"
2626
end
2727
end
2828
end

generated/google-apis-bigqueryreservation_v1/lib/google/apis/bigqueryreservation_v1/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
245245

246246
property :last_error_time, as: 'lastErrorTime'
247247
property :last_replication_time, as: 'lastReplicationTime'
248-
property :soft_failover_start_time, as: 'softFailoverStartTime'
249248
end
250249
end
251250

0 commit comments

Comments
 (0)