Interface UserListServiceGrpc.AsyncService
- All Known Implementing Classes:
UserListServiceGrpc.UserListServiceImplBase
- Enclosing class:
- UserListServiceGrpc
public static interface UserListServiceGrpc.AsyncService
Service to manage user lists.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateUserLists(MutateUserListsRequest request, io.grpc.stub.StreamObserver<MutateUserListsResponse> responseObserver) Creates or updates user lists.
-
Method Details
-
mutateUserLists
default void mutateUserLists(MutateUserListsRequest request, io.grpc.stub.StreamObserver<MutateUserListsResponse> responseObserver) Creates or updates user lists. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [DatabaseError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [InternalError]() [MutateError]() [NewResourceCreationError]() [NotAllowlistedError]() [NotEmptyError]() [OperationAccessDeniedError]() [QuotaError]() [RangeError]() [RequestError]() [StringFormatError]() [StringLengthError]() [UserListError]()
-