google-apis-file_v1beta1 0.56.0 → 0.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4da74f0e664a87a3bf1592a874eadf65e9710f8d182af2e51782f1123b60175
|
4
|
+
data.tar.gz: cdd8add910bdf83900689754e028b05c39d5733f36db1546cf2b91aebf1cfb22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aadf16390ae7313fe3686ecc88827e4eb609029ff2018bbc865e0dafa429d581ca1829a9a3b8d331f4daca6ce5cd1fd92c07b274da22a21f0c175dd281d9451c
|
7
|
+
data.tar.gz: 52bdbb03433fdcc98f4b0d91857977d269db5d2985d04bd3809f63bc69509429f307ac22f9775df187ea547b26fbc87869b05159b5250d58091b34c1287aa221
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
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
|
@@ -1848,6 +1848,11 @@ module Google
|
|
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 @@ module Google
|
|
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
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250716"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-file_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.57.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-file_v1beta1/v0.57.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-file_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Filestore API V1beta1
|
79
79
|
test_files: []
|