module Google::Cloud::ErrorReporting::V1beta1::ReportErrorsService::Paths

Path helper methods for the ReportErrorsService 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/report_errors_service/paths.rb, line 37
def project_path project:
  "projects/#{project}"
end