Module: Google::Cloud::PhishingProtection::V1beta1::PhishingProtectionService::Paths
- Extended by:
- Paths
- Included in:
- Client, Paths, Rest::Client
- Defined in:
- lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/paths.rb
Overview
Path helper methods for the PhishingProtectionService API.
Instance Method Summary collapse
-
#project_path(project:) ⇒ ::String
Create a fully-qualified Project resource string.
Instance Method Details
#project_path(project:) ⇒ ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
37 38 39 |
# File 'lib/google/cloud/phishing_protection/v1beta1/phishing_protection_service/paths.rb', line 37 def project_path project: "projects/#{project}" end |