name property
The resource name of the quota limit.
An example name would be:
projects/123/services/compute.googleapis.com/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion
The resource name is intended to be opaque and should not be parsed for its component strings, since its representation could change in the future.
Implementation
@$pb.TagNumber(1)
$core.String get name => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set name($core.String value) => $_setString(0, value);