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