Class LandingPageViewServiceGrpc.LandingPageViewServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<LandingPageViewServiceGrpc.LandingPageViewServiceStub>
-
- com.google.ads.googleads.v9.services.LandingPageViewServiceGrpc.LandingPageViewServiceStub
-
- Enclosing class:
- LandingPageViewServiceGrpc
public static final class LandingPageViewServiceGrpc.LandingPageViewServiceStub extends io.grpc.stub.AbstractAsyncStub<LandingPageViewServiceGrpc.LandingPageViewServiceStub>
Service to fetch landing page views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LandingPageViewServiceGrpc.LandingPageViewServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetLandingPageView(GetLandingPageViewRequest request, io.grpc.stub.StreamObserver<LandingPageView> responseObserver)Returns the requested landing page view in full detail.
-
-
-
Method Detail
-
build
protected LandingPageViewServiceGrpc.LandingPageViewServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LandingPageViewServiceGrpc.LandingPageViewServiceStub>
-
getLandingPageView
public void getLandingPageView(GetLandingPageViewRequest request, io.grpc.stub.StreamObserver<LandingPageView> responseObserver)
Returns the requested landing page view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-