File tree Expand file tree Collapse file tree 5 files changed +15
-2
lines changed
generated/google-apis-file_v1beta1
lib/google/apis/file_v1beta1 Expand file tree Collapse file tree 5 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -240393,6 +240393,7 @@
240393
240393
"/file:v1beta1/IOPSPerTB/maxIopsPerTb": max_iops_per_tb
240394
240394
"/file:v1beta1/IOPSPerTB/maxReadIopsPerTb": max_read_iops_per_tb
240395
240395
"/file:v1beta1/Instance": instance
240396
+ "/file:v1beta1/Instance/backendType": backend_type
240396
240397
"/file:v1beta1/Instance/capacityGb": capacity_gb
240397
240398
"/file:v1beta1/Instance/capacityStepSizeGb": capacity_step_size_gb
240398
240399
"/file:v1beta1/Instance/configurablePerformanceEnabled": configurable_performance_enabled
Original file line number Diff line number Diff line change 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
+
3
7
### v0.57.0 (2025-07-27)
4
8
5
9
* Regenerated from discovery document revision 20250716
Original file line number Diff line number Diff line change @@ -848,6 +848,12 @@ def update!(**args)
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 @@ def initialize(**args)
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 )
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.57 .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 = "20250716 "
25
+ REVISION = "20250731 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -526,6 +526,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
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'
You can’t perform that action at this time.
0 commit comments