Package-level declarations

Types

Link copied to clipboard

A contact that will receive notifications from Google Cloud. To get more information about Contact, see:

Link copied to clipboard
data class ContactArgs(val email: Output<String>? = null, val languageTag: Output<String>? = null, val notificationCategorySubscriptions: Output<List<String>>? = null, val parent: Output<String>? = null) : ConvertibleToJava<ContactArgs>

A contact that will receive notifications from Google Cloud. To get more information about Contact, see:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The first-class citizen for Document AI. Each processor defines how to extract structural information from a document. To get more information about Processor, see:

Link copied to clipboard
data class DocumentAiProcessorArgs(val displayName: Output<String>? = null, val kmsKeyName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<DocumentAiProcessorArgs>

The first-class citizen for Document AI. Each processor defines how to extract structural information from a document. To get more information about Processor, see:

Link copied to clipboard

The default version for the processor. Deleting this resource is a no-op, and does not unset the default version.

Link copied to clipboard
data class DocumentAiProcessorDefaultVersionArgs(val processor: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<DocumentAiProcessorDefaultVersionArgs>

The default version for the processor. Deleting this resource is a no-op, and does not unset the default version.

Functions