Interface SharedSetServiceGrpc.AsyncService
-
- All Known Implementing Classes:
SharedSetServiceGrpc.SharedSetServiceImplBase
- Enclosing class:
- SharedSetServiceGrpc
public static interface SharedSetServiceGrpc.AsyncServiceService to manage shared sets.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateSharedSets(MutateSharedSetsRequest request, io.grpc.stub.StreamObserver<MutateSharedSetsResponse> responseObserver)Creates, updates, or removes shared sets.
-
-
-
Method Detail
-
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]()
-
-