Interface UserListCustomerTypeServiceGrpc.AsyncService
- All Known Implementing Classes:
UserListCustomerTypeServiceGrpc.UserListCustomerTypeServiceImplBase
- Enclosing class:
- UserListCustomerTypeServiceGrpc
public static interface UserListCustomerTypeServiceGrpc.AsyncService
Service to manage user list customer types.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateUserListCustomerTypes(MutateUserListCustomerTypesRequest request, io.grpc.stub.StreamObserver<MutateUserListCustomerTypesResponse> responseObserver) Attach or remove user list customer types.
-
Method Details
-
mutateUserListCustomerTypes
default void mutateUserListCustomerTypes(MutateUserListCustomerTypesRequest request, io.grpc.stub.StreamObserver<MutateUserListCustomerTypesResponse> responseObserver) Attach or remove user list customer types. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [UserListCustomerTypeError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-