Interface RemarketingActionServiceGrpc.AsyncService
- All Known Implementing Classes:
RemarketingActionServiceGrpc.RemarketingActionServiceImplBase
- Enclosing class:
- RemarketingActionServiceGrpc
public static interface RemarketingActionServiceGrpc.AsyncService
Service to manage remarketing actions.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateRemarketingActions(MutateRemarketingActionsRequest request, io.grpc.stub.StreamObserver<MutateRemarketingActionsResponse> responseObserver) Creates or updates remarketing actions.
-
Method Details
-
mutateRemarketingActions
default void mutateRemarketingActions(MutateRemarketingActionsRequest request, io.grpc.stub.StreamObserver<MutateRemarketingActionsResponse> responseObserver) Creates or updates remarketing actions. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ConversionActionError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-