serviceAttachmentUri property
The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
Implementation
@$pb.TagNumber(1)
$core.String get serviceAttachmentUri => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set serviceAttachmentUri($core.String v) {
$_setString(0, v);
}