Class FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<FeedItemTargetServiceGrpc.FeedItemTargetServiceBlockingStub>
-
- com.google.ads.googleads.v9.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)FeedItemTargetgetFeedItemTarget(GetFeedItemTargetRequest request)Returns the requested feed item targets in full detail.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>
-
getFeedItemTarget
public FeedItemTarget getFeedItemTarget(GetFeedItemTargetRequest request)
Returns the requested feed item targets in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
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]()
-
-