google-apis-file_v1beta1 0.56.0 → 0.58.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: 3aaee42322c09da8c21818968ef45283e312c4be25812960f1b689a9fc34a0b3
|
4
|
+
data.tar.gz: 144887ed6410045ee92a12b47de04fe0336286669b88caa95c110f35b6dbca35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c85d2f5686b45341cc7edb9108bfde116be1fa3dd1384d361fd338d1e42368626e21e3be085af409b0d320c17b22f9d9d1076c80d45868eec30db6b2b7833f7
|
7
|
+
data.tar.gz: 61d6cbbe7356d1057b710cc1e50cc68a333a94cc0e11a6a2a7d680b2b2e64cbde43a9b6bcbe3d541defc0afdf5ce9f3ec533616104edefc6879d1ef049490f89
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-file_v1beta1
|
2
2
|
|
3
|
+
### v0.58.0 (2025-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250731
|
6
|
+
|
7
|
+
### v0.57.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250716
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.56.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
@@ -848,6 +848,12 @@ module Google
|
|
848
848
|
class Instance
|
849
849
|
include Google::Apis::Core::Hashable
|
850
850
|
|
851
|
+
# Optional. Immutable. Designates the backend type of this instance. Intended to
|
852
|
+
# be used by internal tests and allowed customers.
|
853
|
+
# Corresponds to the JSON property `backendType`
|
854
|
+
# @return [String]
|
855
|
+
attr_accessor :backend_type
|
856
|
+
|
851
857
|
# The storage capacity of the instance in gigabytes (GB = 1024^3 bytes). This
|
852
858
|
# capacity can be increased up to `max_capacity_gb` GB in multipliers of `
|
853
859
|
# capacity_step_size_gb` GB.
|
@@ -1024,6 +1030,7 @@ module Google
|
|
1024
1030
|
|
1025
1031
|
# Update properties of this object
|
1026
1032
|
def update!(**args)
|
1033
|
+
@backend_type = args[:backend_type] if args.key?(:backend_type)
|
1027
1034
|
@capacity_gb = args[:capacity_gb] if args.key?(:capacity_gb)
|
1028
1035
|
@capacity_step_size_gb = args[:capacity_step_size_gb] if args.key?(:capacity_step_size_gb)
|
1029
1036
|
@create_time = args[:create_time] if args.key?(:create_time)
|
@@ -1848,6 +1855,11 @@ module Google
|
|
1848
1855
|
# @return [Array<String>]
|
1849
1856
|
attr_accessor :state_reasons
|
1850
1857
|
|
1858
|
+
# Output only. The time when the replica state was updated.
|
1859
|
+
# Corresponds to the JSON property `stateUpdateTime`
|
1860
|
+
# @return [String]
|
1861
|
+
attr_accessor :state_update_time
|
1862
|
+
|
1851
1863
|
def initialize(**args)
|
1852
1864
|
update!(**args)
|
1853
1865
|
end
|
@@ -1858,6 +1870,7 @@ module Google
|
|
1858
1870
|
@peer_instance = args[:peer_instance] if args.key?(:peer_instance)
|
1859
1871
|
@state = args[:state] if args.key?(:state)
|
1860
1872
|
@state_reasons = args[:state_reasons] if args.key?(:state_reasons)
|
1873
|
+
@state_update_time = args[:state_update_time] if args.key?(:state_update_time)
|
1861
1874
|
end
|
1862
1875
|
end
|
1863
1876
|
|
@@ -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.58.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 = "20250731"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -526,6 +526,7 @@ module Google
|
|
526
526
|
class Instance
|
527
527
|
# @private
|
528
528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
529
|
+
property :backend_type, as: 'backendType'
|
529
530
|
property :capacity_gb, :numeric_string => true, as: 'capacityGb'
|
530
531
|
property :capacity_step_size_gb, :numeric_string => true, as: 'capacityStepSizeGb'
|
531
532
|
property :create_time, as: 'createTime'
|
@@ -767,6 +768,7 @@ module Google
|
|
767
768
|
property :peer_instance, as: 'peerInstance'
|
768
769
|
property :state, as: 'state'
|
769
770
|
collection :state_reasons, as: 'stateReasons'
|
771
|
+
property :state_update_time, as: 'stateUpdateTime'
|
770
772
|
end
|
771
773
|
end
|
772
774
|
|
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.58.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.58.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: []
|