Cloud Security Compliance V1 API - Module Google::Cloud::CloudSecurityCompliance::V1::Monitoring::Paths (v0.2.0)

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.

Methods

#folder_location_path

def folder_location_path(folder:, location:) -> ::String

Create a fully-qualified FolderLocation resource string.

The resource will be in the following format:

folders/{folder}/locations/{location}

Parameters
  • folder (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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:) -> ::String

Create a fully-qualified FrameworkComplianceReport resource string.

Overloads
def framework_compliance_report_path(project:, location:, framework_compliance_report:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

Parameters
  • project (String)
  • location (String)
  • framework_compliance_report (String)
def framework_compliance_report_path(folder:, location:, framework_compliance_report:) -> ::String
The resource will be in the following format:

folders/{folder}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

Parameters
  • folder (String)
  • location (String)
  • framework_compliance_report (String)
def framework_compliance_report_path(organization:, location:, framework_compliance_report:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/frameworkComplianceReports/{framework_compliance_report}

Parameters
  • organization (String)
  • location (String)
  • framework_compliance_report (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#organization_location_path

def organization_location_path(organization:, location:) -> ::String

Create a fully-qualified OrganizationLocation resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)