Skip to content

Commit 140dd8e

Browse files
feat: Automated regeneration of parallelstore v1 client (googleapis#21869)
Auto-created at 2025-02-26 21:21:02 +0000 using the toys pull request generator.
1 parent d63a250 commit 140dd8e

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

generated/google-apis-parallelstore_v1/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-parallelstore_v1
22

3+
### v0.4.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250219
6+
37
### v0.3.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250102

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

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,15 @@ class Instance
214214
# @return [String]
215215
attr_accessor :create_time
216216

217-
# Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`:
218-
# the instance is a scratch instance. * `PERSISTENT`: the instance is a
219-
# persistent instance.
217+
# Output only. Deprecated 'daos_version' field. Output only. The version of DAOS
218+
# software running in the instance.
219+
# Corresponds to the JSON property `daosVersion`
220+
# @return [String]
221+
attr_accessor :daos_version
222+
223+
# Optional. Immutable. The deployment type of the instance. Allowed values are: *
224+
# `SCRATCH`: the instance is a scratch instance. * `PERSISTENT`: the instance
225+
# is a persistent instance.
220226
# Corresponds to the JSON property `deploymentType`
221227
# @return [String]
222228
attr_accessor :deployment_type
@@ -226,7 +232,7 @@ class Instance
226232
# @return [String]
227233
attr_accessor :description
228234

229-
# Optional. Stripe level for directories. Allowed values are: * `
235+
# Optional. Immutable. Stripe level for directories. Allowed values are: * `
230236
# DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small
231237
# number of files. * `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for
232238
# workloads involving a mix of small and large directories. * `
@@ -243,8 +249,8 @@ class Instance
243249
# @return [String]
244250
attr_accessor :effective_reserved_ip_range
245251

246-
# Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN`
247-
# : offers the best performance for small size files. * `
252+
# Optional. Immutable. Stripe level for files. Allowed values are: * `
253+
# FILE_STRIPE_LEVEL_MIN`: offers the best performance for small size files. * `
248254
# FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a
249255
# mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher throughput
250256
# performance for larger files.
@@ -299,6 +305,7 @@ def update!(**args)
299305
@access_points = args[:access_points] if args.key?(:access_points)
300306
@capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
301307
@create_time = args[:create_time] if args.key?(:create_time)
308+
@daos_version = args[:daos_version] if args.key?(:daos_version)
302309
@deployment_type = args[:deployment_type] if args.key?(:deployment_type)
303310
@description = args[:description] if args.key?(:description)
304311
@directory_stripe_level = args[:directory_stripe_level] if args.key?(:directory_stripe_level)

generated/google-apis-parallelstore_v1/lib/google/apis/parallelstore_v1/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 ParallelstoreV1
1818
# Version of the google-apis-parallelstore_v1 gem
19-
GEM_VERSION = "0.3.0"
19+
GEM_VERSION = "0.4.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250102"
25+
REVISION = "20250219"
2626
end
2727
end
2828
end

generated/google-apis-parallelstore_v1/lib/google/apis/parallelstore_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
174174
collection :access_points, as: 'accessPoints'
175175
property :capacity_gib, :numeric_string => true, as: 'capacityGib'
176176
property :create_time, as: 'createTime'
177+
property :daos_version, as: 'daosVersion'
177178
property :deployment_type, as: 'deploymentType'
178179
property :description, as: 'description'
179180
property :directory_stripe_level, as: 'directoryStripeLevel'

0 commit comments

Comments
 (0)