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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/workstations_v1/classes.rb +12 -13
- data/lib/google/apis/workstations_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0323e50eb476dc48e342709eb4b7b7d5c07bb1c386a6e5cc40cc97c6d018de90
|
4
|
+
data.tar.gz: 03b442c7704a3c3185dc92970a56fc461a4ca5793a5b264631b7a44da55355b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a382a9307d755e8aee6f6f61f4452791fa11234673305d385e5940d793b4c7b58d5d274b88edcb35d155ce16a43cccb2a9f5c284885baf86440e0288735638e
|
7
|
+
data.tar.gz: b58e574a710d102fa4fd5596f130cf3145ed39f7021acd331becc282efe06f26fde5ba29cb6e2619a197c9d2c6293393a437a6561fc4555b3a412a2123acdf3f
|
data/CHANGELOG.md
CHANGED
@@ -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 `
|
539
|
-
# write logs out to Cloud Logging. If using
|
540
|
-
# service account must have [Artifact Registry
|
541
|
-
# artifact-registry/docs/access-control#roles)
|
542
|
-
# image. If you as the administrator want to be
|
543
|
-
# underlying VM, you need to set this value to a service
|
544
|
-
# have the `iam.serviceAccounts.actAs` permission.
|
545
|
-
# anyone to be able to `ssh` into the underlying
|
546
|
-
# no one has that permission. If not set, VMs
|
547
|
-
# provided by the Cloud Workstations service, and the
|
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.
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|