projectId property
Output only. The ID of the project that owns the service account.
Implementation
@$pb.TagNumber(2)
$core.String get projectId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set projectId($core.String value) => $_setString(1, value);