Skip to content

Commit 680d20f

Browse files
feat: Automated regeneration of file v1beta1 client (googleapis#23807)
Auto-created at 2025-07-27 10:43:10 +0000 using the toys pull request generator.
1 parent 84ade9f commit 680d20f

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
@@ -239681,6 +239681,7 @@
239681239681
"/file:v1beta1/ReplicaConfig/state": state
239682239682
"/file:v1beta1/ReplicaConfig/stateReasons": state_reasons
239683239683
"/file:v1beta1/ReplicaConfig/stateReasons/state_reason": state_reason
239684+
"/file:v1beta1/ReplicaConfig/stateUpdateTime": state_update_time
239684239685
"/file:v1beta1/Replication": replication
239685239686
"/file:v1beta1/Replication/replicas": replicas
239686239687
"/file:v1beta1/Replication/replicas/replica": replica

generated/google-apis-file_v1beta1/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_v1beta1
22

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

510
* Regenerated using generator version 0.17.0

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,6 +1848,11 @@ class ReplicaConfig
18481848
# @return [Array<String>]
18491849
attr_accessor :state_reasons
18501850

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+
18511856
def initialize(**args)
18521857
update!(**args)
18531858
end
@@ -1858,6 +1863,7 @@ def update!(**args)
18581863
@peer_instance = args[:peer_instance] if args.key?(:peer_instance)
18591864
@state = args[:state] if args.key?(:state)
18601865
@state_reasons = args[:state_reasons] if args.key?(:state_reasons)
1866+
@state_update_time = args[:state_update_time] if args.key?(:state_update_time)
18611867
end
18621868
end
18631869

generated/google-apis-file_v1beta1/lib/google/apis/file_v1beta1/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 FileV1beta1
1818
# Version of the google-apis-file_v1beta1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.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_v1beta1/lib/google/apis/file_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
767767
property :peer_instance, as: 'peerInstance'
768768
property :state, as: 'state'
769769
collection :state_reasons, as: 'stateReasons'
770+
property :state_update_time, as: 'stateUpdateTime'
770771
end
771772
end
772773

0 commit comments

Comments
 (0)