Interface CampaignSharedSetServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CampaignSharedSetServiceGrpc.CampaignSharedSetServiceImplBase
- Enclosing class:
- CampaignSharedSetServiceGrpc
public static interface CampaignSharedSetServiceGrpc.AsyncServiceService to manage campaign shared sets.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateCampaignSharedSets(MutateCampaignSharedSetsRequest request, io.grpc.stub.StreamObserver<MutateCampaignSharedSetsResponse> responseObserver)Creates or removes campaign shared sets.
-
-
-
Method Detail
-
mutateCampaignSharedSets
default void mutateCampaignSharedSets(MutateCampaignSharedSetsRequest request, io.grpc.stub.StreamObserver<MutateCampaignSharedSetsResponse> responseObserver)
Creates or removes campaign shared sets. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CampaignSharedSetError]() [ContextError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-
-