Class CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub>
-
- com.google.ads.googleads.v10.services.CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub
-
- Enclosing class:
- CustomerNegativeCriterionServiceGrpc
public static final class CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub>
Service to manage customer negative criteria.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateCustomerNegativeCriteriaResponse>mutateCustomerNegativeCriteria(MutateCustomerNegativeCriteriaRequest request)Creates or removes criteria.
-
-
-
Method Detail
-
build
protected CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceFutureStub>
-
mutateCustomerNegativeCriteria
public com.google.common.util.concurrent.ListenableFuture<MutateCustomerNegativeCriteriaResponse> mutateCustomerNegativeCriteria(MutateCustomerNegativeCriteriaRequest request)
Creates or removes criteria. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CriterionError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-
-