Class BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
@Stability(Stable) @Internal public static final class BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
An implementation forBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
-
-
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.BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Builder, BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.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)ObjectgetColumn()column block.StringgetEncoding()The encoding of the values when the type is not STRING.StringgetFamilyId()Identifier of the column family.ObjectgetOnlyReadLatest()If this is set only the latest version of value are exposed for all columns in this column family.StringgetType()The type to convert the value in cells of this column family.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(BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily.Builder.
-
-
Method Detail
-
getColumn
public final Object getColumn()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilycolumn block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#column BigqueryTable#column}
- Specified by:
getColumnin interfaceBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
-
getEncoding
public final String getEncoding()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyThe encoding of the values when the type is not STRING.Acceptable encoding values are: TEXT - indicates values are alphanumeric text strings. BINARY - indicates values are encoded using HBase Bytes.toBytes family of functions. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#encoding BigqueryTable#encoding}
- Specified by:
getEncodingin interfaceBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
-
getFamilyId
public final String getFamilyId()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyIdentifier of the column family.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#family_id BigqueryTable#family_id}
- Specified by:
getFamilyIdin interfaceBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
-
getOnlyReadLatest
public final Object getOnlyReadLatest()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyIf this is set only the latest version of value are exposed for all columns in this column family.This can be overridden for a specific column by listing that column in 'columns' and specifying a different setting for that column. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#only_read_latest BigqueryTable#only_read_latest}
- Specified by:
getOnlyReadLatestin interfaceBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
-
getType
public final String getType()
Description copied from interface:BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyThe type to convert the value in cells of this column family.The values are expected to be encoded using HBase Bytes.toBytes function when using the BINARY encoding value. Following BigQuery types are allowed (case-sensitive): "BYTES", "STRING", "INTEGER", "FLOAT", "BOOLEAN", "JSON". Default type is BYTES. This can be overridden for a specific column by listing that column in 'columns' and specifying a type for it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#type BigqueryTable#type}
- Specified by:
getTypein interfaceBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamily
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-