Class WebpageViewServiceGrpc.WebpageViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.WebpageViewServiceGrpc.WebpageViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- WebpageViewServiceGrpc
public abstract static class WebpageViewServiceGrpc.WebpageViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage webpage views.
-
-
Constructor Summary
Constructors Constructor Description WebpageViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetWebpageView(GetWebpageViewRequest request, io.grpc.stub.StreamObserver<WebpageView> responseObserver)Returns the requested webpage view in full detail.
-
-
-
Method Detail
-
getWebpageView
public void getWebpageView(GetWebpageViewRequest request, io.grpc.stub.StreamObserver<WebpageView> responseObserver)
Returns the requested webpage view in full detail.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-