serviceAccountKeyName property

  1. @TagNumber.new(5)
String get serviceAccountKeyName

The name of the service account key used to create or exchange credentials for authenticating the service account making the request. This is a scheme-less URI full resource name. For example:

"//iam.googleapis.com/projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}"

Implementation

@$pb.TagNumber(5)
$core.String get serviceAccountKeyName => $_getSZ(3);
  1. @TagNumber.new(5)
set serviceAccountKeyName (String v)

Implementation

@$pb.TagNumber(5)
set serviceAccountKeyName($core.String v) {
  $_setString(3, v);
}