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: d98a1220a39047eac56f52ce971accd537970ea95dfc8704df51be47bdb9ea88
4
- data.tar.gz: 4d5050aa6e5f54ed0a2ff44a8751f9456621c56e2e3281edc59202b2492a2a12
3
+ metadata.gz: 688b937b921bbde472410a0553ae42c86957c54dc84aa2f0cdff1f31c2d4ba32
4
+ data.tar.gz: 14cc41e2deecd0825df7b98094d7a42d6b5b5d1103d484e8fa0c9a8279bea78c
5
5
  SHA512:
6
- metadata.gz: 4939257eef8fbf907f7cdd906fc170f6d9a520cc14614708f5622a3b3819458acf7fc6ed2c328ebfdab3d22a4439e0329ed81d7cc64a13c97dba28371c4a40a9
7
- data.tar.gz: c2af7a16f960db76e1bc6b2980b677ee7431a0ce644a4dc16ba8be3f67e81369c2718d070c866009feb21610421e7502811ebc524f054e9df64eb62b98f3c12e
6
+ metadata.gz: e5fbc1a5fcc0b5c2d38964d0e97ca5cdb052637b8c975c9a489aa23db642a8f5daac976f4459a9d0a97cb16365d488a1d6e749aba21e04d2042e0f962002b873
7
+ data.tar.gz: 234bd6bd4d45914c52c49ed42bb0fee61d29623d9c46aa866108edab1d504a361338cf81cfb7e8bc7e2d4a4b8051a2b50d4b6fe6523ceecb5f3e300f6c3643a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.17.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231001
6
+
3
7
  ### v0.16.0 (2023-09-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20230904
@@ -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. Updating source_snapshot will update content in
568
- # the ephemeral directory after the workstation is restarted. This field is
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.16.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 = "20230904"
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.16.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-09-10 00:00:00.000000000 Z
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.16.0
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: []