Class TopicConstantServiceGrpc.TopicConstantServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.TopicConstantServiceGrpc.TopicConstantServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- TopicConstantServiceGrpc
public abstract static class TopicConstantServiceGrpc.TopicConstantServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch topic constants.
-
-
Constructor Summary
Constructors Constructor Description TopicConstantServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetTopicConstant(GetTopicConstantRequest request, io.grpc.stub.StreamObserver<TopicConstant> responseObserver)Returns the requested topic constant in full detail.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-