Class FeedMappingServiceGrpc.FeedMappingServiceBlockingStub

    • 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

      • getFeedMapping

        public FeedMapping getFeedMapping​(GetFeedMappingRequest request)
         Returns the requested feed mapping in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateFeedMappings

        public MutateFeedMappingsResponse mutateFeedMappings​(MutateFeedMappingsRequest request)
         Creates or removes feed mappings. Operation statuses are
         returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [DistinctError]()
           [FeedMappingError]()
           [FieldError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [MutateError]()
           [NotEmptyError]()
           [OperationAccessDeniedError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()