google-apis-workstations_v1beta 0.11.0 → 0.12.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: 19a2a0b3b8e0f3a6b807f5d635944a3a584c42b806a6faf511f87e408ebc37a6
4
- data.tar.gz: 6f8c2506c8ae564098ccd96e01445822eb6a1fca4bbe6855b26e2a91a8e32b18
3
+ metadata.gz: 7c7b8b5e0b5b16e3601671684a178a00be13092ce6a426bbeb21c1837f334b1f
4
+ data.tar.gz: 80e50b0301f243ff7753cc1b181c29aacb89138f56856a69e721bfbe496b3bc4
5
5
  SHA512:
6
- metadata.gz: 13d56442d066357387966f0c8b41de0eaad66e3cf22fe5126946a9a7e4056664c730ef3732d291463226bceaf0b9bb6008ba4248974e10065094eadf5a103f66
7
- data.tar.gz: 3f213cbc33eae3b7a142ddb865cb5adcd2a4a4e103e87c1550f7300438f3646b462093840707f202677164136361335a5173cf72c76d21cbf5ff39eda123ab13
6
+ metadata.gz: 672084f7d3217eb57bf4834b444f1441dce6e558e5be031cadffc71259168c671ea40f395ae862b743716d4906dc4cacdd3c712d44b68d0aa7bdd853f13031da
7
+ data.tar.gz: 93c2b291b3734ff259e8d0a91a93d274c368498a023d10cc00b1b13a606ffd4750ef7b6f63e6b832c16caac71e923b106f2a1bf467c34369b7fb1b9c7644298b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.12.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230510
6
+
3
7
  ### v0.11.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230501
@@ -265,6 +265,7 @@ module Google
265
265
 
266
266
  # Immutable. The name of the Google Cloud KMS encryption key. For example, `
267
267
  # projects/PROJECT_ID/locations/REGION/keyRings/KEY_RING/cryptoKeys/KEY_NAME`.
268
+ # The key must be in the same region as the workstation configuration.
268
269
  # Corresponds to the JSON property `kmsKey`
269
270
  # @return [String]
270
271
  attr_accessor :kms_key
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.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 = "20230501"
25
+ REVISION = "20230510"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module WorkstationsV1beta
23
23
  # Cloud Workstations API
24
24
  #
25
- #
25
+ # Allows administrators to create managed developer environments in the cloud.
26
26
  #
27
27
  # @example
28
28
  # require 'google/apis/workstations_v1beta'
@@ -21,7 +21,7 @@ module Google
21
21
  module Apis
22
22
  # Cloud Workstations API
23
23
  #
24
- #
24
+ # Allows administrators to create managed developer environments in the cloud.
25
25
  #
26
26
  # @see https://cloud.google.com/workstations
27
27
  module WorkstationsV1beta
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.11.0
4
+ version: 0.12.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-05-21 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.12.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: []