File tree Expand file tree Collapse file tree 5 files changed +16
-3
lines changed
generated/google-apis-file_v1beta1
lib/google/apis/file_v1beta1 Expand file tree Collapse file tree 5 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -239681,6 +239681,7 @@
239681
239681
"/file:v1beta1/ReplicaConfig/state": state
239682
239682
"/file:v1beta1/ReplicaConfig/stateReasons": state_reasons
239683
239683
"/file:v1beta1/ReplicaConfig/stateReasons/state_reason": state_reason
239684
+ "/file:v1beta1/ReplicaConfig/stateUpdateTime": state_update_time
239684
239685
"/file:v1beta1/Replication": replication
239685
239686
"/file:v1beta1/Replication/replicas": replicas
239686
239687
"/file:v1beta1/Replication/replicas/replica": replica
Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-file_v1beta1
2
2
3
+ ### v0.57.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250716
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
### v0.56.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 @@ -1848,6 +1848,11 @@ class ReplicaConfig
1848
1848
# @return [Array<String>]
1849
1849
attr_accessor :state_reasons
1850
1850
1851
+ # Output only. The time when the replica state was updated.
1852
+ # Corresponds to the JSON property `stateUpdateTime`
1853
+ # @return [String]
1854
+ attr_accessor :state_update_time
1855
+
1851
1856
def initialize ( **args )
1852
1857
update! ( **args )
1853
1858
end
@@ -1858,6 +1863,7 @@ def update!(**args)
1858
1863
@peer_instance = args [ :peer_instance ] if args . key? ( :peer_instance )
1859
1864
@state = args [ :state ] if args . key? ( :state )
1860
1865
@state_reasons = args [ :state_reasons ] if args . key? ( :state_reasons )
1866
+ @state_update_time = args [ :state_update_time ] if args . key? ( :state_update_time )
1861
1867
end
1862
1868
end
1863
1869
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module FileV1beta1
18
18
# Version of the google-apis-file_v1beta1 gem
19
- GEM_VERSION = "0.56 .0"
19
+ GEM_VERSION = "0.57 .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 @@ -767,6 +767,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
767
767
property :peer_instance , as : 'peerInstance'
768
768
property :state , as : 'state'
769
769
collection :state_reasons , as : 'stateReasons'
770
+ property :state_update_time , as : 'stateUpdateTime'
770
771
end
771
772
end
772
773
You can’t perform that action at this time.
0 commit comments