google-apis-file_v1beta1 0.57.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
@@ -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)
|
@@ -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
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'
|
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:
|