@Deprecated public static final class CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub>
CloudChannelReportsService lets Google Cloud resellers and distributors retrieve and combine a variety of data in Cloud Channel for multiple products (Google Cloud, Google Voice, and Google Workspace.) Deprecated: This service is being deprecated. Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
| Modifier and Type | Method and Description |
|---|---|
protected CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions)
Deprecated.
|
FetchReportResultsResponse |
fetchReportResults(FetchReportResultsRequest request)
Deprecated.
|
ListReportsResponse |
listReports(ListReportsRequest request)
Deprecated.
|
com.google.longrunning.Operation |
runReportJob(RunReportJobRequest request)
Deprecated.
|
protected CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<CloudChannelReportsServiceGrpc.CloudChannelReportsServiceBlockingStub>@Deprecated public com.google.longrunning.Operation runReportJob(RunReportJobRequest request)
Begins generation of data for a given report. The report identifier is a UID (for example, `613bf59q`). Possible error codes: * PERMISSION_DENIED: The user doesn't have access to this report. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The report identifier was not found. * INTERNAL: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. * UNKNOWN: Any non-user error related to a technical issue in the backend. Contact Cloud Channel support. Return value: The ID of a long-running operation. To get the results of the operation, call the GetOperation method of CloudChannelOperationsService. The Operation metadata contains an instance of [OperationMetadata][google.cloud.channel.v1.OperationMetadata]. To get the results of report generation, call [CloudChannelReportsService.FetchReportResults][google.cloud.channel.v1.CloudChannelReportsService.FetchReportResults] with the [RunReportJobResponse.report_job][google.cloud.channel.v1.RunReportJobResponse.report_job]. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
@Deprecated public FetchReportResultsResponse fetchReportResults(FetchReportResultsRequest request)
Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob]. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
@Deprecated public ListReportsResponse listReports(ListReportsRequest request)
Lists the reports that RunReportJob can run. These reports include an ID, a description, and the list of columns that will be in the result. Deprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.
Copyright © 2024 Google LLC. All rights reserved.