Interface KeywordThemeConstantServiceGrpc.AsyncService
- All Known Implementing Classes:
KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase
- Enclosing class:
- KeywordThemeConstantServiceGrpc
public static interface KeywordThemeConstantServiceGrpc.AsyncService
Service to fetch Smart Campaign keyword themes.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsuggestKeywordThemeConstants(SuggestKeywordThemeConstantsRequest request, io.grpc.stub.StreamObserver<SuggestKeywordThemeConstantsResponse> responseObserver) Returns KeywordThemeConstant suggestions by keyword themes.
-
Method Details
-
suggestKeywordThemeConstants
default void suggestKeywordThemeConstants(SuggestKeywordThemeConstantsRequest request, io.grpc.stub.StreamObserver<SuggestKeywordThemeConstantsResponse> responseObserver) Returns KeywordThemeConstant suggestions by keyword themes. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-