Package com.google.cloud.channel.v1.stub
Class CloudChannelReportsServiceStub
- java.lang.Object
-
- com.google.cloud.channel.v1.stub.CloudChannelReportsServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcCloudChannelReportsServiceStub
,HttpJsonCloudChannelReportsServiceStub
@Generated("by gapic-generator-java") public abstract class CloudChannelReportsServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CloudChannelReportsService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CloudChannelReportsServiceStub()
-
Method Summary
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
runReportJobOperationCallable
public com.google.api.gax.rpc.OperationCallable<RunReportJobRequest,RunReportJobResponse,OperationMetadata> runReportJobOperationCallable()
-
runReportJobCallable
public com.google.api.gax.rpc.UnaryCallable<RunReportJobRequest,com.google.longrunning.Operation> runReportJobCallable()
-
fetchReportResultsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<FetchReportResultsRequest,CloudChannelReportsServiceClient.FetchReportResultsPagedResponse> fetchReportResultsPagedCallable()
-
fetchReportResultsCallable
public com.google.api.gax.rpc.UnaryCallable<FetchReportResultsRequest,FetchReportResultsResponse> fetchReportResultsCallable()
-
listReportsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,CloudChannelReportsServiceClient.ListReportsPagedResponse> listReportsPagedCallable()
-
listReportsCallable
public com.google.api.gax.rpc.UnaryCallable<ListReportsRequest,ListReportsResponse> listReportsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-