Interface CampaignAssetServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CampaignAssetServiceGrpc.CampaignAssetServiceImplBase
- Enclosing class:
- CampaignAssetServiceGrpc
public static interface CampaignAssetServiceGrpc.AsyncServiceService to manage campaign assets.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateCampaignAssets(MutateCampaignAssetsRequest request, io.grpc.stub.StreamObserver<MutateCampaignAssetsResponse> responseObserver)Creates, updates, or removes campaign assets.
-
-
-
Method Detail
-
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]()
-
-