Class RemarketingActionServiceGrpc.RemarketingActionServiceImplBase

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

    public abstract static class RemarketingActionServiceGrpc.RemarketingActionServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage remarketing actions.
     
    • Constructor Detail

      • RemarketingActionServiceImplBase

        public RemarketingActionServiceImplBase()
    • Method Detail

      • mutateRemarketingActions

        public void mutateRemarketingActions​(MutateRemarketingActionsRequest request,
                                             io.grpc.stub.StreamObserver<MutateRemarketingActionsResponse> responseObserver)
         Creates or updates remarketing actions. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [ConversionActionError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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