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.
Included In
Methods
#report_job_path
def report_job_path(account:, report_job:) -> ::StringCreate a fully-qualified ReportJob resource string.
The resource will be in the following format:
accounts/{account}/reportJobs/{report_job}
- account (String)
- report_job (String)
- (::String)
- (::ArgumentError)
#report_path
def report_path(account:, report:) -> ::StringCreate a fully-qualified Report resource string.
The resource will be in the following format:
accounts/{account}/reports/{report}
- account (String)
- report (String)
- (::String)
- (::ArgumentError)