google-apis-workstations_v1 0.2.0 → 0.3.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: 772f3716e21c57f12bd131de664d4917533897937f3caad3ab713f666b4a11ac
4
- data.tar.gz: 65d07c1fb842613003c3044e9d7085d3de557bb0c50398ec80202ec9e2f7c4f2
3
+ metadata.gz: 20ecf09dccb5f5dda7cc16beba032d0ed304c9eb09a47093df944ff6a23680ea
4
+ data.tar.gz: '089af153e82e9f87922c987287fa4ddcc0dc35feba320cb02499e3757c1f4729'
5
5
  SHA512:
6
- metadata.gz: d255b9ad465fe6f9a229d094e6d13be48d1eb050af31201005a99475a3809a7700a5e1df897fee728ff085ef734666bb03e3073f69aa1d917e45fa4e3f565c27
7
- data.tar.gz: f8f73eca0e8d6fa0a1d0bdcacb1823ee6a30787ef6e9dce8c2c0243790dbf5a9cc41f89aef24e6fb8692d4ffa676d1dc2f758890aee9ece4b34a7d75056c083b
6
+ metadata.gz: 9e754729839a75eca97868fe102a9c2dc23bfdbd89ae3f54e5fdad790f4607f78c28025951574425ed875df21314d79855c4899033da52efc579da3cf686807f
7
+ data.tar.gz: 73271eda0b647635a80657b5eb2fc284029fc96f0b140a6791ffc7f8353f818704307a691b37783744cd495bae6d8c1e2671e044ae513afe6d00e2fdbdb6002e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workstations_v1
2
2
 
3
+ ### v0.3.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231018
6
+
3
7
  ### v0.2.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20231001
@@ -206,9 +206,11 @@ module Google
206
206
  # com/workstations/docs/preconfigured-base-images), but you can create your own [
207
207
  # custom container images](https://cloud.google.com/workstations/docs/custom-
208
208
  # container-images). If using a private image, the `host.gceInstance.
209
- # serviceAccount` field must be specified in the workstation configuration and
210
- # must have permission to pull the specified image. Otherwise, the image must be
211
- # publicly accessible.
209
+ # serviceAccount` field must be specified in the workstation configuration. If
210
+ # using a custom container image, the service account must have [Artifact
211
+ # Registry Reader](https://cloud.google.com/artifact-registry/docs/access-
212
+ # control#roles) permission to pull the specified image. Otherwise, the image
213
+ # must be publicly accessible.
212
214
  # Corresponds to the JSON property `image`
213
215
  # @return [String]
214
216
  attr_accessor :image
@@ -427,13 +429,15 @@ module Google
427
429
  # created with this configuration. When specified, be sure that the service
428
430
  # account has `logginglogEntries.create` permission on the project so it can
429
431
  # write logs out to Cloud Logging. If using a custom container image, the
430
- # service account must have permissions to pull the specified image. If you as
431
- # the administrator want to be able to `ssh` into the underlying VM, you need to
432
- # set this value to a service account for which you have the `iam.
433
- # serviceAccounts.actAs` permission. Conversely, if you don't want anyone to be
434
- # able to `ssh` into the underlying VM, use a service account where no one has
435
- # that permission. If not set, VMs run with a service account provided by the
436
- # Cloud Workstations service, and the image must be publicly accessible.
432
+ # service account must have [Artifact Registry Reader](https://cloud.google.com/
433
+ # artifact-registry/docs/access-control#roles) permission to pull the specified
434
+ # image. If you as the administrator want to be able to `ssh` into the
435
+ # underlying VM, you need to set this value to a service account for which you
436
+ # have the `iam.serviceAccounts.actAs` permission. Conversely, if you don't want
437
+ # anyone to be able to `ssh` into the underlying VM, use a service account where
438
+ # no one has that permission. If not set, VMs run with a service account
439
+ # provided by the Cloud Workstations service, and the image must be publicly
440
+ # accessible.
437
441
  # Corresponds to the JSON property `serviceAccount`
438
442
  # @return [String]
439
443
  attr_accessor :service_account
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.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 = "20231001"
25
+ REVISION = "20231018"
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.2.0
4
+ version: 0.3.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-10-15 00:00:00.000000000 Z
11
+ date: 2023-11-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.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workstations_v1/v0.3.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: []