serviceAccountKeyName property
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);
Implementation
@$pb.TagNumber(5)
set serviceAccountKeyName($core.String v) {
$_setString(3, v);
}