serviceAttachmentUri property

  1. @TagNumber.new(1)
String get serviceAttachmentUri

The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.

Implementation

@$pb.TagNumber(1)
$core.String get serviceAttachmentUri => $_getSZ(0);
  1. @TagNumber.new(1)
set serviceAttachmentUri (String v)

Implementation

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