Class FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub>
-
- com.google.ads.googleads.v10.services.FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub
-
- Enclosing class:
- FeedItemTargetServiceGrpc
public static final class FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub extends io.grpc.stub.AbstractFutureStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub>
Service to manage feed item targets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateFeedItemTargetsResponse>mutateFeedItemTargets(MutateFeedItemTargetsRequest request)Creates or removes feed item targets.
-
-
-
Method Detail
-
build
protected FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceFutureStub>
-
mutateFeedItemTargets
public com.google.common.util.concurrent.ListenableFuture<MutateFeedItemTargetsResponse> mutateFeedItemTargets(MutateFeedItemTargetsRequest request)
Creates or removes feed item targets. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CriterionError]() [DatabaseError]() [DistinctError]() [FeedItemTargetError]() [FieldError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-