Reference documentation and code samples for the Cloud OS Config V1 API module Google::Cloud::OsConfig::V1::OsConfigService::Paths.
Path helper methods for the OsConfigService API.
Methods
#patch_deployment_path
def patch_deployment_path(project:, patch_deployment:) -> ::String
Create a fully-qualified PatchDeployment resource string.
The resource will be in the following format:
projects/{project}/patchDeployments/{patch_deployment}
- project (String)
- patch_deployment (String)
- (::String)
- (::ArgumentError)
#patch_job_path
def patch_job_path(project:, patch_job:) -> ::String
Create a fully-qualified PatchJob resource string.
The resource will be in the following format:
projects/{project}/patchJobs/{patch_job}
- project (String)
- patch_job (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)