Class BatchJobServiceStub
java.lang.Object
com.google.ads.googleads.v18.services.stub.BatchJobServiceStub
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcBatchJobServiceStub
@Generated("by gapic-generator-java")
public abstract class BatchJobServiceStub
extends Object
implements com.google.api.gax.core.BackgroundResource
Base stub class for the BatchJobService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<AddBatchJobOperationsRequest,AddBatchJobOperationsResponse> abstract voidclose()com.google.longrunning.stub.OperationsStubcom.google.api.gax.rpc.UnaryCallable<ListBatchJobResultsRequest,ListBatchJobResultsResponse> com.google.api.gax.rpc.UnaryCallable<ListBatchJobResultsRequest,BatchJobServiceClient.ListBatchJobResultsPagedResponse> com.google.api.gax.rpc.UnaryCallable<MutateBatchJobRequest,MutateBatchJobResponse> com.google.api.gax.rpc.UnaryCallable<RunBatchJobRequest,com.google.longrunning.Operation> com.google.api.gax.rpc.OperationCallable<RunBatchJobRequest,com.google.protobuf.Empty, BatchJob.BatchJobMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
BatchJobServiceStub
public BatchJobServiceStub()
-
-
Method Details
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub() -
mutateBatchJobCallable
public com.google.api.gax.rpc.UnaryCallable<MutateBatchJobRequest,MutateBatchJobResponse> mutateBatchJobCallable() -
listBatchJobResultsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListBatchJobResultsRequest,BatchJobServiceClient.ListBatchJobResultsPagedResponse> listBatchJobResultsPagedCallable() -
listBatchJobResultsCallable
public com.google.api.gax.rpc.UnaryCallable<ListBatchJobResultsRequest,ListBatchJobResultsResponse> listBatchJobResultsCallable() -
runBatchJobOperationCallable
public com.google.api.gax.rpc.OperationCallable<RunBatchJobRequest,com.google.protobuf.Empty, runBatchJobOperationCallable()BatchJob.BatchJobMetadata> -
runBatchJobCallable
public com.google.api.gax.rpc.UnaryCallable<RunBatchJobRequest,com.google.longrunning.Operation> runBatchJobCallable() -
addBatchJobOperationsCallable
public com.google.api.gax.rpc.UnaryCallable<AddBatchJobOperationsRequest,AddBatchJobOperationsResponse> addBatchJobOperationsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-