File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
generated/google-apis-file_v1 Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -238926,6 +238926,7 @@
238926
238926
"/file:v1/ReplicaConfig/state": state
238927
238927
"/file:v1/ReplicaConfig/stateReasons": state_reasons
238928
238928
"/file:v1/ReplicaConfig/stateReasons/state_reason": state_reason
238929
+ "/file:v1/ReplicaConfig/stateUpdateTime": state_update_time
238929
238930
"/file:v1/Replication": replication
238930
238931
"/file:v1/Replication/replicas": replicas
238931
238932
"/file:v1/Replication/replicas/replica": replica
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-file_v1
2
2
3
+ ### v0.55.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250716
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.54.0 (2025-05-04)
4
9
5
10
* Regenerated using generator version 0.17.0
Original file line number Diff line number Diff line change @@ -1635,6 +1635,11 @@ class ReplicaConfig
1635
1635
# @return [Array<String>]
1636
1636
attr_accessor :state_reasons
1637
1637
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
+
1638
1643
def initialize ( **args )
1639
1644
update! ( **args )
1640
1645
end
@@ -1645,6 +1650,7 @@ def update!(**args)
1645
1650
@peer_instance = args [ :peer_instance ] if args . key? ( :peer_instance )
1646
1651
@state = args [ :state ] if args . key? ( :state )
1647
1652
@state_reasons = args [ :state_reasons ] if args . key? ( :state_reasons )
1653
+ @state_update_time = args [ :state_update_time ] if args . key? ( :state_update_time )
1648
1654
end
1649
1655
end
1650
1656
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module FileV1
18
18
# Version of the google-apis-file_v1 gem
19
- GEM_VERSION = "0.54 .0"
19
+ GEM_VERSION = "0.55 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17 .0"
22
+ GENERATOR_VERSION = "0.18 .0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250421 "
25
+ REVISION = "20250716 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -675,6 +675,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
675
675
property :peer_instance , as : 'peerInstance'
676
676
property :state , as : 'state'
677
677
collection :state_reasons , as : 'stateReasons'
678
+ property :state_update_time , as : 'stateUpdateTime'
678
679
end
679
680
end
680
681
You can’t perform that action at this time.
0 commit comments