google-apis-workstations_v1 0.33.0 → 0.34.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: 632effd5966443108cf70c8954d534db16f8e5b097456d40385c5ab5a8291517
4
- data.tar.gz: 3dcbf7cc7923726045b61b782a611a6d48078493befb33b2905e9637abee5719
3
+ metadata.gz: 8bee9f89009a82ad6b16bd602b0e68a14687256d6457b5a0bbf5706ffb5ee89b
4
+ data.tar.gz: 91ad85382ca978ee0568454bd30d799aa9d0e7f64ef5b6f0177ba913db896d48
5
5
  SHA512:
6
- metadata.gz: f44be910b98959d947e908081ecbaa8f1f06c467981455f3c981b77a53d931b8093c7da9567ab20dd4e07b61f6cfa662612fe65ea18b58daca62a462cfcdc956
7
- data.tar.gz: 7b45d32856bb5937e652fc0ff3a1935964426541ed4de02e587f152db1f20a305e580e6bd4a16bfd8610aabfa31f3e5f7ad6cf508324abe819dc223805f8a5a8
6
+ metadata.gz: 294d8d17c07e028be4bd87f0aa68670e0e55daaad36fc12a994f640c0ab84f4f07b94cc21213985e2e4403124a1842ee7468a5c45063034c747308824daa0925
7
+ data.tar.gz: 66fc9789b0d501e3b8ef6b3c334058d4730824c330d4ebe9a52a6d0da9c99a927ff524a646eabba4137e120a378c4155f75b855125f3dc13f59f83e5c7bb1b61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.34.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260413
6
+
3
7
  ### v0.33.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260401
@@ -868,6 +868,15 @@ module Google
868
868
  class GceRegionalPersistentDisk
869
869
  include Google::Apis::Core::Hashable
870
870
 
871
+ # Optional. Number of seconds to wait after initially creating or subsequently
872
+ # shutting down the workstation before converting its disk into a snapshot. This
873
+ # generally saves costs at the expense of greater startup time on next
874
+ # workstation start, as the service will need to create a disk from the archival
875
+ # snapshot. A value of `"0s"` indicates that the disk will never be archived.
876
+ # Corresponds to the JSON property `archiveTimeout`
877
+ # @return [String]
878
+ attr_accessor :archive_timeout
879
+
871
880
  # Optional. The [type of the persistent disk](https://cloud.google.com/compute/
872
881
  # docs/disks#disk-types) for the home directory. Defaults to `"pd-standard"`.
873
882
  # Corresponds to the JSON property `diskType`
@@ -908,6 +917,7 @@ module Google
908
917
 
909
918
  # Update properties of this object
910
919
  def update!(**args)
920
+ @archive_timeout = args[:archive_timeout] if args.key?(:archive_timeout)
911
921
  @disk_type = args[:disk_type] if args.key?(:disk_type)
912
922
  @fs_type = args[:fs_type] if args.key?(:fs_type)
913
923
  @reclaim_policy = args[:reclaim_policy] if args.key?(:reclaim_policy)
@@ -2367,11 +2377,10 @@ module Google
2367
2377
  attr_accessor :replica_zones
2368
2378
 
2369
2379
  # Optional. Number of seconds that a workstation can run until it is
2370
- # automatically shut down. This field applies to workstations in both
2371
- # STATE_RUNNING and STATE_SUSPENDED. We recommend that workstations be shut down
2372
- # daily to reduce costs and so that security updates can be applied upon restart.
2373
- # The idle_timeout and running_timeout fields are independent of each other.
2374
- # Note that the running_timeout field shuts down VMs after the specified time,
2380
+ # automatically shut down. We recommend that workstations be shut down daily to
2381
+ # reduce costs and so that security updates can be applied upon restart. The
2382
+ # idle_timeout and running_timeout fields are independent of each other. Note
2383
+ # that the running_timeout field shuts down VMs after the specified time,
2375
2384
  # regardless of whether or not the VMs are idle. Provide duration terminated by `
2376
2385
  # s` for seconds—for example, `"54000s"` (15 hours). Defaults to `"43200s"` (12
2377
2386
  # hours). A value of `"0s"` indicates that workstations using this configuration
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.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 = "20260401"
25
+ REVISION = "20260413"
26
26
  end
27
27
  end
28
28
  end
@@ -483,6 +483,7 @@ module Google
483
483
  class GceRegionalPersistentDisk
484
484
  # @private
485
485
  class Representation < Google::Apis::Core::JsonRepresentation
486
+ property :archive_timeout, as: 'archiveTimeout'
486
487
  property :disk_type, as: 'diskType'
487
488
  property :fs_type, as: 'fsType'
488
489
  property :reclaim_policy, as: 'reclaimPolicy'
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.33.0
4
+ version: 0.34.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.33.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.34.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: