Integrations_v1alpha Functions
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(argument: suspend GetAuthConfigPlainArgsBuilder.() -> Unit): GetAuthConfigResult
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(argument: suspend GetCertificatePlainArgsBuilder.() -> Unit): GetCertificateResult
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(argument: suspend GetSfdcChannelPlainArgsBuilder.() -> Unit): GetSfdcChannelResult
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(argument: suspend GetSfdcInstancePlainArgsBuilder.() -> Unit): GetSfdcInstanceResult
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(argument: suspend GetTemplatesVersionPlainArgsBuilder.() -> Unit): GetTemplatesVersionResult
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(integrationId: String, location: String, productId: String, project: String? = null, versionId: String): GetVersionResult