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

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

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






TableSchema (BigQuery API v2-rev20240727-2.0.0)












com.google.api.services.bigquery.model

Class TableSchema

    • Constructor Detail

      • TableSchema

        public TableSchema()
    • Method Detail

      • getFields

        public List<TableFieldSchema> getFields()
        Describes the fields in a table.
        Returns:
        value or null for none
      • getForeignTypeInfo

        public ForeignTypeInfo getForeignTypeInfo()
        Optional. Specifies metadata of the foreign data type definition in field schema (TableFieldSchema.foreign_type_definition).
        Returns:
        value or null for none
      • setForeignTypeInfo

        public TableSchema setForeignTypeInfo(ForeignTypeInfo foreignTypeInfo)
        Optional. Specifies metadata of the foreign data type definition in field schema (TableFieldSchema.foreign_type_definition).
        Parameters:
        foreignTypeInfo - foreignTypeInfo or null for none
      • set

        public TableSchema set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy