Skip to content

Commit cbe1bb4

Browse files
feat: Automated regeneration of file v1beta1 client (googleapis#23883)
Auto-created at 2025-08-10 09:40:44 +0000 using the toys pull request generator.
1 parent 08af07b commit cbe1bb4

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240393,6 +240393,7 @@
240393240393
"/file:v1beta1/IOPSPerTB/maxIopsPerTb": max_iops_per_tb
240394240394
"/file:v1beta1/IOPSPerTB/maxReadIopsPerTb": max_read_iops_per_tb
240395240395
"/file:v1beta1/Instance": instance
240396+
"/file:v1beta1/Instance/backendType": backend_type
240396240397
"/file:v1beta1/Instance/capacityGb": capacity_gb
240397240398
"/file:v1beta1/Instance/capacityStepSizeGb": capacity_step_size_gb
240398240399
"/file:v1beta1/Instance/configurablePerformanceEnabled": configurable_performance_enabled

generated/google-apis-file_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-file_v1beta1
22

3+
### v0.58.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250731
6+
37
### v0.57.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250716

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,12 @@ def update!(**args)
848848
class Instance
849849
include Google::Apis::Core::Hashable
850850

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+
851857
# The storage capacity of the instance in gigabytes (GB = 1024^3 bytes). This
852858
# capacity can be increased up to `max_capacity_gb` GB in multipliers of `
853859
# capacity_step_size_gb` GB.
@@ -1024,6 +1030,7 @@ def initialize(**args)
10241030

10251031
# Update properties of this object
10261032
def update!(**args)
1033+
@backend_type = args[:backend_type] if args.key?(:backend_type)
10271034
@capacity_gb = args[:capacity_gb] if args.key?(:capacity_gb)
10281035
@capacity_step_size_gb = args[:capacity_step_size_gb] if args.key?(:capacity_step_size_gb)
10291036
@create_time = args[:create_time] if args.key?(:create_time)

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

Lines changed: 2 additions & 2 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.57.0"
19+
GEM_VERSION = "0.58.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250716"
25+
REVISION = "20250731"
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
@@ -526,6 +526,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
526526
class Instance
527527
# @private
528528
class Representation < Google::Apis::Core::JsonRepresentation
529+
property :backend_type, as: 'backendType'
529530
property :capacity_gb, :numeric_string => true, as: 'capacityGb'
530531
property :capacity_step_size_gb, :numeric_string => true, as: 'capacityStepSizeGb'
531532
property :create_time, as: 'createTime'

0 commit comments

Comments
 (0)