Cloudsearch_v1Functions
object Cloudsearch_v1Functions
Functions
Link copied to clipboard
Gets a datasource. Note: This API requires an admin account to execute.
suspend fun getDataSource(argument: suspend GetDataSourcePlainArgsBuilder.() -> Unit): GetDataSourceResult
suspend fun getDataSource(datasourceId: String, debugOptionsEnableDebugging: Boolean? = null): GetDataSourceResult
Link copied to clipboard
suspend fun getSearchApplication(argument: GetSearchApplicationPlainArgs): GetSearchApplicationResult
Gets the specified search application. Note: This API requires an admin account to execute.
suspend fun getSearchApplication(argument: suspend GetSearchApplicationPlainArgsBuilder.() -> Unit): GetSearchApplicationResult
suspend fun getSearchApplication(debugOptionsEnableDebugging: Boolean? = null, searchapplicationId: String): GetSearchApplicationResult