Interface CustomerManagerLinkServiceGrpc.AsyncService

All Known Implementing Classes:
CustomerManagerLinkServiceGrpc.CustomerManagerLinkServiceImplBase
Enclosing class:
CustomerManagerLinkServiceGrpc

public static interface CustomerManagerLinkServiceGrpc.AsyncService
 Service to manage customer-manager links.
 
  • Method Details

    • mutateCustomerManagerLink

      default void mutateCustomerManagerLink(MutateCustomerManagerLinkRequest request, io.grpc.stub.StreamObserver<MutateCustomerManagerLinkResponse> responseObserver)
       Updates customer manager links. Operation statuses are returned.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [FieldMaskError]()
         [HeaderError]()
         [InternalError]()
         [ManagerLinkError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()
       
    • moveManagerLink

      default void moveManagerLink(MoveManagerLinkRequest request, io.grpc.stub.StreamObserver<MoveManagerLinkResponse> responseObserver)
       Moves a client customer to a new manager customer.
       This simplifies the complex request that requires two operations to move
       a client customer to a new manager, for example:
       1. Update operation with Status INACTIVE (previous manager) and,
       2. Update operation with Status ACTIVE (new manager).
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [FieldError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [QuotaError]()
         [RequestError]()