Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::LintingService::Paths.
Path helper methods for the LintingService API.
Extended By
Methods
#spec_path
def spec_path(project:, location:, api:, version:, spec:) -> ::String
Create a fully-qualified Spec resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}
- project (String)
- location (String)
- api (String)
- version (String)
- spec (String)
- (::String)
- (::ArgumentError)
#style_guide_path
def style_guide_path(project:, location:, plugin:) -> ::String
Create a fully-qualified StyleGuide resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/plugins/{plugin}/styleGuide
- project (String)
- location (String)
- plugin (String)
- (::String)
- (::ArgumentError)