Class KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase

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

    public abstract static class KeywordPlanCampaignServiceGrpc.KeywordPlanCampaignServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage Keyword Plan campaigns.
     
    • Constructor Detail

      • KeywordPlanCampaignServiceImplBase

        public KeywordPlanCampaignServiceImplBase()
    • Method Detail

      • mutateKeywordPlanCampaigns

        public void mutateKeywordPlanCampaigns​(MutateKeywordPlanCampaignsRequest request,
                                               io.grpc.stub.StreamObserver<MutateKeywordPlanCampaignsResponse> responseObserver)
         Creates, updates, or removes Keyword Plan campaigns. Operation statuses are
         returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [FieldMaskError]()
           [HeaderError]()
           [InternalError]()
           [KeywordPlanCampaignError]()
           [KeywordPlanError]()
           [ListOperationError]()
           [MutateError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [ResourceCountLimitExceededError]()
         
      • bindService

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