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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79baaff78ded9c70cf18280a2dfe82b15061f8055dc4c6287fc37151ccef5752
|
|
4
|
+
data.tar.gz: 261f58fd2a7f987cd5427c6292f5710d7cfc82eae4194deee2fffffcedc591d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63ee75dacb4b3642a6902c05bef8fc4ccce60bcd43c998bfe28d73246739be1776c02bfdb855599dc89db0868b8214362eaddd8b602db2b116970d707b4575d3
|
|
7
|
+
data.tar.gz: d06daca3e4bcb15228a1b95100c35aab0e810938d2d794e492f8925067602195fb4f3b8fab4a081452ecfcea8295d359f69ec222056c1071c2f6520e617002e1
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
2609
|
-
#
|
|
2610
|
-
#
|
|
2611
|
-
#
|
|
2612
|
-
#
|
|
2613
|
-
#
|
|
2614
|
-
#
|
|
2615
|
-
#
|
|
2616
|
-
#
|
|
2617
|
-
#
|
|
2618
|
-
#
|
|
2619
|
-
#
|
|
2620
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|