Interface CustomAudienceServiceGrpc.AsyncService

All Known Implementing Classes:
CustomAudienceServiceGrpc.CustomAudienceServiceImplBase
Enclosing class:
CustomAudienceServiceGrpc

public static interface CustomAudienceServiceGrpc.AsyncService
 Service to manage custom audiences.
 
  • Method Details

    • mutateCustomAudiences

      default void mutateCustomAudiences(MutateCustomAudiencesRequest request, io.grpc.stub.StreamObserver<MutateCustomAudiencesResponse> responseObserver)
       Creates or updates custom audiences. Operation statuses are returned.
       List of thrown errors:
         [AuthenticationError]()
         [AuthorizationError]()
         [CustomAudienceError]()
         [CustomInterestError]()
         [FieldError]()
         [FieldMaskError]()
         [HeaderError]()
         [InternalError]()
         [MutateError]()
         [OperationAccessDeniedError]()
         [PolicyViolationError]()
         [QuotaError]()
         [RequestError]()