Class BigqueryTableExternalDataConfigurationBigtableOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationBigtableOptions.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableExternalDataConfigurationBigtableOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableExternalDataConfigurationBigtableOptions
@Stability(Stable) @Internal public static final class BigqueryTableExternalDataConfigurationBigtableOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableExternalDataConfigurationBigtableOptions
An implementation forBigqueryTableExternalDataConfigurationBigtableOptions
-
-
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.bigquery_table.BigqueryTableExternalDataConfigurationBigtableOptions
BigqueryTableExternalDataConfigurationBigtableOptions.Builder, BigqueryTableExternalDataConfigurationBigtableOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableExternalDataConfigurationBigtableOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationBigtableOptions.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)ObjectgetColumnFamily()column_family block.ObjectgetIgnoreUnspecifiedColumnFamilies()If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.ObjectgetOutputColumnFamiliesAsJson()If field is true, then each column family will be read as a single JSON column.ObjectgetReadRowkeyAsString()If field is true, then the rowkey column families will be read and converted to string.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(BigqueryTableExternalDataConfigurationBigtableOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationBigtableOptions.Builder.
-
-
Method Detail
-
getColumnFamily
public final Object getColumnFamily()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionscolumn_family block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#column_family BigqueryTable#column_family}
- Specified by:
getColumnFamilyin interfaceBigqueryTableExternalDataConfigurationBigtableOptions
-
getIgnoreUnspecifiedColumnFamilies
public final Object getIgnoreUnspecifiedColumnFamilies()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsIf field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema.Otherwise, they are read with BYTES type values. The default value is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#ignore_unspecified_column_families BigqueryTable#ignore_unspecified_column_families}
- Specified by:
getIgnoreUnspecifiedColumnFamiliesin interfaceBigqueryTableExternalDataConfigurationBigtableOptions
-
getOutputColumnFamiliesAsJson
public final Object getOutputColumnFamiliesAsJson()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsIf field is true, then each column family will be read as a single JSON column.Otherwise they are read as a repeated cell structure containing timestamp/value tuples. The default value is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#output_column_families_as_json BigqueryTable#output_column_families_as_json}
- Specified by:
getOutputColumnFamiliesAsJsonin interfaceBigqueryTableExternalDataConfigurationBigtableOptions
-
getReadRowkeyAsString
public final Object getReadRowkeyAsString()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsIf field is true, then the rowkey column families will be read and converted to string.Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#read_rowkey_as_string BigqueryTable#read_rowkey_as_string}
- Specified by:
getReadRowkeyAsStringin interfaceBigqueryTableExternalDataConfigurationBigtableOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-