File tree Expand file tree Collapse file tree
google/cloud/workstations/v1beta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -403,10 +403,11 @@ message WorkstationConfig {
403403 // The name of a Compute Engine machine type.
404404 string machine_type = 1 ;
405405
406- // Email address of the service account that will be used on VM instances
407- // used to support this config. This service account must have permission
408- // to pull the specified container image. If not set, VMs will run without
409- // a service account, in which case the image must be publicly accessible.
406+ // Email address of the service account used on VM instances
407+ // used to support this configuration. If not set, VMs run with a
408+ // Google-managed service account. This service account must have
409+ // permission to pull the specified container image; otherwise, the image
410+ // must be publicly accessible.
410411 string service_account = 2 ;
411412
412413 // Network tags to add to the Compute Engine machines backing the
You can’t perform that action at this time.
0 commit comments