Class CustomAudienceServiceGrpc.CustomAudienceServiceFutureStub

    • 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

      • getCustomAudience

        public com.google.common.util.concurrent.ListenableFuture<CustomAudience> getCustomAudience​(GetCustomAudienceRequest request)
         Returns the requested custom audience in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateCustomAudiences

        public com.google.common.util.concurrent.ListenableFuture<MutateCustomAudiencesResponse> mutateCustomAudiences​(MutateCustomAudiencesRequest request)
         Creates or updates custom audiences. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CustomAudienceError]()
           [CustomInterestError]()
           [FieldError]()
           [FieldMaskError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [OperationAccessDeniedError]()
           [PolicyViolationError]()
           [QuotaError]()
           [RequestError]()