Class CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub (3.41.0)

public static final class CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub extends AbstractFutureStub<CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service CloudChannelReportsService.

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 instead.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions) (deprecated)

protected CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
CloudChannelReportsServiceGrpc.CloudChannelReportsServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

fetchReportResults(FetchReportResultsRequest request) (deprecated)

public ListenableFuture<FetchReportResultsResponse> fetchReportResults(FetchReportResultsRequest request)

Retrieves data generated by CloudChannelReportsService.RunReportJob. Deprecated: Please use Export Channel Services data to BigQuery instead.

Parameter
NameDescription
requestFetchReportResultsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<FetchReportResultsResponse>

listReports(ListReportsRequest request) (deprecated)

public ListenableFuture<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 instead.

Parameter
NameDescription
requestListReportsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListReportsResponse>

runReportJob(RunReportJobRequest request) (deprecated)

public ListenableFuture<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. To get the results of report generation, call CloudChannelReportsService.FetchReportResults with the RunReportJobResponse.report_job. Deprecated: Please use Export Channel Services data to BigQuery instead.
Parameter
NameDescription
requestRunReportJobRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>