Class CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub>
-
- com.google.ads.googleads.v10.services.CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub
-
- Enclosing class:
- CampaignFeedServiceGrpc
public static final class CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub>
Service to manage campaign feeds.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CampaignFeedServiceGrpc.CampaignFeedServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateCampaignFeedsResponse>mutateCampaignFeeds(MutateCampaignFeedsRequest request)Creates, updates, or removes campaign feeds.
-
-
-
Method Detail
-
build
protected CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CampaignFeedServiceGrpc.CampaignFeedServiceFutureStub>
-
mutateCampaignFeeds
public com.google.common.util.concurrent.ListenableFuture<MutateCampaignFeedsResponse> mutateCampaignFeeds(MutateCampaignFeedsRequest request)
Creates, updates, or removes campaign feeds. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CampaignFeedError]() [CollectionSizeError]() [DatabaseError]() [DistinctError]() [FieldError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-