Uses of Class
com.google.cloud.channel.v1.CloudChannelReportsServiceClient.FetchReportResultsPagedResponse
-
Packages that use CloudChannelReportsServiceClient.FetchReportResultsPagedResponse Package Description com.google.cloud.channel.v1 A client to Cloud Channel APIcom.google.cloud.channel.v1.stub -
-
Uses of CloudChannelReportsServiceClient.FetchReportResultsPagedResponse in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelReportsServiceClient.FetchReportResultsPagedResponse Modifier and Type Method Description CloudChannelReportsServiceClient.FetchReportResultsPagedResponse
CloudChannelReportsServiceClient. fetchReportResults(FetchReportResultsRequest request)
Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].CloudChannelReportsServiceClient.FetchReportResultsPagedResponse
CloudChannelReportsServiceClient. fetchReportResults(ReportJobName reportJob)
Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].CloudChannelReportsServiceClient.FetchReportResultsPagedResponse
CloudChannelReportsServiceClient. fetchReportResults(String reportJob)
Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelReportsServiceClient.FetchReportResultsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudChannelReportsServiceClient.FetchReportResultsPagedResponse>
CloudChannelReportsServiceClient.FetchReportResultsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<FetchReportResultsRequest,FetchReportResultsResponse,Row> context, com.google.api.core.ApiFuture<FetchReportResultsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<FetchReportResultsRequest,CloudChannelReportsServiceClient.FetchReportResultsPagedResponse>
CloudChannelReportsServiceClient. fetchReportResultsPagedCallable()
Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].com.google.api.gax.rpc.PagedCallSettings.Builder<FetchReportResultsRequest,FetchReportResultsResponse,CloudChannelReportsServiceClient.FetchReportResultsPagedResponse>
CloudChannelReportsServiceSettings.Builder. fetchReportResultsSettings()
Returns the builder for the settings used for calls to fetchReportResults.com.google.api.gax.rpc.PagedCallSettings<FetchReportResultsRequest,FetchReportResultsResponse,CloudChannelReportsServiceClient.FetchReportResultsPagedResponse>
CloudChannelReportsServiceSettings. fetchReportResultsSettings()
Returns the object with the settings used for calls to fetchReportResults. -
Uses of CloudChannelReportsServiceClient.FetchReportResultsPagedResponse in com.google.cloud.channel.v1.stub
-