Reference documentation and code samples for the Grafeas V1 API module Grafeas::V1::Grafeas::Paths.
Path helper methods for the Grafeas API.
Extended By
Methods
#note_path
def note_path(project:, note:) -> ::String
Create a fully-qualified Note resource string.
The resource will be in the following format:
projects/{project}/notes/{note}
- project (String)
- note (String)
- (::String)
- (::ArgumentError)
#occurrence_path
def occurrence_path(project:, occurrence:) -> ::String
Create a fully-qualified Occurrence resource string.
The resource will be in the following format:
projects/{project}/occurrences/{occurrence}
- project (String)
- occurrence (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)