Class MediaFileServiceGrpc.MediaFileServiceBlockingStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • getMediaFile

        public MediaFile getMediaFile​(GetMediaFileRequest request)
         Returns the requested media file in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateMediaFiles

        public MutateMediaFilesResponse mutateMediaFiles​(MutateMediaFilesRequest request)
         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]()