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