Cloud Channel V1 API - Module Google::Cloud::Channel::V1::CloudChannelReportsService::Paths (v0.18.0)

Reference documentation and code samples for the Cloud Channel V1 API module Google::Cloud::Channel::V1::CloudChannelReportsService::Paths.

Path helper methods for the CloudChannelReportsService API.

Methods

#report_job_path

def report_job_path(account:, report_job:) -> ::String

Create a fully-qualified ReportJob resource string.

The resource will be in the following format:

accounts/{account}/reportJobs/{report_job}

Parameters
  • account (String)
  • report_job (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#report_path

def report_path(account:, report:) -> ::String

Create a fully-qualified Report resource string.

The resource will be in the following format:

accounts/{account}/reports/{report}

Parameters
  • account (String)
  • report (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)