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