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