Integrations_v1alphaFunctions

Functions

Link copied to clipboard

Gets a complete auth config. If the auth config doesn't exist, Code.NOT_FOUND exception will be thrown. Returns the decrypted auth config.

suspend fun getAuthConfig(authConfigId: String, location: String, productId: String, project: String? = null): GetAuthConfigResult
Link copied to clipboard

Get a certificates in the specified project.

suspend fun getCertificate(certificateId: String, location: String, productId: String, project: String? = null): GetCertificateResult
Link copied to clipboard

Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown.

suspend fun getSfdcChannel(location: String, productId: String, project: String? = null, sfdcChannelId: String, sfdcInstanceId: String): GetSfdcChannelResult
Link copied to clipboard

Gets an sfdc instance. If the instance doesn't exist, Code.NOT_FOUND exception will be thrown.

suspend fun getSfdcInstance(location: String, productId: String, project: String? = null, sfdcInstanceId: String): GetSfdcInstanceResult
Link copied to clipboard

Returns an IntegrationTemplateVersion in the specified project.

suspend fun getTemplatesVersion(integrationtemplateId: String, location: String, productId: String, project: String? = null, versionId: String): GetTemplatesVersionResult
Link copied to clipboard

Get a integration in the specified project.

suspend fun getVersion(argument: suspend GetVersionPlainArgsBuilder.() -> Unit): GetVersionResult
suspend fun getVersion(integrationId: String, location: String, productId: String, project: String? = null, versionId: String): GetVersionResult