Interface CustomerLabelServiceGrpc.AsyncService

All Known Implementing Classes:
CustomerLabelServiceGrpc.CustomerLabelServiceImplBase
Enclosing class:
CustomerLabelServiceGrpc

public static interface CustomerLabelServiceGrpc.AsyncService
 Service to manage labels on customers.
 
  • Method Details

    • mutateCustomerLabels

      default 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]()