Class WebpageViewServiceGrpc.WebpageViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<WebpageViewServiceGrpc.WebpageViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.WebpageViewServiceGrpc.WebpageViewServiceFutureStub
-
- Enclosing class:
- WebpageViewServiceGrpc
public static final class WebpageViewServiceGrpc.WebpageViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<WebpageViewServiceGrpc.WebpageViewServiceFutureStub>
Service to manage webpage views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebpageViewServiceGrpc.WebpageViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<WebpageView>getWebpageView(GetWebpageViewRequest request)Returns the requested webpage view in full detail.
-
-
-
Method Detail
-
build
protected WebpageViewServiceGrpc.WebpageViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<WebpageViewServiceGrpc.WebpageViewServiceFutureStub>
-
getWebpageView
public com.google.common.util.concurrent.ListenableFuture<WebpageView> getWebpageView(GetWebpageViewRequest request)
Returns the requested webpage view in full detail.
-
-