All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.BigtableColumnFamily.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






BigtableColumnFamily (BigQuery API v2-rev20240905-2.0.0)












com.google.api.services.bigquery.model

Class BigtableColumnFamily

    • Constructor Detail

      • BigtableColumnFamily

        public BigtableColumnFamily()
    • Method Detail

      • getColumns

        public List<BigtableColumn> getColumns()
        Optional. Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
        Returns:
        value or null for none
      • setColumns

        public BigtableColumnFamily setColumns(List<BigtableColumn> columns)
        Optional. Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
        Parameters:
        columns - columns or null for none
      • getEncoding

        public String getEncoding()
        Optional. 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. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
        Returns:
        value or null for none
      • setEncoding

        public BigtableColumnFamily setEncoding(String encoding)
        Optional. 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. This can be overridden for a specific column by listing that column in 'columns' and specifying an encoding for it.
        Parameters:
        encoding - encoding or null for none
      • getFamilyId

        public String getFamilyId()
        Identifier of the column family.
        Returns:
        value or null for none
      • setFamilyId

        public BigtableColumnFamily setFamilyId(String familyId)
        Identifier of the column family.
        Parameters:
        familyId - familyId or null for none
      • getOnlyReadLatest

        public Boolean getOnlyReadLatest()
        Optional. If 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.
        Returns:
        value or null for none
      • setOnlyReadLatest

        public BigtableColumnFamily setOnlyReadLatest(Boolean onlyReadLatest)
        Optional. If 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.
        Parameters:
        onlyReadLatest - onlyReadLatest or null for none
      • getType

        public String getType()
        Optional. The 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.
        Returns:
        value or null for none
      • setType

        public BigtableColumnFamily setType(String type)
        Optional. The 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.
        Parameters:
        type - type or null for none
      • clone

        public BigtableColumnFamily clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy