Class CampaignServiceGrpc.CampaignServiceImplBase

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

    public abstract static class CampaignServiceGrpc.CampaignServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage campaigns.
     
    • Constructor Detail

      • CampaignServiceImplBase

        public CampaignServiceImplBase()
    • Method Detail

      • mutateCampaigns

        public void mutateCampaigns​(MutateCampaignsRequest request,
                                    io.grpc.stub.StreamObserver<MutateCampaignsResponse> responseObserver)
         Creates, updates, or removes campaigns. Operation statuses are returned.
         List of thrown errors:
           [AdxError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [BiddingError]()
           [BiddingStrategyError]()
           [CampaignBudgetError]()
           [CampaignError]()
           [ContextError]()
           [DatabaseError]()
           [DateError]()
           [DateRangeError]()
           [DistinctError]()
           [FieldError]()
           [FieldMaskError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [ListOperationError]()
           [MutateError]()
           [NewResourceCreationError]()
           [NotAllowlistedError]()
           [NotEmptyError]()
           [NullError]()
           [OperationAccessDeniedError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RegionCodeError]()
           [RequestError]()
           [ResourceCountLimitExceededError]()
           [SettingError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()
           [UrlFieldError]()
         
      • bindService

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