Class CustomAudienceServiceGrpc.CustomAudienceServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    CustomAudienceServiceGrpc

    public abstract static class CustomAudienceServiceGrpc.CustomAudienceServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage custom audiences.
     
    • Constructor Detail

      • CustomAudienceServiceImplBase

        public CustomAudienceServiceImplBase()
    • Method Detail

      • mutateCustomAudiences

        public 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]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService