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