Class DataplexAssetDiscoverySpecCsvOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_asset.DataplexAssetDiscoverySpecCsvOptions.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexAssetDiscoverySpecCsvOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexAssetDiscoverySpecCsvOptions
@Stability(Stable) @Internal public static final class DataplexAssetDiscoverySpecCsvOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexAssetDiscoverySpecCsvOptions
An implementation forDataplexAssetDiscoverySpecCsvOptions
-
-
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_asset.DataplexAssetDiscoverySpecCsvOptions
DataplexAssetDiscoverySpecCsvOptions.Builder, DataplexAssetDiscoverySpecCsvOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexAssetDiscoverySpecCsvOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexAssetDiscoverySpecCsvOptions.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(DataplexAssetDiscoverySpecCsvOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexAssetDiscoverySpecCsvOptions.Builder.
-
-
Method Detail
-
getDelimiter
public final String getDelimiter()
Description copied from interface:DataplexAssetDiscoverySpecCsvOptionsOptional. 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_asset#delimiter DataplexAsset#delimiter}
- Specified by:
getDelimiterin interfaceDataplexAssetDiscoverySpecCsvOptions
-
getDisableTypeInference
public final Object getDisableTypeInference()
Description copied from interface:DataplexAssetDiscoverySpecCsvOptionsOptional.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_asset#disable_type_inference DataplexAsset#disable_type_inference}
- Specified by:
getDisableTypeInferencein interfaceDataplexAssetDiscoverySpecCsvOptions
-
getEncoding
public final String getEncoding()
Description copied from interface:DataplexAssetDiscoverySpecCsvOptionsOptional. 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_asset#encoding DataplexAsset#encoding}
- Specified by:
getEncodingin interfaceDataplexAssetDiscoverySpecCsvOptions
-
getHeaderRows
public final Number getHeaderRows()
Description copied from interface:DataplexAssetDiscoverySpecCsvOptionsOptional. 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_asset#header_rows DataplexAsset#header_rows}
- Specified by:
getHeaderRowsin interfaceDataplexAssetDiscoverySpecCsvOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-