Interface AdGroupAdServiceGrpc.AsyncService
- All Known Implementing Classes:
AdGroupAdServiceGrpc.AdGroupAdServiceImplBase
- Enclosing class:
- AdGroupAdServiceGrpc
public static interface AdGroupAdServiceGrpc.AsyncService
Service to manage ads in an ad group.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateAdGroupAds(MutateAdGroupAdsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupAdsResponse> responseObserver) Creates, updates, or removes ads.default voidremoveAutomaticallyCreatedAssets(RemoveAutomaticallyCreatedAssetsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Remove automatically created assets from an ad.
-
Method Details
-
mutateAdGroupAds
default 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]()
-
removeAutomaticallyCreatedAssets
default void removeAutomaticallyCreatedAssets(RemoveAutomaticallyCreatedAssetsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Remove automatically created assets from an ad. List of thrown errors: [AdError]() [AuthenticationError]() [AuthorizationError]() [AutomaticallyCreatedAssetRemovalError]() [HeaderError]() [InternalError]() [MutateError]() [QuotaError]() [RequestError]()
-