Class AdGroupAdServiceGrpc.AdGroupAdServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AdGroupAdServiceGrpc.AdGroupAdServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AdGroupAdServiceGrpc
public abstract static class AdGroupAdServiceGrpc.AdGroupAdServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage ads in an ad group.
-
-
Constructor Summary
Constructors Constructor Description AdGroupAdServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateAdGroupAds(MutateAdGroupAdsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupAdsResponse> responseObserver)Creates, updates, or removes ads.
-
-
-
Method Detail
-
mutateAdGroupAds
public void mutateAdGroupAds(MutateAdGroupAdsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupAdsResponse> responseObserver)
Creates, updates, or removes ads. Operation statuses are returned. List of thrown errors: [AdCustomizerError]() [AdError]() [AdGroupAdError]() [AdSharingError]() [AdxError]() [AssetError]() [AssetLinkError]() [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [ContextError]() [DatabaseError]() [DateError]() [DistinctError]() [FeedAttributeReferenceError]() [FieldError]() [FieldMaskError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [ImageError]() [InternalError]() [ListOperationError]() [MediaBundleError]() [MediaFileError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [PolicyFindingError]() [PolicyValidationParameterError]() [PolicyViolationError]() [QuotaError]() [RangeError]() [RequestError]() [ResourceCountLimitExceededError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]() [UrlFieldError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-