google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.TableListTables View Source

Attributes

  • clustering (GoogleApi.BigQuery.V2.Model.Clustering.t): [Beta] Clustering specification for this table, if configured. Defaults to nil.
  • creationTime (String.t): The time when this table was created, in milliseconds since the epoch. Defaults to nil.
  • expirationTime (String.t): [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed. Defaults to nil.
  • friendlyName (String.t): The user-friendly name for this table. Defaults to nil.
  • id (String.t): An opaque ID of the table Defaults to nil.
  • kind (String.t): The resource type. Defaults to bigquery#table.
  • labels (map()): The labels associated with this table. You can use these to organize and group your tables. Defaults to nil.
  • tableReference (GoogleApi.BigQuery.V2.Model.TableReference.t): A reference uniquely identifying the table. Defaults to nil.
  • timePartitioning (GoogleApi.BigQuery.V2.Model.TimePartitioning.t): The time-based partitioning specification for this table, if configured. Defaults to nil.
  • type (String.t): The type of table. Possible values are: TABLE, VIEW. Defaults to nil.
  • view (GoogleApi.BigQuery.V2.Model.TableListTablesView.t): Additional details for a view. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.BigQuery.V2.Model.TableListTables{
  clustering: GoogleApi.BigQuery.V2.Model.Clustering.t(),
  creationTime: String.t(),
  expirationTime: String.t(),
  friendlyName: String.t(),
  id: String.t(),
  kind: String.t(),
  labels: map(),
  tableReference: GoogleApi.BigQuery.V2.Model.TableReference.t(),
  timePartitioning: GoogleApi.BigQuery.V2.Model.TimePartitioning.t(),
  type: String.t(),
  view: GoogleApi.BigQuery.V2.Model.TableListTablesView.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.