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