Class CampaignLabelServiceGrpc.CampaignLabelServiceImplBase

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

    public abstract static class CampaignLabelServiceGrpc.CampaignLabelServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage labels on campaigns.
     
    • Constructor Detail

      • CampaignLabelServiceImplBase

        public CampaignLabelServiceImplBase()
    • Method Detail

      • mutateCampaignLabels

        public void mutateCampaignLabels​(MutateCampaignLabelsRequest request,
                                         io.grpc.stub.StreamObserver<MutateCampaignLabelsResponse> responseObserver)
         Creates and removes campaign-label relationships.
         Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [LabelError]()
           [MutateError]()
           [NewResourceCreationError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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