Class MediaFileServiceGrpc.MediaFileServiceImplBase

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

    public abstract static class MediaFileServiceGrpc.MediaFileServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage media files.
     
    • Constructor Detail

      • MediaFileServiceImplBase

        public MediaFileServiceImplBase()
    • Method Detail

      • mutateMediaFiles

        public void mutateMediaFiles​(MutateMediaFilesRequest request,
                                     io.grpc.stub.StreamObserver<MutateMediaFilesResponse> responseObserver)
         Creates media files. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [DistinctError]()
           [FieldError]()
           [HeaderError]()
           [IdError]()
           [ImageError]()
           [InternalError]()
           [MediaBundleError]()
           [MediaFileError]()
           [NewResourceCreationError]()
           [NotEmptyError]()
           [NullError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()
         
      • bindService

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