google-apis-workstations_v1 0.37.0 → 0.38.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: a51a193d16ca18e3887bea1a6efa7e8351802247139624db74915f76145da6c3
4
- data.tar.gz: 2fb308a152998c6404dcd62ea9dc50904ea42494c3e643d5d0484fa8d4e773c8
3
+ metadata.gz: e776a7703422b4773e414776672c1ca372a19b36d7fe2f7dbea9765ba7fd5d97
4
+ data.tar.gz: 7ba6302221bf973369b46ad6727b154d1b34f32f5c9218ba0a47344eb182ea0f
5
5
  SHA512:
6
- metadata.gz: b64ebb53b8188b282969373d4bb643cea89de0b4c3a67b76dfb537659e3e6bb7bcfdb85cca8bc0d54f9a3655e4200eac0c3048edbdbfd4be74119d8e7982b11a
7
- data.tar.gz: 8ce2fb7a0b1e60436af71f97ababde63c8c4c2b57401f94939d937dbd4e6f8f11764e60f8fb4530eccccba25c8cb63367edd4717e822873a713e0958a7937458
6
+ metadata.gz: 74860796d879d745eca3405b691cf435e16491cc605f7ba13d5cef37b8c87767e94f92c552a4d842f0459bde91a579106a8cac50162ba4e4bed829938dc2a6b5
7
+ data.tar.gz: 1d93d8d5569d9f308163bc14f2d546d4753d525cb0480aa02ccadf5c771be147b7797abf8f46bb4e996a3d8acbd51da392b297fd1bfa04e7eac4610f8c739525
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.38.0 (2026-08-16)
4
+
5
+ * Regenerated from discovery document revision 20260807
6
+
3
7
  ### v0.37.0 (2026-06-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20260604
@@ -564,7 +564,9 @@ module Google
564
564
  attr_accessor :archive_timeout
565
565
 
566
566
  # Optional. Maximum size in GB to which this persistent directory can be resized.
567
- # Defaults to unlimited if not set.
567
+ # Defaults to `0`, which indicates no maximum limit is enforced by this
568
+ # configuration. Resizing is still subject to the quotas and limits of the
569
+ # underlying disk type.
568
570
  # Corresponds to the JSON property `maxSizeGb`
569
571
  # @return [Fixnum]
570
572
  attr_accessor :max_size_gb
@@ -898,7 +900,9 @@ module Google
898
900
  attr_accessor :fs_type
899
901
 
900
902
  # Optional. Maximum size in GB to which this persistent directory can be resized.
901
- # Defaults to unlimited if not set.
903
+ # Defaults to `0`, which indicates no maximum limit is enforced by this
904
+ # configuration. Resizing is still subject to the quotas and limits of the
905
+ # underlying disk type.
902
906
  # Corresponds to the JSON property `maxSizeGb`
903
907
  # @return [Fixnum]
904
908
  attr_accessor :max_size_gb
@@ -2396,19 +2400,19 @@ module Google
2396
2400
  # @return [Array<String>]
2397
2401
  attr_accessor :replica_zones
2398
2402
 
2399
- # Optional. Number of seconds that a workstation can run until it is
2400
- # automatically shut down. We recommend that workstations be shut down daily to
2401
- # reduce costs and so that security updates can be applied upon restart. The
2402
- # idle_timeout and running_timeout fields are independent of each other. Note
2403
- # that the running_timeout field shuts down VMs after the specified time,
2404
- # regardless of whether or not the VMs are idle. Provide duration terminated by `
2405
- # s` for seconds—for example, `"54000s"` (15 hours). Defaults to `"43200s"` (12
2406
- # hours). A value of `"0s"` indicates that workstations using this configuration
2407
- # should never time out. If encryption_key is set, it must be greater than `"0s"`
2408
- # and less than `"86400s"` (24 hours). Warning: A value of `"0s"` indicates
2409
- # that Cloud Workstations VMs created with this configuration have no maximum
2410
- # running time. This is strongly discouraged because you incur costs and will
2411
- # not pick up security updates.
2403
+ # Optional. Number of seconds to wait before automatically stopping a
2404
+ # workstation. We recommend that workstations be stopped daily so that security
2405
+ # updates can be applied upon restart. The idle_timeout and running_timeout
2406
+ # fields are independent of each other. Note that the running_timeout field
2407
+ # stops workstations after the specified time, regardless of whether or not the
2408
+ # workstations are idle. Provide duration terminated by `s` for seconds—for
2409
+ # example, `"54000s"` (15 hours). Defaults to `"43200s"` (12 hours). A value of `
2410
+ # "0s"` indicates that workstations using this configuration should never time
2411
+ # out. If encryption_key is set, it must be greater than `"0s"` and less than `"
2412
+ # 86400s"` (24 hours). Warning: A value of `"0s"` indicates that Cloud
2413
+ # Workstations VMs created with this configuration have no maximum running time.
2414
+ # This is strongly discouraged because you incur costs and will not pick up
2415
+ # security updates.
2412
2416
  # Corresponds to the JSON property `runningTimeout`
2413
2417
  # @return [String]
2414
2418
  attr_accessor :running_timeout
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1
18
18
  # Version of the google-apis-workstations_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.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 = "20260604"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.38.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1
62
62
  rdoc_options: []
63
63
  require_paths: