Class KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub>
-
- com.google.ads.googleads.v10.services.KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub
-
- Enclosing class:
- KeywordThemeConstantServiceGrpc
public static final class KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub extends io.grpc.stub.AbstractFutureStub<KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub>
Service to fetch Smart Campaign keyword themes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<SuggestKeywordThemeConstantsResponse>suggestKeywordThemeConstants(SuggestKeywordThemeConstantsRequest request)Returns KeywordThemeConstant suggestions by keyword themes.
-
-
-
Method Detail
-
build
protected KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceFutureStub>
-
suggestKeywordThemeConstants
public com.google.common.util.concurrent.ListenableFuture<SuggestKeywordThemeConstantsResponse> suggestKeywordThemeConstants(SuggestKeywordThemeConstantsRequest request)
Returns KeywordThemeConstant suggestions by keyword themes. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-