google-apis-workstations_v1beta 0.46.0 → 0.47.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: b71b4237f01b753ac8bddee3b7455f47a814f085adf389eb42a401bec473ade2
4
- data.tar.gz: dd5045d1bd382bced0af18805c96a1eafbdb0596613f4b9b2b4e8cd7878bc198
3
+ metadata.gz: efc570c74613b9b370cebd7188c5e5c28424ff65bfda1e242f6e4a5d31f44ecc
4
+ data.tar.gz: 9454f9b98801643da12f391263117b1469e6df5b51ec053addbe7a644498e86d
5
5
  SHA512:
6
- metadata.gz: 872430cd2c3daa7326dc31daa35c78037fdb77caf5214bb1bdbb622686381dbfa3ac7ca9a86ffd0fe5082b7e4ac2477e01d98a4f6453f5c0b4d939aed854cb30
7
- data.tar.gz: d18b15626cc67ccac36ae484a731b1d77409076cfbd6c67d226dc0c308dd775978b2e5c84cbb834d08194312270359b3f25cf04113cc24dc3738f82666683dc3
6
+ metadata.gz: 67faf8d84c53361ac1693a5bcf400b8171efb1e90e88021c11858ef33b9b92ef5a98da57496e09400f557b4a4f86ae78927e61ec6afebb5ea03bcb2299de6669
7
+ data.tar.gz: 46d3f3e16f9043b3b604ec082b3854d7868cce5a985fd957e642f6c8f5f671bbbd2e284d07e12eecfdec1c22eb28691d124ce9a2dcde4c7e6da42f6de0f51c34
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.47.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260113
6
+
3
7
  ### v0.46.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251202
@@ -738,8 +738,9 @@ module Google
738
738
  # service account must have [Permission to access the bucket and script file in
739
739
  # Cloud Storage](https://cloud.google.com/storage/docs/access-control/iam-
740
740
  # permissions). Otherwise, the script must be publicly accessible. Note that the
741
- # service regularly updates the OS version used, and it is the responsibility of
742
- # the user to ensure the script stays compatible with the OS version.
741
+ # service regularly updates the OS version of the host VM, and it is the
742
+ # responsibility of the user to ensure the script stays compatible with the OS
743
+ # version.
743
744
  # Corresponds to the JSON property `startupScriptUri`
744
745
  # @return [String]
745
746
  attr_accessor :startup_script_uri
@@ -881,6 +882,15 @@ module Google
881
882
  class GceRegionalPersistentDisk
882
883
  include Google::Apis::Core::Hashable
883
884
 
885
+ # Optional. Number of seconds to wait after initially creating or subsequently
886
+ # shutting down the workstation before converting its disk into a snapshot. This
887
+ # generally saves costs at the expense of greater startup time on next
888
+ # workstation start, as the service will need to create a disk from the archival
889
+ # snapshot. A value of `"0s"` indicates that the disk will never be archived.
890
+ # Corresponds to the JSON property `archiveTimeout`
891
+ # @return [String]
892
+ attr_accessor :archive_timeout
893
+
884
894
  # Optional. The [type of the persistent disk](https://cloud.google.com/compute/
885
895
  # docs/disks#disk-types) for the home directory. Defaults to `"pd-standard"`.
886
896
  # Corresponds to the JSON property `diskType`
@@ -921,6 +931,7 @@ module Google
921
931
 
922
932
  # Update properties of this object
923
933
  def update!(**args)
934
+ @archive_timeout = args[:archive_timeout] if args.key?(:archive_timeout)
924
935
  @disk_type = args[:disk_type] if args.key?(:disk_type)
925
936
  @fs_type = args[:fs_type] if args.key?(:fs_type)
926
937
  @reclaim_policy = args[:reclaim_policy] if args.key?(:reclaim_policy)
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.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 = "20251202"
25
+ REVISION = "20260113"
26
26
  end
27
27
  end
28
28
  end
@@ -493,6 +493,7 @@ module Google
493
493
  class GceRegionalPersistentDisk
494
494
  # @private
495
495
  class Representation < Google::Apis::Core::JsonRepresentation
496
+ property :archive_timeout, as: 'archiveTimeout'
496
497
  property :disk_type, as: 'diskType'
497
498
  property :fs_type, as: 'fsType'
498
499
  property :reclaim_policy, as: 'reclaimPolicy'
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.46.0
4
+ version: 0.47.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.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.47.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: