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