google-apis-workstations_v1beta 0.26.0 → 0.27.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: 364a9e73eb73d37973ba998ce088bba03cd27caad146b9e59745ce591f168603
4
- data.tar.gz: 6c0e872c3444b335111ce1b237db1eb3d993f3fc1d90c976ae01b6e73783e982
3
+ metadata.gz: 1ef364d56fab21079bc3148fcd78b9c0bf2c96b282294a7594ab4ed147345f9a
4
+ data.tar.gz: f639d8a52da82ad956b8899d99116e3e899cf0f25d5866ed1b0eabd06f6ed158
5
5
  SHA512:
6
- metadata.gz: 7d4b1a6123219137e851c3282b6e3521988f45ed8b4ac9fb84f755c90f8b9073fed7bb8b31a8ff36a235fc28f952b6b7a0ac217d2f25ba1aeb0fd138cc894e7a
7
- data.tar.gz: 66976a06b95805022ee8cbf0f389decb8f9754275cbb9ea5307ff0bb6df4b3c8e293d74d1b08631045a2c0606cf9c72f27916f40019939cff9e0997403d5beca
6
+ metadata.gz: 1852e6148710c12eb02459714a310c62d03556074befa4cd9c68280e2116fa615122584a7b69e070d5a8b2c3f841ee17dcc359fc2c77dd55ae7b37a1a3bacaa2
7
+ data.tar.gz: e746a92f2c9dd4e70aafa6cff54c4b9c5be056cd0e99c09dc5e81e53c2cc74f095b76e21a5f63933d3a284a8562a01b72008dd486bc5f0d0745bc64af0b01423
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1beta
2
2
 
3
+ ### v0.27.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
3
7
  ### v0.26.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240318
@@ -584,23 +584,22 @@ module Google
584
584
 
585
585
  # Optional. The email address of the service account for Cloud Workstations VMs
586
586
  # created with this configuration. When specified, be sure that the service
587
- # account has `logginglogEntries.create` permission on the project so it can
588
- # write logs out to Cloud Logging. If using a custom container image, the
589
- # service account must have [Artifact Registry Reader](https://cloud.google.com/
590
- # artifact-registry/docs/access-control#roles) permission to pull the specified
591
- # image. If you as the administrator want to be able to `ssh` into the
592
- # underlying VM, you need to set this value to a service account for which you
593
- # have the `iam.serviceAccounts.actAs` permission. Conversely, if you don't want
594
- # anyone to be able to `ssh` into the underlying VM, use a service account where
595
- # no one has that permission. If not set, VMs run with a service account
596
- # provided by the Cloud Workstations service, and the image must be publicly
597
- # accessible.
587
+ # account has `logging.logEntries.create` and `monitoring.timeSeries.create`
588
+ # permissions on the project so it can write logs out to Cloud Logging. If using
589
+ # a custom container image, the service account must have [Artifact Registry
590
+ # Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles)
591
+ # permission to pull the specified image. If you as the administrator want to be
592
+ # able to `ssh` into the underlying VM, you need to set this value to a service
593
+ # account for which you have the `iam.serviceAccounts.actAs` permission.
594
+ # Conversely, if you don't want anyone to be able to `ssh` into the underlying
595
+ # VM, use a service account where no one has that permission. If not set, VMs
596
+ # run with a service account provided by the Cloud Workstations service, and the
597
+ # image must be publicly accessible.
598
598
  # Corresponds to the JSON property `serviceAccount`
599
599
  # @return [String]
600
600
  attr_accessor :service_account
601
601
 
602
- # Optional. Scopes to grant to the service_account. Various scopes are
603
- # automatically added based on feature usage. When specified, users of
602
+ # Optional. Scopes to grant to the service_account. When specified, users of
604
603
  # workstations under this configuration must have `iam.serviceAccounts.actAs` on
605
604
  # the service account.
606
605
  # Corresponds to the JSON property `serviceAccountScopes`
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240318"
25
+ REVISION = "20240424"
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.26.0
4
+ version: 0.27.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: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-05-05 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1beta/v0.27.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: []