google-apis-workstations_v1 0.21.0 → 0.22.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 +13 -8
- data/lib/google/apis/workstations_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bf786505844b90d359a13ee63eb0b38ec9ae441bf94d4b168caf51ce713d5af4
|
4
|
+
data.tar.gz: '0977854863228245647c4c9be49ece7a126faaf55508298905c08ae3524c8f25'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 334327c003207676fbf0687a5dfde9fe8c16e6be320110db74e6108a1ea11d0c85512ff7ce5e89b86ca721aac9b01e132ad40c9a705c4ebefb27cab6ef655315
|
7
|
+
data.tar.gz: abec4c956a976d19c0da366075ba392a507e0aeab1d1ad8fb7c69c4a6b535fe89a8ba97c7eeec1cb2778208d3f04404a424d8e9f0838a7d8f2d6748a15eb4962
|
data/CHANGELOG.md
CHANGED
@@ -804,7 +804,8 @@ module Google
|
|
804
804
|
attr_accessor :size_gb
|
805
805
|
|
806
806
|
# Optional. Name of the snapshot to use as the source for the disk. If set,
|
807
|
-
# size_gb and fs_type must be empty.
|
807
|
+
# size_gb and fs_type must be empty. Must be formatted as ext4 file system with
|
808
|
+
# no partitions.
|
808
809
|
# Corresponds to the JSON property `sourceSnapshot`
|
809
810
|
# @return [String]
|
810
811
|
attr_accessor :source_snapshot
|
@@ -1935,8 +1936,8 @@ module Google
|
|
1935
1936
|
attr_accessor :create_time
|
1936
1937
|
|
1937
1938
|
# Output only. Whether this workstation cluster is in degraded mode, in which
|
1938
|
-
# case it may require user action to restore full functionality.
|
1939
|
-
#
|
1939
|
+
# case it may require user action to restore full functionality. The conditions
|
1940
|
+
# field contains detailed information about the status of the cluster.
|
1940
1941
|
# Corresponds to the JSON property `degraded`
|
1941
1942
|
# @return [Boolean]
|
1942
1943
|
attr_accessor :degraded
|
@@ -2001,8 +2002,9 @@ module Google
|
|
2001
2002
|
# @return [String]
|
2002
2003
|
attr_accessor :subnetwork
|
2003
2004
|
|
2004
|
-
# Optional. Tag keys/values directly bound to this
|
2005
|
-
# environment": "production", "123/costCenter": "
|
2005
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2006
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2007
|
+
# marketing"
|
2006
2008
|
# Corresponds to the JSON property `tags`
|
2007
2009
|
# @return [Hash<String,String>]
|
2008
2010
|
attr_accessor :tags
|
@@ -2067,7 +2069,8 @@ module Google
|
|
2067
2069
|
# @return [Hash<String,String>]
|
2068
2070
|
attr_accessor :annotations
|
2069
2071
|
|
2070
|
-
# Output only. Status conditions describing the
|
2072
|
+
# Output only. Status conditions describing the workstation configuration's
|
2073
|
+
# current state.
|
2071
2074
|
# Corresponds to the JSON property `conditions`
|
2072
2075
|
# @return [Array<Google::Apis::WorkstationsV1::Status>]
|
2073
2076
|
attr_accessor :conditions
|
@@ -2082,8 +2085,10 @@ module Google
|
|
2082
2085
|
# @return [String]
|
2083
2086
|
attr_accessor :create_time
|
2084
2087
|
|
2085
|
-
# Output only. Whether this
|
2086
|
-
# user action to restore full functionality.
|
2088
|
+
# Output only. Whether this workstation configuration is in degraded mode, in
|
2089
|
+
# which case it may require user action to restore full functionality. The
|
2090
|
+
# conditions field contains detailed information about the status of the
|
2091
|
+
# configuration.
|
2087
2092
|
# Corresponds to the JSON property `degraded`
|
2088
2093
|
# @return [Boolean]
|
2089
2094
|
attr_accessor :degraded
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.22.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:
|