google-apis-workstations_v1beta 0.20.0 → 0.21.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: 33abe46489cb01f6658cb40faaf0eb3a6da2a1687208e4f56e2225635f7016d9
|
4
|
+
data.tar.gz: 58eb4ebd6035a8016ede837ea17c1d8e0843e8714b44c4cc94eaa267a9ee0eac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca003dd0a16744abd167eb18aa7394ed6b19c7638aa3b86a4d6c1a476e626f9d537371494b9164257ec82200365301641db6c57dd8ae5b4d7cd13ebaa559ae46
|
7
|
+
data.tar.gz: 42adc8f82c71d24db91f059d8cddb456ab52b7a7f7ffe02bc6ff2ea83092d7bcacc65e791d7c0398ba496f19745e1d0dc89df96999ac268d4cc958172345a2c7
|
data/CHANGELOG.md
CHANGED
@@ -1525,6 +1525,13 @@ module Google
|
|
1525
1525
|
# @return [String]
|
1526
1526
|
attr_accessor :host
|
1527
1527
|
|
1528
|
+
# Output only. The name of the Google Cloud KMS encryption key used to encrypt
|
1529
|
+
# this workstation. The KMS key can only be configured in the WorkstationConfig.
|
1530
|
+
# The expected format is `projects/*/locations/*/keyRings/*/cryptoKeys/*`.
|
1531
|
+
# Corresponds to the JSON property `kmsKey`
|
1532
|
+
# @return [String]
|
1533
|
+
attr_accessor :kms_key
|
1534
|
+
|
1528
1535
|
# Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources)
|
1529
1536
|
# that are applied to the workstation and that are also propagated to the
|
1530
1537
|
# underlying Compute Engine resources.
|
@@ -1578,6 +1585,7 @@ module Google
|
|
1578
1585
|
@env = args[:env] if args.key?(:env)
|
1579
1586
|
@etag = args[:etag] if args.key?(:etag)
|
1580
1587
|
@host = args[:host] if args.key?(:host)
|
1588
|
+
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
1581
1589
|
@labels = args[:labels] if args.key?(:labels)
|
1582
1590
|
@name = args[:name] if args.key?(:name)
|
1583
1591
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
@@ -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.21.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 = "20231129"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.21.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-12-17 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.21.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: []
|