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