GetProcessorResult

data class GetProcessorResult(val createTime: String, val defaultProcessorVersion: String, val displayName: String, val kmsKeyName: String, val name: String, val processEndpoint: String, val state: String, val type: String)

Constructors

Link copied to clipboard
fun GetProcessorResult(createTime: String, defaultProcessorVersion: String, displayName: String, kmsKeyName: String, name: String, processEndpoint: String, state: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the processor was created.

Link copied to clipboard

The default processor version.

Link copied to clipboard

The display name of the processor.

Link copied to clipboard

The KMS key used for encryption/decryption in CMEK scenarios. See https://cloud.google.com/security-key-management.

Link copied to clipboard

Immutable. The resource name of the processor. Format: projects/{project}/locations/{location}/processors/{processor}

Link copied to clipboard

Immutable. The http endpoint that can be called to invoke processing.

Link copied to clipboard

The state of the processor.

Link copied to clipboard

The processor type, such as: OCR_PROCESSOR, INVOICE_PROCESSOR. To get a list of processor types, see FetchProcessorTypes.