google-apis-parallelstore_v1 0.3.0 → 0.4.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: 4548b169bea20e08e5122b3ff7941a89fcff1e95303a646cb32e7bbe87848241
4
- data.tar.gz: f744475fe6385051d3002d7a6fb8ad8e4e4df06ecedf495a4bbda25d529bd457
3
+ metadata.gz: 66ccc5928ab560260ef205f657570181d21cd69146c7090848d95e11727c0689
4
+ data.tar.gz: 1428b84bb678c3eb910c6f7f939cacb3cd69351fb623271bedad5053fb46970d
5
5
  SHA512:
6
- metadata.gz: '02943b9d09cd6e2623c6da9a4128232cf438bc5ca4417068606640882556a48a4832dc0b92c9ae17aa3fbcaed2a71220b303687f805b3ba3fe17ccb245daa749'
7
- data.tar.gz: 5598ad306c3e8f53866337fbbfd7938a097f3a630598665a1e96a66926eef87989ac93aeb9ace9dc747ed85d395932bf8386229e62b18ccf9b9b05b3ee9b146b
6
+ metadata.gz: cdfd19a2381688cf486dbb7b77b07298489f1aad6dbeacf299eefa30a59bdbdf4b9846b9688b477f49ab1731f90cc14bf81b156b68e6a552e273d21297618b07
7
+ data.tar.gz: 2ba0161570f6c5fe928b1367c95d67fc2a54a78269a217472b82e2834703134869922e6da276e140c3a2003c3766fc8c88440d5d6679903a86c94af14bdc93ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-parallelstore_v1
2
2
 
3
+ ### v0.4.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250219
6
+
3
7
  ### v0.3.0 (2025-01-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20250102
@@ -214,9 +214,15 @@ module Google
214
214
  # @return [String]
215
215
  attr_accessor :create_time
216
216
 
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.
220
226
  # Corresponds to the JSON property `deploymentType`
221
227
  # @return [String]
222
228
  attr_accessor :deployment_type
@@ -226,7 +232,7 @@ module Google
226
232
  # @return [String]
227
233
  attr_accessor :description
228
234
 
229
- # Optional. Stripe level for directories. Allowed values are: * `
235
+ # Optional. Immutable. Stripe level for directories. Allowed values are: * `
230
236
  # DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small
231
237
  # number of files. * `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for
232
238
  # workloads involving a mix of small and large directories. * `
@@ -243,8 +249,8 @@ module Google
243
249
  # @return [String]
244
250
  attr_accessor :effective_reserved_ip_range
245
251
 
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. * `
248
254
  # FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a
249
255
  # mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher throughput
250
256
  # performance for larger files.
@@ -299,6 +305,7 @@ module Google
299
305
  @access_points = args[:access_points] if args.key?(:access_points)
300
306
  @capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
301
307
  @create_time = args[:create_time] if args.key?(:create_time)
308
+ @daos_version = args[:daos_version] if args.key?(:daos_version)
302
309
  @deployment_type = args[:deployment_type] if args.key?(:deployment_type)
303
310
  @description = args[:description] if args.key?(:description)
304
311
  @directory_stripe_level = args[:directory_stripe_level] if args.key?(:directory_stripe_level)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ParallelstoreV1
18
18
  # Version of the google-apis-parallelstore_v1 gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250102"
25
+ REVISION = "20250219"
26
26
  end
27
27
  end
28
28
  end
@@ -174,6 +174,7 @@ module Google
174
174
  collection :access_points, as: 'accessPoints'
175
175
  property :capacity_gib, :numeric_string => true, as: 'capacityGib'
176
176
  property :create_time, as: 'createTime'
177
+ property :daos_version, as: 'daosVersion'
177
178
  property :deployment_type, as: 'deploymentType'
178
179
  property :description, as: 'description'
179
180
  property :directory_stripe_level, as: 'directoryStripeLevel'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-parallelstore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-parallelstore_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.3.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.4.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parallelstore_v1
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.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Parallelstore API V1
79
79
  test_files: []