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

com.databricks.sdk.service.catalog.AccountMetastoresService Maven / Gradle / Ivy

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

import com.databricks.sdk.support.Generated;

/**
 * These APIs manage Unity Catalog metastores for an account. A metastore contains catalogs that can
 * be associated with workspaces
 *
 * 

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

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface AccountMetastoresService { /** * Create metastore. * *

Creates a Unity Catalog metastore. */ AccountsMetastoreInfo create(AccountsCreateMetastore accountsCreateMetastore); /** * Delete a metastore. * *

Deletes a Unity Catalog metastore for an account, both specified by ID. */ void delete(DeleteAccountMetastoreRequest deleteAccountMetastoreRequest); /** * Get a metastore. * *

Gets a Unity Catalog metastore from an account, both specified by ID. */ AccountsMetastoreInfo get(GetAccountMetastoreRequest getAccountMetastoreRequest); /** * Get all metastores associated with an account. * *

Gets all Unity Catalog metastores associated with an account specified by ID. */ ListMetastoresResponse list(); /** * Update a metastore. * *

Updates an existing Unity Catalog metastore. */ AccountsMetastoreInfo update(AccountsUpdateMetastore accountsUpdateMetastore); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy