Class BatchJobServiceStub
- java.lang.Object
-
- com.google.ads.googleads.v10.services.stub.BatchJobServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,java.lang.AutoCloseable
- Direct Known Subclasses:
GrpcBatchJobServiceStub
@Generated("by gapic-generator-java") public abstract class BatchJobServiceStub extends java.lang.Object implements com.google.api.gax.core.BackgroundResourceBase stub class for the BatchJobService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BatchJobServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AddBatchJobOperationsRequest,AddBatchJobOperationsResponse>addBatchJobOperationsCallable()abstract voidclose()com.google.longrunning.stub.OperationsStubgetOperationsStub()com.google.api.gax.rpc.UnaryCallable<ListBatchJobResultsRequest,ListBatchJobResultsResponse>listBatchJobResultsCallable()com.google.api.gax.rpc.UnaryCallable<ListBatchJobResultsRequest,BatchJobServiceClient.ListBatchJobResultsPagedResponse>listBatchJobResultsPagedCallable()com.google.api.gax.rpc.UnaryCallable<MutateBatchJobRequest,MutateBatchJobResponse>mutateBatchJobCallable()com.google.api.gax.rpc.UnaryCallable<RunBatchJobRequest,com.google.longrunning.Operation>runBatchJobCallable()com.google.api.gax.rpc.OperationCallable<RunBatchJobRequest,com.google.protobuf.Empty,BatchJob.BatchJobMetadata>runBatchJobOperationCallable()
-
-
-
Method Detail
-
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,BatchJob.BatchJobMetadata> runBatchJobOperationCallable()
-
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 interfacejava.lang.AutoCloseable
-
-