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