Class AdGroupCriterionServiceGrpc.AdGroupCriterionServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AdGroupCriterionServiceGrpc.AdGroupCriterionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AdGroupCriterionServiceGrpc
public abstract static class AdGroupCriterionServiceGrpc.AdGroupCriterionServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage ad group criteria.
-
-
Constructor Summary
Constructors Constructor Description AdGroupCriterionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateAdGroupCriteria(MutateAdGroupCriteriaRequest request, io.grpc.stub.StreamObserver<MutateAdGroupCriteriaResponse> responseObserver)Creates, updates, or removes criteria.
-
-
-
Method Detail
-
mutateAdGroupCriteria
public void mutateAdGroupCriteria(MutateAdGroupCriteriaRequest request, io.grpc.stub.StreamObserver<MutateAdGroupCriteriaResponse> responseObserver)
Creates, updates, or removes criteria. Operation statuses are returned. List of thrown errors: [AdGroupCriterionError]() [AdxError]() [AuthenticationError]() [AuthorizationError]() [BiddingError]() [BiddingStrategyError]() [CollectionSizeError]() [ContextError]() [CriterionError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [MultiplierError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [PolicyViolationError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-