Interface AdGroupFeedServiceGrpc.AsyncService
-
- All Known Implementing Classes:
AdGroupFeedServiceGrpc.AdGroupFeedServiceImplBase
- Enclosing class:
- AdGroupFeedServiceGrpc
public static interface AdGroupFeedServiceGrpc.AsyncServiceService to manage ad group feeds.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateAdGroupFeeds(MutateAdGroupFeedsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupFeedsResponse> responseObserver)Creates, updates, or removes ad group feeds.
-
-
-
Method Detail
-
mutateAdGroupFeeds
default void mutateAdGroupFeeds(MutateAdGroupFeedsRequest request, io.grpc.stub.StreamObserver<MutateAdGroupFeedsResponse> responseObserver)
Creates, updates, or removes ad group feeds. Operation statuses are returned. List of thrown errors: [AdGroupFeedError]() [AuthenticationError]() [AuthorizationError]() [CollectionSizeError]() [DatabaseError]() [DistinctError]() [FieldError]() [FunctionError]() [FunctionParsingError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-