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