google-apis-workstations_v1beta 0.53.0 → 0.54.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: 79baaff78ded9c70cf18280a2dfe82b15061f8055dc4c6287fc37151ccef5752
4
- data.tar.gz: 261f58fd2a7f987cd5427c6292f5710d7cfc82eae4194deee2fffffcedc591d0
3
+ metadata.gz: 0e98653d5e07ead0d6c59f09f4a34b1a03f69fe72b73119540b11f5ce9c9969b
4
+ data.tar.gz: b89d662133a6f70c3bb1a2c33744540daa94162a1143cc34df94611b256b668a
5
5
  SHA512:
6
- metadata.gz: 63ee75dacb4b3642a6902c05bef8fc4ccce60bcd43c998bfe28d73246739be1776c02bfdb855599dc89db0868b8214362eaddd8b602db2b116970d707b4575d3
7
- data.tar.gz: d06daca3e4bcb15228a1b95100c35aab0e810938d2d794e492f8925067602195fb4f3b8fab4a081452ecfcea8295d359f69ec222056c1071c2f6520e617002e1
6
+ metadata.gz: d8fc11c7bb564d91dbfc6450d6191e2ed0d0b52c2c556f555547ac075923a321014024380a2efc5ece80503ad9631688aedbeafb479cea8d2127251554b2716d
7
+ data.tar.gz: 59bff8383c8c46a04996f785476505669129c386ae2abc02344cf5dd8b628cee1e5772e8ed761f922e99144aaeca9359f8feba86bdf58c68cc6b36ae1994e24d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.54.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260819
6
+
3
7
  ### v0.53.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260807
@@ -578,6 +578,20 @@ module Google
578
578
  # @return [Fixnum]
579
579
  attr_accessor :max_size_gb
580
580
 
581
+ # Optional. Indicates how many IOPS to provision for the disk. This sets the
582
+ # number of I/O operations per second that the disk can handle. Values must be
583
+ # between 3000 and 100,000.
584
+ # Corresponds to the JSON property `provisionedIops`
585
+ # @return [Fixnum]
586
+ attr_accessor :provisioned_iops
587
+
588
+ # Optional. Indicates how much throughput to provision for the disk. This sets
589
+ # the number of throughput mb per second that the disk can handle. Values must
590
+ # be between 1 and 2,400.
591
+ # Corresponds to the JSON property `provisionedThroughput`
592
+ # @return [Fixnum]
593
+ attr_accessor :provisioned_throughput
594
+
581
595
  # Optional. Whether the persistent disk should be deleted when the workstation
582
596
  # is deleted. Valid values are `DELETE` and `RETAIN`. Defaults to `DELETE`.
583
597
  # Corresponds to the JSON property `reclaimPolicy`
@@ -606,6 +620,8 @@ module Google
606
620
  def update!(**args)
607
621
  @archive_timeout = args[:archive_timeout] if args.key?(:archive_timeout)
608
622
  @max_size_gb = args[:max_size_gb] if args.key?(:max_size_gb)
623
+ @provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
624
+ @provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
609
625
  @reclaim_policy = args[:reclaim_policy] if args.key?(:reclaim_policy)
610
626
  @size_gb = args[:size_gb] if args.key?(:size_gb)
611
627
  @source_snapshot = args[:source_snapshot] if args.key?(:source_snapshot)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1beta
18
18
  # Version of the google-apis-workstations_v1beta gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260807"
25
+ REVISION = "20260819"
26
26
  end
27
27
  end
28
28
  end
@@ -461,6 +461,8 @@ module Google
461
461
  class Representation < Google::Apis::Core::JsonRepresentation
462
462
  property :archive_timeout, as: 'archiveTimeout'
463
463
  property :max_size_gb, as: 'maxSizeGb'
464
+ property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
465
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
464
466
  property :reclaim_policy, as: 'reclaimPolicy'
465
467
  property :size_gb, as: 'sizeGb'
466
468
  property :source_snapshot, as: 'sourceSnapshot'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workstations_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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-workstations_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.53.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: