google-apis-workstations_v1 0.9.0 → 0.11.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 +8 -0
- data/lib/google/apis/workstations_v1/classes.rb +12 -13
- data/lib/google/apis/workstations_v1/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bdbd6632b0890bbd8b101ca84aa57fa7b708082e24f4a97c486076b9af9be29
|
4
|
+
data.tar.gz: 2411bec75750283a0031f1a92ba6ac12b6f37511ec24e3e9e468a367adad8b0b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68c3bc36698ddc106e8a93497b905597a8675a49a8701e7996b43c1c229aa08e0520c9da1e912c0581ebcf91473f172abd0949ea96bc259a4b56160392bdfb8b
|
7
|
+
data.tar.gz: f05afad04ac62223c220466dc07d3d27f177698f37c2bb6d2e6d4037dc00c388ab6ced8e3e7504fc8db88d8deacdeff8858f39e038bcd0d20182c26f37a4513f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-workstations_v1
|
2
2
|
|
3
|
+
### v0.11.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.10.0 (2024-05-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240424
|
10
|
+
|
3
11
|
### v0.9.0 (2024-03-10)
|
4
12
|
|
5
13
|
* 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 `
|
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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.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.11.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-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.11.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: []
|