module Google::Cloud::PhishingProtection::V1beta1::PhishingProtectionService::Paths

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