Interface SharedSetServiceGrpc.AsyncService

All Known Implementing Classes:
SharedSetServiceGrpc.SharedSetServiceImplBase
Enclosing class:
SharedSetServiceGrpc

public static interface SharedSetServiceGrpc.AsyncService
 Service to manage shared sets.
 
  • Method Details

    • mutateSharedSets

      default void mutateSharedSets(MutateSharedSetsRequest request, io.grpc.stub.StreamObserver<MutateSharedSetsResponse> responseObserver)
       Creates, updates, or removes shared sets. Operation statuses are returned.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [DatabaseError]()
         [DateError]()
         [DistinctError]()
         [FieldError]()
         [FieldMaskError]()
         [HeaderError]()
         [IdError]()
         [InternalError]()
         [MutateError]()
         [NewResourceCreationError]()
         [NotEmptyError]()
         [NullError]()
         [OperatorError]()
         [QuotaError]()
         [RangeError]()
         [RequestError]()
         [ResourceCountLimitExceededError]()
         [SharedSetError]()
         [SizeLimitError]()
         [StringFormatError]()
         [StringLengthError]()