Class ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub>
com.google.ads.googleads.v18.services.ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub
- Enclosing class:
- ConversionUploadServiceGrpc
public static final class ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ConversionUploadService.
Service to upload conversions.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<UploadCallConversionsResponse>Processes the given call conversions.com.google.common.util.concurrent.ListenableFuture<UploadClickConversionsResponse>Processes the given click conversions.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ConversionUploadServiceGrpc.ConversionUploadServiceFutureStub>
-
uploadClickConversions
public com.google.common.util.concurrent.ListenableFuture<UploadClickConversionsResponse> uploadClickConversions(UploadClickConversionsRequest request) Processes the given click conversions. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ConversionUploadError]() [HeaderError]() [InternalError]() [PartialFailureError]() [QuotaError]() [RequestError]()
-
uploadCallConversions
public com.google.common.util.concurrent.ListenableFuture<UploadCallConversionsResponse> uploadCallConversions(UploadCallConversionsRequest request) Processes the given call conversions. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [PartialFailureError]() [QuotaError]() [RequestError]()
-