projectId property

  1. @TagNumber(1)
String projectId

ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

Implementation

@$pb.TagNumber(1)
$core.String get projectId => $_getSZ(0);
  1. @TagNumber(1)
void projectId=(String v)

Implementation

@$pb.TagNumber(1)
set projectId($core.String v) { $_setString(0, v); }