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