Class CustomerLabelServiceGrpc.CustomerLabelServiceImplBase

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

    public abstract static class CustomerLabelServiceGrpc.CustomerLabelServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage labels on customers.
     
    • Constructor Detail

      • CustomerLabelServiceImplBase

        public CustomerLabelServiceImplBase()
    • Method Detail

      • mutateCustomerLabels

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

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