Class RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub>
com.google.ads.googleads.v18.services.RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub
- Enclosing class:
- RecommendationSubscriptionServiceGrpc
public static final class RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service RecommendationSubscriptionService.
Service to manage recommendation subscriptions.
-
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 Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<MutateRecommendationSubscriptionResponse>Mutates given subscription with corresponding apply parameters.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<RecommendationSubscriptionServiceGrpc.RecommendationSubscriptionServiceFutureStub>
-
mutateRecommendationSubscription
public com.google.common.util.concurrent.ListenableFuture<MutateRecommendationSubscriptionResponse> mutateRecommendationSubscription(MutateRecommendationSubscriptionRequest request) Mutates given subscription with corresponding apply parameters. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RecommendationError]() [RequestError]() [UrlFieldError]()
-