Skip to content

Commit

Permalink
docs: Adjust wording around service accounts and control planes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 522482855
  • Loading branch information
Google APIs authored and Copybara-Service committed Apr 7, 2023
1 parent a9a642e commit f0cec0b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions google/cloud/workstations/v1beta/workstations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,11 @@ message WorkstationConfig {
// The name of a Compute Engine machine type.
string machine_type = 1;

// Email address of the service account that will be used on VM instances
// used to support this config. This service account must have permission
// to pull the specified container image. If not set, VMs will run without
// a service account, in which case the image must be publicly accessible.
// Email address of the service account used on VM instances
// used to support this configuration. If not set, VMs run with a
// Google-managed service account. This service account must have
// permission to pull the specified container image; otherwise, the image
// must be publicly accessible.
string service_account = 2;

// Network tags to add to the Compute Engine machines backing the
Expand Down

0 comments on commit f0cec0b

Please sign in to comment.