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