Class KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceImplBase

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

    public abstract static class KeywordPlanAdGroupKeywordServiceGrpc.KeywordPlanAdGroupKeywordServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage Keyword Plan ad group keywords. KeywordPlanAdGroup is
     required to add ad group keywords. Positive and negative keywords are
     supported. A maximum of 10,000 positive keywords are allowed per keyword
     plan. A maximum of 1,000 negative keywords are allower per keyword plan. This
     includes campaign negative keywords and ad group negative keywords.
     
    • Constructor Detail

      • KeywordPlanAdGroupKeywordServiceImplBase

        public KeywordPlanAdGroupKeywordServiceImplBase()
    • Method Detail

      • mutateKeywordPlanAdGroupKeywords

        public void mutateKeywordPlanAdGroupKeywords​(MutateKeywordPlanAdGroupKeywordsRequest request,
                                                     io.grpc.stub.StreamObserver<MutateKeywordPlanAdGroupKeywordsResponse> responseObserver)
         Creates, updates, or removes Keyword Plan ad group keywords. Operation
         statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanAdGroupKeywordError]()
           [KeywordPlanError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()
           [ResourceCountLimitExceededError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService