google-apis-workstations_v1beta 0.52.0 → 0.53.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: a1110972e973b621f652cd0ca4a2d097749c4697e47cb13a757e2b0c03c47274
4
- data.tar.gz: db57ef78b8dddf896c1864182eacde5814abdccdefd71814570ed0cc476248c0
3
+ metadata.gz: 79baaff78ded9c70cf18280a2dfe82b15061f8055dc4c6287fc37151ccef5752
4
+ data.tar.gz: 261f58fd2a7f987cd5427c6292f5710d7cfc82eae4194deee2fffffcedc591d0
5
5
  SHA512:
6
- metadata.gz: 4af457a470347f061f27907a86ae0664a1d77b77100e7198f45165ba0b90715658b3396706641bb1273be7d720b426434d0dfc01a77294da5096ef4cf375c8fa
7
- data.tar.gz: d1d98c57fb781d7a4caa129d0fa634de9c9bff918e605d6bc0c8524c33b51bb2bd57adacfd09b8c80361a69a287bcd59672310f72e18de5fe3ed7c4a69913aa3
6
+ metadata.gz: 63ee75dacb4b3642a6902c05bef8fc4ccce60bcd43c998bfe28d73246739be1776c02bfdb855599dc89db0868b8214362eaddd8b602db2b116970d707b4575d3
7
+ data.tar.gz: d06daca3e4bcb15228a1b95100c35aab0e810938d2d794e492f8925067602195fb4f3b8fab4a081452ecfcea8295d359f69ec222056c1071c2f6520e617002e1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.53.0 (2026-08-16)
4
+
5
+ * Regenerated from discovery document revision 20260807
6
+
3
7
  ### v0.52.0 (2026-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20260705
@@ -571,7 +571,9 @@ module Google
571
571
  attr_accessor :archive_timeout
572
572
 
573
573
  # Optional. Maximum size in GB to which this persistent directory can be resized.
574
- # Defaults to unlimited if not set.
574
+ # Defaults to `0`, which indicates no maximum limit is enforced by this
575
+ # configuration. Resizing is still subject to the quotas and limits of the
576
+ # underlying disk type.
575
577
  # Corresponds to the JSON property `maxSizeGb`
576
578
  # @return [Fixnum]
577
579
  attr_accessor :max_size_gb
@@ -912,7 +914,9 @@ module Google
912
914
  attr_accessor :fs_type
913
915
 
914
916
  # Optional. Maximum size in GB to which this persistent directory can be resized.
915
- # Defaults to unlimited if not set.
917
+ # Defaults to `0`, which indicates no maximum limit is enforced by this
918
+ # configuration. Resizing is still subject to the quotas and limits of the
919
+ # underlying disk type.
916
920
  # Corresponds to the JSON property `maxSizeGb`
917
921
  # @return [Fixnum]
918
922
  attr_accessor :max_size_gb
@@ -2605,19 +2609,19 @@ module Google
2605
2609
  # @return [Array<String>]
2606
2610
  attr_accessor :replica_zones
2607
2611
 
2608
- # Optional. Number of seconds that a workstation can run until it is
2609
- # automatically shut down. We recommend that workstations be shut down daily to
2610
- # reduce costs and so that security updates can be applied upon restart. The
2611
- # idle_timeout and running_timeout fields are independent of each other. Note
2612
- # that the running_timeout field shuts down VMs after the specified time,
2613
- # regardless of whether or not the VMs are idle. Provide duration terminated by `
2614
- # s` for seconds—for example, `"54000s"` (15 hours). Defaults to `"43200s"` (12
2615
- # hours). A value of `"0s"` indicates that workstations using this configuration
2616
- # should never time out. If encryption_key is set, it must be greater than `"0s"`
2617
- # and less than `"86400s"` (24 hours). Warning: A value of `"0s"` indicates
2618
- # that Cloud Workstations VMs created with this configuration have no maximum
2619
- # running time. This is strongly discouraged because you incur costs and will
2620
- # not pick up security updates.
2612
+ # Optional. Number of seconds to wait before automatically stopping a
2613
+ # workstation. We recommend that workstations be stopped daily so that security
2614
+ # updates can be applied upon restart. The idle_timeout and running_timeout
2615
+ # fields are independent of each other. Note that the running_timeout field
2616
+ # stops workstations after the specified time, regardless of whether or not the
2617
+ # workstations are idle. Provide duration terminated by `s` for seconds—for
2618
+ # example, `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `
2619
+ # "0s"` indicates that workstations using this configuration should never time
2620
+ # out. If encryption_key is set, it must be greater than `"0s"` and less than `"
2621
+ # 86400s"` (24 hours). Warning: A value of `"0s"` indicates that Cloud
2622
+ # Workstations VMs created with this configuration have no maximum running time.
2623
+ # This is strongly discouraged because you incur costs and will not pick up
2624
+ # security updates.
2621
2625
  # Corresponds to the JSON property `runningTimeout`
2622
2626
  # @return [String]
2623
2627
  attr_accessor :running_timeout
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.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 = "20260705"
25
+ REVISION = "20260807"
26
26
  end
27
27
  end
28
28
  end
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.52.0
4
+ version: 0.53.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.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.53.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: