google-apis-workstations_v1beta 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3414fb62a41992428a5132a7c2d74e77a061adb63ac089979f619f99c9ef8a8f
4
- data.tar.gz: e450d50ba660753bf8ad552afcef4a656a90b33b8f55dba52c24388ca729803a
3
+ metadata.gz: 33abe46489cb01f6658cb40faaf0eb3a6da2a1687208e4f56e2225635f7016d9
4
+ data.tar.gz: 58eb4ebd6035a8016ede837ea17c1d8e0843e8714b44c4cc94eaa267a9ee0eac
5
5
  SHA512:
6
- metadata.gz: 81a5ca5c3d5e0fd2502d57206d48d362a75e5a7486849b26723bf1cfe94773e23ab23af3c181d2d5ce819cf131c61b34f0679c3ea9c505f7c1abcc86287affec
7
- data.tar.gz: 7470e6952c3104f072ce1dcefc58c59aec53de3db8b713451677efee6331669439ebc2a2888b76638c7f83bfe80ade63553ba2f5318972b6e4a07477d90db66b
6
+ metadata.gz: ca003dd0a16744abd167eb18aa7394ed6b19c7638aa3b86a4d6c1a476e626f9d537371494b9164257ec82200365301641db6c57dd8ae5b4d7cd13ebaa559ae46
7
+ data.tar.gz: 42adc8f82c71d24db91f059d8cddb456ab52b7a7f7ffe02bc6ff2ea83092d7bcacc65e791d7c0398ba496f19745e1d0dc89df96999ac268d4cc958172345a2c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.21.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231129
6
+
3
7
  ### v0.20.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231101
@@ -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.20.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 = "20231101"
25
+ REVISION = "20231129"
26
26
  end
27
27
  end
28
28
  end
@@ -618,6 +618,7 @@ module Google
618
618
  hash :env, as: 'env'
619
619
  property :etag, as: 'etag'
620
620
  property :host, as: 'host'
621
+ property :kms_key, as: 'kmsKey'
621
622
  hash :labels, as: 'labels'
622
623
  property :name, as: 'name'
623
624
  property :reconciling, as: 'reconciling'
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.20.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-12 00:00:00.000000000 Z
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.20.0
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: []