Reference documentation and code samples for the Cloud Security Compliance V1 API module Google::Cloud::CloudSecurityCompliance::V1::Monitoring::Paths.
Path helper methods for the Monitoring API.
Included In
Methods
#folder_location_path
def folder_location_path(folder:, location:) -> ::StringCreate a fully-qualified FolderLocation resource string.
The resource will be in the following format:
folders/{folder}/locations/{location}
- folder (String)
- location (String)
- (::String)
- (::ArgumentError)
#framework_compliance_report_path
def framework_compliance_report_path(project:, location:, framework_compliance_report:) -> ::String
def framework_compliance_report_path(folder:, location:, framework_compliance_report:) -> ::String
def framework_compliance_report_path(organization:, location:, framework_compliance_report:) -> ::StringCreate a fully-qualified FrameworkComplianceReport resource string.
def framework_compliance_report_path(project:, location:, framework_compliance_report:) -> ::String
projects/{project}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}
- project (String)
- location (String)
- framework_compliance_report (String)
def framework_compliance_report_path(folder:, location:, framework_compliance_report:) -> ::String
folders/{folder}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}
- folder (String)
- location (String)
- framework_compliance_report (String)
def framework_compliance_report_path(organization:, location:, framework_compliance_report:) -> ::String
organizations/{organization}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}
- organization (String)
- location (String)
- framework_compliance_report (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::StringCreate a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)