Skip to content

Commit

Permalink
feat: Automated regeneration of workstations v1 client (googleapis#16573
Browse files Browse the repository at this point in the history
)

Auto-created at 2023-10-29 10:57:24 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Oct 29, 2023
1 parent be31744 commit a9f27b2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-workstations_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9f27b2

Please sign in to comment.