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