module Google::Cloud::ErrorReporting::V1beta1::ErrorStatsService::Paths
Path helper methods for the ErrorStatsService
API.
Public Instance Methods
project_path(project: "projects/
click to toggle source
Create a fully-qualified Project resource string.
The resource will be in the following format:
`projects/{project}`
@param project [String]
@return [::String]
# File lib/google/cloud/error_reporting/v1beta1/error_stats_service/paths.rb, line 37 def project_path project: "projects/#{project}" end