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