Skip to content

Commit a87554c

Browse files
feat: Automated regeneration of file v1 client (googleapis#23791)
Auto-created at 2025-07-27 10:19:51 +0000 using the toys pull request generator.
1 parent 50a4db6 commit a87554c

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238926,6 +238926,7 @@
238926238926
"/file:v1/ReplicaConfig/state": state
238927238927
"/file:v1/ReplicaConfig/stateReasons": state_reasons
238928238928
"/file:v1/ReplicaConfig/stateReasons/state_reason": state_reason
238929+
"/file:v1/ReplicaConfig/stateUpdateTime": state_update_time
238929238930
"/file:v1/Replication": replication
238930238931
"/file:v1/Replication/replicas": replicas
238931238932
"/file:v1/Replication/replicas/replica": replica

generated/google-apis-file_v1/CHANGELOG.md

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

3+
### v0.55.0 (2025-07-27)
4+
5+
* Regenerated from discovery document revision 20250716
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.54.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,11 @@ class ReplicaConfig
16351635
# @return [Array<String>]
16361636
attr_accessor :state_reasons
16371637

1638+
# Output only. The time when the replica state was updated.
1639+
# Corresponds to the JSON property `stateUpdateTime`
1640+
# @return [String]
1641+
attr_accessor :state_update_time
1642+
16381643
def initialize(**args)
16391644
update!(**args)
16401645
end
@@ -1645,6 +1650,7 @@ def update!(**args)
16451650
@peer_instance = args[:peer_instance] if args.key?(:peer_instance)
16461651
@state = args[:state] if args.key?(:state)
16471652
@state_reasons = args[:state_reasons] if args.key?(:state_reasons)
1653+
@state_update_time = args[:state_update_time] if args.key?(:state_update_time)
16481654
end
16491655
end
16501656

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FileV1
1818
# Version of the google-apis-file_v1 gem
19-
GEM_VERSION = "0.54.0"
19+
GEM_VERSION = "0.55.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
675675
property :peer_instance, as: 'peerInstance'
676676
property :state, as: 'state'
677677
collection :state_reasons, as: 'stateReasons'
678+
property :state_update_time, as: 'stateUpdateTime'
678679
end
679680
end
680681

0 commit comments

Comments
 (0)