oauth2ClientId property
Output only. The OAuth 2.0 client ID for the service account.
Implementation
@$pb.TagNumber(9)
$core.String get oauth2ClientId => $_getSZ(7);
Implementation
@$pb.TagNumber(9)
set oauth2ClientId($core.String value) => $_setString(7, value);