Class KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    KeywordThemeConstantServiceGrpc

    public abstract static class KeywordThemeConstantServiceGrpc.KeywordThemeConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch Smart Campaign keyword themes.
     
    • Constructor Detail

      • KeywordThemeConstantServiceImplBase

        public KeywordThemeConstantServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService