Class CustomerFeedServiceGrpc.CustomerFeedServiceBlockingStub

    • 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

      • getCustomerFeed

        public CustomerFeed getCustomerFeed​(GetCustomerFeedRequest request)
         Returns the requested customer feed in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateCustomerFeeds

        public MutateCustomerFeedsResponse mutateCustomerFeeds​(MutateCustomerFeedsRequest request)
         Creates, updates, or removes customer feeds. Operation statuses are
         returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [CustomerFeedError]()
           [DatabaseError]()
           [DistinctError]()
           [FieldError]()
           [FieldMaskError]()
           [FunctionError]()
           [FunctionParsingError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [MutateError]()
           [NotEmptyError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()