google-apis-workstations_v1 0.9.0 → 0.10.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: 91490b79b8b05731bf367ec44e6ad9dffcff1d0fb377facc61c373957a26bd35
4
- data.tar.gz: 3d073630717d5a89c4a69fc8a5bc8a46d290fda34de83dc4fafaa21204c6cd38
3
+ metadata.gz: 0323e50eb476dc48e342709eb4b7b7d5c07bb1c386a6e5cc40cc97c6d018de90
4
+ data.tar.gz: 03b442c7704a3c3185dc92970a56fc461a4ca5793a5b264631b7a44da55355b4
5
5
  SHA512:
6
- metadata.gz: 97774c6a749bf3eb05a4286488aad7b54a12a79af515310dac22bc00131561b6b3ae6b7c63d466cadde18666a80719e2ab6c0a1891dd02d78236d297dd600cc2
7
- data.tar.gz: 37d681d70deba986e71490de2f138047e4fe83add256cfacb51044865104a460fc1b739cb8a5ec6659c9def8323fb415a49b3aaf74eb68ea0817459d2e37bc9c
6
+ metadata.gz: 4a382a9307d755e8aee6f6f61f4452791fa11234673305d385e5940d793b4c7b58d5d274b88edcb35d155ce16a43cccb2a9f5c284885baf86440e0288735638e
7
+ data.tar.gz: b58e574a710d102fa4fd5596f130cf3145ed39f7021acd331becc282efe06f26fde5ba29cb6e2619a197c9d2c6293393a437a6561fc4555b3a412a2123acdf3f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.10.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
3
7
  ### v0.9.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240301
@@ -535,23 +535,22 @@ module Google
535
535
 
536
536
  # Optional. The email address of the service account for Cloud Workstations VMs
537
537
  # created with this configuration. When specified, be sure that the service
538
- # account has `logginglogEntries.create` permission on the project so it can
539
- # write logs out to Cloud Logging. If using a custom container image, the
540
- # service account must have [Artifact Registry Reader](https://cloud.google.com/
541
- # artifact-registry/docs/access-control#roles) permission to pull the specified
542
- # image. If you as the administrator want to be able to `ssh` into the
543
- # underlying VM, you need to set this value to a service account for which you
544
- # have the `iam.serviceAccounts.actAs` permission. Conversely, if you don't want
545
- # anyone to be able to `ssh` into the underlying VM, use a service account where
546
- # no one has that permission. If not set, VMs run with a service account
547
- # provided by the Cloud Workstations service, and the image must be publicly
548
- # accessible.
538
+ # account has `logging.logEntries.create` and `monitoring.timeSeries.create`
539
+ # permissions on the project so it can write logs out to Cloud Logging. If using
540
+ # a custom container image, the service account must have [Artifact Registry
541
+ # Reader](https://cloud.google.com/artifact-registry/docs/access-control#roles)
542
+ # permission to pull the specified image. If you as the administrator want to be
543
+ # able to `ssh` into the underlying VM, you need to set this value to a service
544
+ # account for which you have the `iam.serviceAccounts.actAs` permission.
545
+ # Conversely, if you don't want anyone to be able to `ssh` into the underlying
546
+ # VM, use a service account where no one has that permission. If not set, VMs
547
+ # run with a service account provided by the Cloud Workstations service, and the
548
+ # image must be publicly accessible.
549
549
  # Corresponds to the JSON property `serviceAccount`
550
550
  # @return [String]
551
551
  attr_accessor :service_account
552
552
 
553
- # Optional. Scopes to grant to the service_account. Various scopes are
554
- # automatically added based on feature usage. When specified, users of
553
+ # Optional. Scopes to grant to the service_account. When specified, users of
555
554
  # workstations under this configuration must have `iam.serviceAccounts.actAs` on
556
555
  # the service account.
557
556
  # Corresponds to the JSON property `serviceAccountScopes`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkstationsV1
18
18
  # Version of the google-apis-workstations_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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 = "20240301"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-10 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workstations_v1
63
63
  post_install_message:
64
64
  rdoc_options: []