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