Class AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub>
-
- com.google.ads.googleads.v10.services.AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub
-
- Enclosing class:
- AdGroupCriterionServiceGrpc
public static final class AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub extends io.grpc.stub.AbstractAsyncStub<AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub>
Service to manage ad group criteria.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidmutateAdGroupCriteria(MutateAdGroupCriteriaRequest request, io.grpc.stub.StreamObserver<MutateAdGroupCriteriaResponse> responseObserver)Creates, updates, or removes criteria.
-
-
-
Method Detail
-
build
protected AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AdGroupCriterionServiceGrpc.AdGroupCriterionServiceStub>
-
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]()
-
-