project property

  1. @TagNumber.new(3)
String get project

The consumer project whose PSC forwarding rule is connected to the service attachments in this service connection map.

Implementation

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

Implementation

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