gatewayServiceAccount property

  1. @TagNumber.new(14)
String get gatewayServiceAccount

Immutable. The Google Cloud IAM Service Account that Gateways serving this config should use to authenticate to other services. This may either be the Service Account's email ({ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com) or its full resource name (projects/{PROJECT}/accounts/{UNIQUE_ID}). This is most often used when the service is a GCP resource such as a Cloud Run Service or an IAP-secured service.

Implementation

@$pb.TagNumber(14)
$core.String get gatewayServiceAccount => $_getSZ(10);
  1. @TagNumber.new(14)
set gatewayServiceAccount (String v)

Implementation

@$pb.TagNumber(14)
set gatewayServiceAccount($core.String v) {
  $_setString(10, v);
}