Class DataplexZoneDiscoverySpecCsvOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_zone.DataplexZoneDiscoverySpecCsvOptions.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexZoneDiscoverySpecCsvOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexZoneDiscoverySpecCsvOptions
@Stability(Stable) @Internal public static final class DataplexZoneDiscoverySpecCsvOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexZoneDiscoverySpecCsvOptions
An implementation forDataplexZoneDiscoverySpecCsvOptions
-
-
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.dataplex_zone.DataplexZoneDiscoverySpecCsvOptions
DataplexZoneDiscoverySpecCsvOptions.Builder, DataplexZoneDiscoverySpecCsvOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexZoneDiscoverySpecCsvOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexZoneDiscoverySpecCsvOptions.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)StringgetDelimiter()Optional.ObjectgetDisableTypeInference()Optional.StringgetEncoding()Optional.NumbergetHeaderRows()Optional.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(DataplexZoneDiscoverySpecCsvOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexZoneDiscoverySpecCsvOptions.Builder.
-
-
Method Detail
-
getDelimiter
public final String getDelimiter()
Description copied from interface:DataplexZoneDiscoverySpecCsvOptionsOptional. The delimiter being used to separate values. This defaults to ','.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#delimiter DataplexZone#delimiter}
- Specified by:
getDelimiterin interfaceDataplexZoneDiscoverySpecCsvOptions
-
getDisableTypeInference
public final Object getDisableTypeInference()
Description copied from interface:DataplexZoneDiscoverySpecCsvOptionsOptional.Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#disable_type_inference DataplexZone#disable_type_inference}
- Specified by:
getDisableTypeInferencein interfaceDataplexZoneDiscoverySpecCsvOptions
-
getEncoding
public final String getEncoding()
Description copied from interface:DataplexZoneDiscoverySpecCsvOptionsOptional. The character encoding of the data. The default is UTF-8.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#encoding DataplexZone#encoding}
- Specified by:
getEncodingin interfaceDataplexZoneDiscoverySpecCsvOptions
-
getHeaderRows
public final Number getHeaderRows()
Description copied from interface:DataplexZoneDiscoverySpecCsvOptionsOptional. The number of rows to interpret as header rows that should be skipped when reading data rows.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#header_rows DataplexZone#header_rows}
- Specified by:
getHeaderRowsin interfaceDataplexZoneDiscoverySpecCsvOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-