module Google::Cloud::WebRisk::V1::WebRiskService::Paths

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