google-apis-workstations_v1beta 0.36.0 → 0.37.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: 9f13f44d4255c8106312517c05abf164109112408d30921239f9e117c2bab94a
|
4
|
+
data.tar.gz: 04cc14f2dc18a6b216d4433f8ae570c62a9c3f7c6a860d7d1a8634a661f29fe3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bb158854e01f44a62d11484baa6ca22ffbb148bf43d8e8e9ae498f9f0deab7b6d1b3dfaa8768ff0ea852a54a110fc549437b1c82734e1272b8348df748fa45c
|
7
|
+
data.tar.gz: 4744dc087d5400367f67edb84f722a3aa2bec809b900fc7e18f6a158c63e2a028304ad0f4e0b8c6bc6b4a5af22270bf5a4a55b3cac70362ce8d54ad2c1d8a64f
|
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
|
@@ -1767,8 +1768,8 @@ module Google
|
|
1767
1768
|
attr_accessor :create_time
|
1768
1769
|
|
1769
1770
|
# Output only. Whether this workstation is in degraded mode, in which case it
|
1770
|
-
# may require user action to restore full functionality.
|
1771
|
-
#
|
1771
|
+
# may require user action to restore full functionality. The conditions field
|
1772
|
+
# contains detailed information about the status of the workstation.
|
1772
1773
|
# Corresponds to the JSON property `degraded`
|
1773
1774
|
# @return [Boolean]
|
1774
1775
|
attr_accessor :degraded
|
@@ -1956,8 +1957,8 @@ module Google
|
|
1956
1957
|
attr_accessor :create_time
|
1957
1958
|
|
1958
1959
|
# Output only. Whether this workstation cluster is in degraded mode, in which
|
1959
|
-
# case it may require user action to restore full functionality.
|
1960
|
-
#
|
1960
|
+
# case it may require user action to restore full functionality. The conditions
|
1961
|
+
# field contains detailed information about the status of the cluster.
|
1961
1962
|
# Corresponds to the JSON property `degraded`
|
1962
1963
|
# @return [Boolean]
|
1963
1964
|
attr_accessor :degraded
|
@@ -2034,8 +2035,9 @@ module Google
|
|
2034
2035
|
# @return [String]
|
2035
2036
|
attr_accessor :subnetwork
|
2036
2037
|
|
2037
|
-
# Optional. Tag keys/values directly bound to this
|
2038
|
-
# environment": "production", "123/costCenter": "
|
2038
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2039
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2040
|
+
# marketing"
|
2039
2041
|
# Corresponds to the JSON property `tags`
|
2040
2042
|
# @return [Hash<String,String>]
|
2041
2043
|
attr_accessor :tags
|
@@ -2102,7 +2104,8 @@ module Google
|
|
2102
2104
|
# @return [Hash<String,String>]
|
2103
2105
|
attr_accessor :annotations
|
2104
2106
|
|
2105
|
-
# Output only. Status conditions describing the
|
2107
|
+
# Output only. Status conditions describing the workstation configuration's
|
2108
|
+
# current state.
|
2106
2109
|
# Corresponds to the JSON property `conditions`
|
2107
2110
|
# @return [Array<Google::Apis::WorkstationsV1beta::Status>]
|
2108
2111
|
attr_accessor :conditions
|
@@ -2117,8 +2120,10 @@ module Google
|
|
2117
2120
|
# @return [String]
|
2118
2121
|
attr_accessor :create_time
|
2119
2122
|
|
2120
|
-
# Output only. Whether this
|
2121
|
-
# user action to restore full functionality.
|
2123
|
+
# Output only. Whether this workstation configuration is in degraded mode, in
|
2124
|
+
# which case it may require user action to restore full functionality. The
|
2125
|
+
# conditions field contains detailed information about the status of the
|
2126
|
+
# configuration.
|
2122
2127
|
# Corresponds to the JSON property `degraded`
|
2123
2128
|
# @return [Boolean]
|
2124
2129
|
attr_accessor :degraded
|
@@ -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.37.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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.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_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.37.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:
|