Class UserListServiceGrpc.UserListServiceImplBase

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

    public abstract static class UserListServiceGrpc.UserListServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage user lists.
     
    • Constructor Detail

      • UserListServiceImplBase

        public UserListServiceImplBase()
    • Method Detail

      • mutateUserLists

        public 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]()
         
      • bindService

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