name property
Name of the quota limit. The name is used to refer to the limit when overriding the default limit on per-consumer basis.
For group-based quota limits, the name must be unique within the quota group. If a name is not provided, it will be generated from the limit_by and duration fields.
For metric-based quota limits, the name must be provided, and it must be unique within the service. The name can only include alphanumeric characters as well as '-'.
The maximum length of the limit name is 64 characters.
The name of a limit is used as a unique identifier for this limit. Therefore, once a limit has been put into use, its name should be immutable. You can use the display_name field to provide a user-friendly name for the limit. The display name can be evolved over time without affecting the identity of the limit.
Implementation
@$pb.TagNumber(6)
$core.String get name => $_getSZ(4);
Implementation
@$pb.TagNumber(6)
set name($core.String v) { $_setString(4, v); }