diff --git a/generated/google-apis-workstations_v1/CHANGELOG.md b/generated/google-apis-workstations_v1/CHANGELOG.md index f1cd6ff2bf1..c096eb7a110 100644 --- a/generated/google-apis-workstations_v1/CHANGELOG.md +++ b/generated/google-apis-workstations_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-workstations_v1 +### v0.3.0 (2023-10-29) + +* Regenerated from discovery document revision 20231018 + ### v0.2.0 (2023-10-15) * Regenerated from discovery document revision 20231001 diff --git a/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/classes.rb b/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/classes.rb index 01a78b3a313..0c5d4d76a48 100644 --- a/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/classes.rb +++ b/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/classes.rb @@ -206,9 +206,11 @@ class Container # com/workstations/docs/preconfigured-base-images), but you can create your own [ # custom container images](https://cloud.google.com/workstations/docs/custom- # container-images). If using a private image, the `host.gceInstance. - # serviceAccount` field must be specified in the workstation configuration and - # must have permission to pull the specified image. Otherwise, the image must be - # publicly accessible. + # serviceAccount` field must be specified in the workstation configuration. If + # using a custom container image, the service account must have [Artifact + # Registry Reader](https://cloud.google.com/artifact-registry/docs/access- + # control#roles) permission to pull the specified image. Otherwise, the image + # must be publicly accessible. # Corresponds to the JSON property `image` # @return [String] attr_accessor :image @@ -427,13 +429,15 @@ class GceInstance # created with this configuration. When specified, be sure that the service # account has `logginglogEntries.create` permission on the project so it can # write logs out to Cloud Logging. If using a custom container image, the - # service account must have permissions to pull the specified image. If you as - # the administrator want to be able to `ssh` into the underlying VM, you need to - # set this value to a service account for which you have the `iam. - # serviceAccounts.actAs` permission. Conversely, if you don't want anyone to be - # able to `ssh` into the underlying VM, use a service account where no one has - # that permission. If not set, VMs run with a service account provided by the - # Cloud Workstations service, and the image must be publicly accessible. + # service account must have [Artifact Registry Reader](https://cloud.google.com/ + # artifact-registry/docs/access-control#roles) permission to pull the specified + # image. If you as the administrator want to be able to `ssh` into the + # underlying VM, you need to set this value to a service account for which you + # have the `iam.serviceAccounts.actAs` permission. Conversely, if you don't want + # anyone to be able to `ssh` into the underlying VM, use a service account where + # no one has that permission. If not set, VMs run with a service account + # provided by the Cloud Workstations service, and the image must be publicly + # accessible. # Corresponds to the JSON property `serviceAccount` # @return [String] attr_accessor :service_account diff --git a/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/gem_version.rb b/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/gem_version.rb index d3e52267e99..d459564ea71 100644 --- a/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/gem_version.rb +++ b/generated/google-apis-workstations_v1/lib/google/apis/workstations_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module WorkstationsV1 # Version of the google-apis-workstations_v1 gem - GEM_VERSION = "0.2.0" + GEM_VERSION = "0.3.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.12.0" # Revision of the discovery document this client was generated from - REVISION = "20231001" + REVISION = "20231018" end end end