Class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.document_ai_warehouse_document_schema.DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Jsii$Proxy
-
- All Implemented Interfaces:
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
@Stability(Stable) @Internal public static final class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
An implementation forDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.document_ai_warehouse_document_schema.DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder, DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder builder)Constructor that initializes the object based on literal property values passed by theDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetName()The schema name in the source.StringgetProcessorType()The Doc AI processor type name.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder builder)
Constructor that initializes the object based on literal property values passed by theDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSourcesThe schema name in the source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#name DocumentAiWarehouseDocumentSchema#name}
- Specified by:
getNamein interfaceDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
-
getProcessorType
public final String getProcessorType()
Description copied from interface:DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSourcesThe Doc AI processor type name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#processor_type DocumentAiWarehouseDocumentSchema#processor_type}
- Specified by:
getProcessorTypein interfaceDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-