Class SharedCriterionServiceGrpc.SharedCriterionServiceFutureStub

    • 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

      • getSharedCriterion

        public com.google.common.util.concurrent.ListenableFuture<SharedCriterion> getSharedCriterion​(GetSharedCriterionRequest request)
         Returns the requested shared criterion in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateSharedCriteria

        public com.google.common.util.concurrent.ListenableFuture<MutateSharedCriteriaResponse> mutateSharedCriteria​(MutateSharedCriteriaRequest request)
         Creates or removes shared criteria. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CriterionError]()
           [DatabaseError]()
           [DistinctError]()
           [FieldError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [MutateError]()
           [NotEmptyError]()
           [NullError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [ResourceCountLimitExceededError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()