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