Class CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerNegativeCriterionServiceGrpc
public abstract static class CustomerNegativeCriterionServiceGrpc.CustomerNegativeCriterionServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customer negative criteria.
-
-
Constructor Summary
Constructors Constructor Description CustomerNegativeCriterionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetCustomerNegativeCriterion(GetCustomerNegativeCriterionRequest request, io.grpc.stub.StreamObserver<CustomerNegativeCriterion> responseObserver)Returns the requested criterion in full detail.voidmutateCustomerNegativeCriteria(MutateCustomerNegativeCriteriaRequest request, io.grpc.stub.StreamObserver<MutateCustomerNegativeCriteriaResponse> responseObserver)Creates or removes criteria.
-
-
-
Method Detail
-
getCustomerNegativeCriterion
public void getCustomerNegativeCriterion(GetCustomerNegativeCriterionRequest request, io.grpc.stub.StreamObserver<CustomerNegativeCriterion> responseObserver)
Returns the requested criterion in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-