google-apis-workstations_v1 0.20.0 → 0.21.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 +10 -4
- data/lib/google/apis/workstations_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e92c4412f67b0c1772aab39498ca118ca6f3696778acb0cdca0f5d2cf240f67
|
4
|
+
data.tar.gz: d4a61d623d5e69e2222443e2436c46fed869320a2ce19b94e54ac192fca1dd5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3858ca7de4d85a9a3d440de3edf27f7da2b94ad12cd035f9356a22c2328b549937b533f70db660b4044b1fe70544130e8fadcde1cd19a398b82cc1000feda71c
|
7
|
+
data.tar.gz: c58315f8da9b82e25b07c382704bc9acb2c8c660cf778906ab946491f9b1483a6968ba53a1525caf6232d11ee24e60518fc0078516ef158b87ebee6062bdad27
|
data/CHANGELOG.md
CHANGED
@@ -733,8 +733,11 @@ module Google
|
|
733
733
|
|
734
734
|
# Optional. Name of the disk image to use as the source for the disk. Must be
|
735
735
|
# empty if source_snapshot is set. Updating source_image will update content in
|
736
|
-
# the ephemeral directory after the workstation is restarted.
|
737
|
-
#
|
736
|
+
# the ephemeral directory after the workstation is restarted. Only file systems
|
737
|
+
# supported by Container-Optimized OS (COS) are explicitly supported. For a list
|
738
|
+
# of supported file systems, please refer to the [COS documentation](https://
|
739
|
+
# cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems).
|
740
|
+
# This field is mutable.
|
738
741
|
# Corresponds to the JSON property `sourceImage`
|
739
742
|
# @return [String]
|
740
743
|
attr_accessor :source_image
|
@@ -742,7 +745,10 @@ module Google
|
|
742
745
|
# Optional. Name of the snapshot to use as the source for the disk. Must be
|
743
746
|
# empty if source_image is set. Must be empty if read_only is false. Updating
|
744
747
|
# source_snapshot will update content in the ephemeral directory after the
|
745
|
-
# workstation is restarted.
|
748
|
+
# workstation is restarted. Only file systems supported by Container-Optimized
|
749
|
+
# OS (COS) are explicitly supported. For a list of supported file systems,
|
750
|
+
# please refer to the [COS documentation](https://cloud.google.com/container-
|
751
|
+
# optimized-os/docs/concepts/supported-filesystems). This field is mutable.
|
746
752
|
# Corresponds to the JSON property `sourceSnapshot`
|
747
753
|
# @return [String]
|
748
754
|
attr_accessor :source_snapshot
|
@@ -1510,7 +1516,7 @@ module Google
|
|
1510
1516
|
alias_method :enable_private_endpoint?, :enable_private_endpoint
|
1511
1517
|
|
1512
1518
|
# Output only. Service attachment URI for the workstation cluster. The service
|
1513
|
-
#
|
1519
|
+
# attachment is created when private endpoint is enabled. To access workstations
|
1514
1520
|
# in the workstation cluster, configure access to the managed service using [
|
1515
1521
|
# Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
|
1516
1522
|
# service-connect-services).
|
@@ -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.21.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 = "20250219"
|
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.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 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.21.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:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Workstations API V1
|
79
79
|
test_files: []
|