Interface BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.733Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.Builderstatic classBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.Builderbuilder()default StringgetEncoding()The encoding of the values when the type is not STRING.default StringgetFieldName()If the qualifier is not a valid BigQuery field identifier i.e.default ObjectgetOnlyReadLatest()If this is set, only the latest version of value in this column are exposed.default StringgetQualifierEncoded()Qualifier of the column.default StringgetQualifierString()Qualifier string.default StringgetType()The type to convert the value in cells of this column.
-
-
-
Method Detail
-
getEncoding
@Stability(Stable) @Nullable default String getEncoding()
The 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. 'encoding' can also be set at the column family level. However, the setting at this level takes precedence if 'encoding' is set at both levels. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#encoding BigqueryTable#encoding}
-
getFieldName
@Stability(Stable) @Nullable default String getFieldName()
If the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as the column field name and is used as field name in queries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#field_name BigqueryTable#field_name}
-
getOnlyReadLatest
@Stability(Stable) @Nullable default Object getOnlyReadLatest()
If this is set, only the latest version of value in this column are exposed.'onlyReadLatest' can also be set at the column family level. However, the setting at this level takes precedence if 'onlyReadLatest' is set at both levels. 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}
-
getQualifierEncoded
@Stability(Stable) @Nullable default String getQualifierEncoded()
Qualifier of the column.Columns in the parent column family that has this exact qualifier are exposed as . field. If the qualifier is valid UTF-8 string, it can be specified in the qualifierString field. Otherwise, a base-64 encoded value must be set to qualifierEncoded. The column field name is the same as the column qualifier. However, if the qualifier is not a valid BigQuery field identifier i.e. does not match [a-zA-Z][a-zA-Z0-9_]*, a valid identifier must be provided as fieldName. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#qualifier_encoded BigqueryTable#qualifier_encoded}
-
getQualifierString
@Stability(Stable) @Nullable default String getQualifierString()
Qualifier string.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#qualifier_string BigqueryTable#qualifier_string}
-
getType
@Stability(Stable) @Nullable default String getType()
The type to convert the value in cells of this column.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". 'type' can also be set at the column family level. However, the setting at this level takes precedence if 'type' is set at both levels. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#type BigqueryTable#type}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationBigtableOptionsColumnFamilyColumn.Builder builder()
-
-