name property
Optional. The resource name of the monitored resource descriptor:
"projects/{project_id}/monitoredResourceDescriptors/{type}"
where
{type} is the value of the type
field in this object and
{project_id} is a project ID that provides API-specific context for
accessing the type. APIs that do not use project information can use the
resource name format "monitoredResourceDescriptors/{type}"
.
Implementation
@$pb.TagNumber(5)
$core.String get name => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set name($core.String v) {
$_setString(4, v);
}