Class FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub
-
- Enclosing class:
- FeedItemTargetServiceGrpc
public static final class FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub>
Service to manage feed item targets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateFeedItemTargetsResponsemutateFeedItemTargets(MutateFeedItemTargetsRequest request)Creates or removes feed item targets.
-
-
-
Method Detail
-
build
protected FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub>
-
mutateFeedItemTargets
public 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]()
-
-