Class FeedItemTargetServiceGrpc.FeedItemTargetServiceStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • getFeedItemTarget

        public void getFeedItemTarget​(GetFeedItemTargetRequest request,
                                      io.grpc.stub.StreamObserver<FeedItemTarget> responseObserver)
         Returns the requested feed item targets in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateFeedItemTargets

        public void mutateFeedItemTargets​(MutateFeedItemTargetsRequest request,
                                          io.grpc.stub.StreamObserver<MutateFeedItemTargetsResponse> responseObserver)
         Creates or removes feed item targets. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CriterionError]()
           [DatabaseError]()
           [DistinctError]()
           [FeedItemTargetError]()
           [FieldError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [MutateError]()
           [NotEmptyError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()