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

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

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






BigtableOptions (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class BigtableOptions

    • Constructor Detail

      • BigtableOptions

        public BigtableOptions()
    • Method Detail

      • getColumnFamilies

        public List<BigtableColumnFamily> getColumnFamilies()
        Optional. List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.
        Returns:
        value or null for none
      • setColumnFamilies

        public BigtableOptions setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
        Optional. List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.
        Parameters:
        columnFamilies - columnFamilies or null for none
      • getIgnoreUnspecifiedColumnFamilies

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

        public BigtableOptions setIgnoreUnspecifiedColumnFamilies(Boolean ignoreUnspecifiedColumnFamilies)
        Optional. If 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.
        Parameters:
        ignoreUnspecifiedColumnFamilies - ignoreUnspecifiedColumnFamilies or null for none
      • getOutputColumnFamiliesAsJson

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

        public BigtableOptions setOutputColumnFamiliesAsJson(Boolean outputColumnFamiliesAsJson)
        Optional. If 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.
        Parameters:
        outputColumnFamiliesAsJson - outputColumnFamiliesAsJson or null for none
      • getReadRowkeyAsString

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

        public BigtableOptions setReadRowkeyAsString(Boolean readRowkeyAsString)
        Optional. If 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.
        Parameters:
        readRowkeyAsString - readRowkeyAsString or null for none
      • clone

        public BigtableOptions 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