container property
The cloud resource container at which the quota policy is created. The
format is {container_type}/{container_number}
Implementation
@$pb.TagNumber(6)
$core.String get container => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set container($core.String value) => $_setString(5, value);