Class ClickViewServiceGrpc.ClickViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ClickViewServiceGrpc.ClickViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.ClickViewServiceGrpc.ClickViewServiceFutureStub
-
- Enclosing class:
- ClickViewServiceGrpc
public static final class ClickViewServiceGrpc.ClickViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ClickViewServiceGrpc.ClickViewServiceFutureStub>
Service to fetch click views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClickViewServiceGrpc.ClickViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ClickView>getClickView(GetClickViewRequest request)Returns the requested click view in full detail.
-
-
-
Method Detail
-
build
protected ClickViewServiceGrpc.ClickViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ClickViewServiceGrpc.ClickViewServiceFutureStub>
-
getClickView
public com.google.common.util.concurrent.ListenableFuture<ClickView> getClickView(GetClickViewRequest request)
Returns the requested click view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-