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