Interface CampaignAssetServiceGrpc.AsyncService
- All Known Implementing Classes:
CampaignAssetServiceGrpc.CampaignAssetServiceImplBase
- Enclosing class:
- CampaignAssetServiceGrpc
public static interface CampaignAssetServiceGrpc.AsyncService
Service to manage campaign assets.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateCampaignAssets(MutateCampaignAssetsRequest request, io.grpc.stub.StreamObserver<MutateCampaignAssetsResponse> responseObserver) Creates, updates, or removes campaign assets.
-
Method Details
-
mutateCampaignAssets
default void mutateCampaignAssets(MutateCampaignAssetsRequest request, io.grpc.stub.StreamObserver<MutateCampaignAssetsResponse> responseObserver) Creates, updates, or removes campaign assets. Operation statuses are returned. List of thrown errors: [AssetLinkError]() [AuthenticationError]() [AuthorizationError]() [ContextError]() [DatabaseError]() [FieldError]() [HeaderError]() [InternalError]() [MutateError]() [NotAllowlistedError]() [QuotaError]() [RequestError]()
-