title property
The product title for this service, it is the name displayed in Google Cloud Console.
Implementation
@$pb.TagNumber(2)
$core.String get title => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set title($core.String value) => $_setString(1, value);