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