google-apis-netapp_v1 0.10.0 → 0.11.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: 883decd247eceec704d82cc2816f905cdcca202b73e7f2d691c65283fbdf9c08
4
- data.tar.gz: addde653c7a196c6b850abe4e427695b1a30ede4f20f86ce9e6169a914a4df01
3
+ metadata.gz: 6032ea6c38ef89fc3081a3740733bc14cd22d74fed5876a8d5ce650f4b426c94
4
+ data.tar.gz: 6577185e091c3f377d4415e5818f38412184688ac60d1a21dec54b4d9c7d7e69
5
5
  SHA512:
6
- metadata.gz: 54d4cd9c2d38e4cf8e0c822440a8e57ef292c2215896922650b1e1d1a95d348c9aa2d5ad8784d3f1c8689d02e88e9a8d4f19ce00ad4ffb4527cfd7a133df61e3
7
- data.tar.gz: 1f0ec550c845a1ac2b6d3c2813823c3f9ef30ab2eb81eba70d22579e9ce9dc1aa00da293c6ed696fc3581913b4b47d7b43d83f4934863c769500eff101d01f67
6
+ metadata.gz: fe92d4125bcc208a731b815d296273a52af09f65d30ab54accd6b6080c4f95c3c13a02e58a705fb65516ff15d765a8af24b3bf024d6455cdced19513cc475b90
7
+ data.tar.gz: 489c4e8bbde04de18c2d2c9c3dacf7883d083612847dc7e3bf81d13a1b86640e07cb59c659466cc431fb4f115929a5b0d5995844fa629f9d0fd77d2eacb2f74a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-netapp_v1
2
2
 
3
+ ### v0.11.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250528
6
+
3
7
  ### v0.10.0 (2025-05-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20250519
@@ -426,7 +426,7 @@ module Google
426
426
  # @return [Fixnum]
427
427
  attr_accessor :backup_minimum_enforced_retention_days
428
428
 
429
- # Optional. Indicates if the daily backups are immutable. Atleast one of
429
+ # Optional. Indicates if the daily backups are immutable. At least one of
430
430
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
431
431
  # manual_backup_immutable must be true.
432
432
  # Corresponds to the JSON property `dailyBackupImmutable`
@@ -434,7 +434,7 @@ module Google
434
434
  attr_accessor :daily_backup_immutable
435
435
  alias_method :daily_backup_immutable?, :daily_backup_immutable
436
436
 
437
- # Optional. Indicates if the manual backups are immutable. Atleast one of
437
+ # Optional. Indicates if the manual backups are immutable. At least one of
438
438
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
439
439
  # manual_backup_immutable must be true.
440
440
  # Corresponds to the JSON property `manualBackupImmutable`
@@ -442,7 +442,7 @@ module Google
442
442
  attr_accessor :manual_backup_immutable
443
443
  alias_method :manual_backup_immutable?, :manual_backup_immutable
444
444
 
445
- # Optional. Indicates if the monthly backups are immutable. Atleast one of
445
+ # Optional. Indicates if the monthly backups are immutable. At least one of
446
446
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
447
447
  # manual_backup_immutable must be true.
448
448
  # Corresponds to the JSON property `monthlyBackupImmutable`
@@ -450,7 +450,7 @@ module Google
450
450
  attr_accessor :monthly_backup_immutable
451
451
  alias_method :monthly_backup_immutable?, :monthly_backup_immutable
452
452
 
453
- # Optional. Indicates if the weekly backups are immutable. Atleast one of
453
+ # Optional. Indicates if the weekly backups are immutable. At least one of
454
454
  # daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and
455
455
  # manual_backup_immutable must be true.
456
456
  # Corresponds to the JSON property `weeklyBackupImmutable`
@@ -1374,6 +1374,12 @@ module Google
1374
1374
  class LocationMetadata
1375
1375
  include Google::Apis::Core::Hashable
1376
1376
 
1377
+ # Output only. Indicates if the location has VCP support.
1378
+ # Corresponds to the JSON property `hasVcp`
1379
+ # @return [Boolean]
1380
+ attr_accessor :has_vcp
1381
+ alias_method :has_vcp?, :has_vcp
1382
+
1377
1383
  # Output only. Supported flex performance in a location.
1378
1384
  # Corresponds to the JSON property `supportedFlexPerformance`
1379
1385
  # @return [Array<String>]
@@ -1390,6 +1396,7 @@ module Google
1390
1396
 
1391
1397
  # Update properties of this object
1392
1398
  def update!(**args)
1399
+ @has_vcp = args[:has_vcp] if args.key?(:has_vcp)
1393
1400
  @supported_flex_performance = args[:supported_flex_performance] if args.key?(:supported_flex_performance)
1394
1401
  @supported_service_levels = args[:supported_service_levels] if args.key?(:supported_service_levels)
1395
1402
  end
@@ -2254,13 +2261,13 @@ module Google
2254
2261
  # @return [String]
2255
2262
  attr_accessor :state_details
2256
2263
 
2257
- # Optional. Custom Performance Total IOPS of the pool If not provided, it will
2264
+ # Optional. Custom Performance Total IOPS of the pool if not provided, it will
2258
2265
  # be calculated based on the total_throughput_mibps
2259
2266
  # Corresponds to the JSON property `totalIops`
2260
2267
  # @return [Fixnum]
2261
2268
  attr_accessor :total_iops
2262
2269
 
2263
- # Optional. Custom Performance Total Throughput of the pool (in MiB/s)
2270
+ # Optional. Custom Performance Total Throughput of the pool (in MiBps)
2264
2271
  # Corresponds to the JSON property `totalThroughputMibps`
2265
2272
  # @return [Fixnum]
2266
2273
  attr_accessor :total_throughput_mibps
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetappV1
18
18
  # Version of the google-apis-netapp_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.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 = "20250519"
25
+ REVISION = "20250528"
26
26
  end
27
27
  end
28
28
  end
@@ -701,6 +701,7 @@ module Google
701
701
  class LocationMetadata
702
702
  # @private
703
703
  class Representation < Google::Apis::Core::JsonRepresentation
704
+ property :has_vcp, as: 'hasVcp'
704
705
  collection :supported_flex_performance, as: 'supportedFlexPerformance'
705
706
  collection :supported_service_levels, as: 'supportedServiceLevels'
706
707
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-netapp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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-netapp_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-netapp_v1/v0.11.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-netapp_v1
62
62
  rdoc_options: []
63
63
  require_paths: