module Google::Cloud::ResourceManager::V3::Projects::Paths
Path helper methods for the Projects
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/resource_manager/v3/projects/paths.rb, line 37 def project_path project: "projects/#{project}" end