Class KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- KeywordThemeConstantServiceGrpc
public abstract static class KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch Smart Campaign keyword themes.
-
-
Constructor Summary
Constructors Constructor Description KeywordThemeConstantServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidsuggestKeywordThemeConstants(SuggestKeywordThemeConstantsRequest request, io.grpc.stub.StreamObserver<SuggestKeywordThemeConstantsResponse> responseObserver)Returns KeywordThemeConstant suggestions by keyword themes.
-
-
-
Method Detail
-
suggestKeywordThemeConstants
public 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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-