name property

  1. @TagNumber(5)
String name

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);
  1. @TagNumber(5)
void name=(String v)

Implementation

@$pb.TagNumber(5)
set name($core.String v) {
  $_setString(4, v);
}