All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.marketplace.ProviderFilesService Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.marketplace;

import com.databricks.sdk.support.Generated;

/**
 * Marketplace offers a set of file APIs for various purposes such as preview notebooks and provider
 * icons.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface ProviderFilesService { /** * Create a file. * *

Create a file. Currently, only provider icons and attached notebooks are supported. */ CreateFileResponse create(CreateFileRequest createFileRequest); /** * Delete a file. * *

Delete a file */ void delete(DeleteFileRequest deleteFileRequest); /** * Get a file. * *

Get a file */ GetFileResponse get(GetFileRequest getFileRequest); /** * List files. * *

List files attached to a parent entity. */ ListFilesResponse list(ListFilesRequest listFilesRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy