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

com.databricks.sdk.service.marketplace.ConsumerProvidersService 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.marketplace;

import com.databricks.sdk.support.Generated;

/**
 * Providers are the entities that publish listings to the Marketplace.
 *
 * 

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

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface ConsumerProvidersService { /** * Get one batch of providers. One may specify up to 50 IDs per request. * *

Batch get a provider in the Databricks Marketplace with at least one visible listing. */ BatchGetProvidersResponse batchGet(BatchGetProvidersRequest batchGetProvidersRequest); /** * Get a provider. * *

Get a provider in the Databricks Marketplace with at least one visible listing. */ GetProviderResponse get(GetProviderRequest getProviderRequest); /** * List providers. * *

List all providers in the Databricks Marketplace with at least one visible listing. */ ListProvidersResponse list(ListProvidersRequest listProvidersRequest); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy