google-apis-workstations_v1beta 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 688b937b921bbde472410a0553ae42c86957c54dc84aa2f0cdff1f31c2d4ba32
|
4
|
+
data.tar.gz: 14cc41e2deecd0825df7b98094d7a42d6b5b5d1103d484e8fa0c9a8279bea78c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5fbc1a5fcc0b5c2d38964d0e97ca5cdb052637b8c975c9a489aa23db642a8f5daac976f4459a9d0a97cb16365d488a1d6e749aba21e04d2042e0f962002b873
|
7
|
+
data.tar.gz: 234bd6bd4d45914c52c49ed42bb0fee61d29623d9c46aa866108edab1d504a361338cf81cfb7e8bc7e2d4a4b8051a2b50d4b6fe6523ceecb5f3e300f6c3643a5
|
data/CHANGELOG.md
CHANGED
@@ -564,9 +564,9 @@ module Google
|
|
564
564
|
attr_accessor :source_image
|
565
565
|
|
566
566
|
# Optional. Name of the snapshot to use as the source for the disk. Must be
|
567
|
-
# empty if source_image is set.
|
568
|
-
# the ephemeral directory after the
|
569
|
-
# mutable.
|
567
|
+
# empty if source_image is set. Must be empty if read_only is false. Updating
|
568
|
+
# source_snapshot will update content in the ephemeral directory after the
|
569
|
+
# workstation is restarted. This field is mutable.
|
570
570
|
# Corresponds to the JSON property `sourceSnapshot`
|
571
571
|
# @return [String]
|
572
572
|
attr_accessor :source_snapshot
|
@@ -1509,7 +1509,7 @@ module Google
|
|
1509
1509
|
# @return [Hash<String,String>]
|
1510
1510
|
attr_accessor :labels
|
1511
1511
|
|
1512
|
-
# Full name of this workstation.
|
1512
|
+
# Identifier. Full name of this workstation.
|
1513
1513
|
# Corresponds to the JSON property `name`
|
1514
1514
|
# @return [String]
|
1515
1515
|
attr_accessor :name
|
@@ -1626,7 +1626,7 @@ module Google
|
|
1626
1626
|
# @return [Hash<String,String>]
|
1627
1627
|
attr_accessor :labels
|
1628
1628
|
|
1629
|
-
# Full name of this workstation cluster.
|
1629
|
+
# Identifier. Full name of this workstation cluster.
|
1630
1630
|
# Corresponds to the JSON property `name`
|
1631
1631
|
# @return [String]
|
1632
1632
|
attr_accessor :name
|
@@ -1792,7 +1792,7 @@ module Google
|
|
1792
1792
|
# @return [Hash<String,String>]
|
1793
1793
|
attr_accessor :labels
|
1794
1794
|
|
1795
|
-
# Full name of this workstation configuration.
|
1795
|
+
# Identifier. Full name of this workstation configuration.
|
1796
1796
|
# Corresponds to the JSON property `name`
|
1797
1797
|
# @return [String]
|
1798
1798
|
attr_accessor :name
|
@@ -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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -344,7 +344,7 @@ module Google
|
|
344
344
|
|
345
345
|
# Updates an existing workstation cluster.
|
346
346
|
# @param [String] name
|
347
|
-
# Full name of this workstation cluster.
|
347
|
+
# Identifier. Full name of this workstation cluster.
|
348
348
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationCluster] workstation_cluster_object
|
349
349
|
# @param [Boolean] allow_missing
|
350
350
|
# Optional. If set, and the workstation cluster is not found, a new workstation
|
@@ -620,7 +620,7 @@ module Google
|
|
620
620
|
|
621
621
|
# Updates an existing workstation configuration.
|
622
622
|
# @param [String] name
|
623
|
-
# Full name of this workstation configuration.
|
623
|
+
# Identifier. Full name of this workstation configuration.
|
624
624
|
# @param [Google::Apis::WorkstationsV1beta::WorkstationConfig] workstation_config_object
|
625
625
|
# @param [Boolean] allow_missing
|
626
626
|
# Optional. If set and the workstation configuration is not found, a new
|
@@ -1003,7 +1003,7 @@ module Google
|
|
1003
1003
|
|
1004
1004
|
# Updates an existing workstation.
|
1005
1005
|
# @param [String] name
|
1006
|
-
# Full name of this workstation.
|
1006
|
+
# Identifier. Full name of this workstation.
|
1007
1007
|
# @param [Google::Apis::WorkstationsV1beta::Workstation] workstation_object
|
1008
1008
|
# @param [Boolean] allow_missing
|
1009
1009
|
# Optional. If set and the workstation configuration is not found, a new
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|