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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/workstations_v1/classes.rb +19 -15
- data/lib/google/apis/workstations_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e776a7703422b4773e414776672c1ca372a19b36d7fe2f7dbea9765ba7fd5d97
|
|
4
|
+
data.tar.gz: 7ba6302221bf973369b46ad6727b154d1b34f32f5c9218ba0a47344eb182ea0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74860796d879d745eca3405b691cf435e16491cc605f7ba13d5cef37b8c87767e94f92c552a4d842f0459bde91a579106a8cac50162ba4e4bed829938dc2a6b5
|
|
7
|
+
data.tar.gz: 1d93d8d5569d9f308163bc14f2d546d4753d525cb0480aa02ccadf5c771be147b7797abf8f46bb4e996a3d8acbd51da392b297fd1bfa04e7eac4610f8c739525
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
2400
|
-
#
|
|
2401
|
-
#
|
|
2402
|
-
#
|
|
2403
|
-
#
|
|
2404
|
-
#
|
|
2405
|
-
#
|
|
2406
|
-
#
|
|
2407
|
-
#
|
|
2408
|
-
#
|
|
2409
|
-
#
|
|
2410
|
-
#
|
|
2411
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|