REST Resource: projects.locations.instances.dataTables

Resource: DataTable

DataTable represents the data table resource.

JSON representation
{
  "name": string,
  "display_name": string,
  "description": string,
  "create_time": string,
  "update_time": string,
  "column_info": [
    {
      object (DataTableColumnInfo)
    }
  ],
  "data_table_uuid": string,
  "rules": [
    string
  ],
  "rule_associations_count": integer,
  "row_time_to_live": string,
  "approximate_row_count": string,
  "update_source": enum (DataTableUpdateSource)
}
Fields
name

string

Identifier. The resource name of the data table Format: "{project}/locations/{region}/instances/{instance}/dataTables/{data_table}"

display_name

string

Output only. The unique display name of the data table.

description

string

Required. A user-provided description of the data table.

create_time

string (Timestamp format)

Output only. Table create time

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

update_time

string (Timestamp format)

Output only. Table update time

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

column_info[]

object (DataTableColumnInfo)

Immutable. Details of all the columns in the table

data_table_uuid

string

Output only. Data table unique id

rules[]

string

Output only. The resource names for the associated Rules that use this data table. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}. {rule} here refers to the rule id.

rule_associations_count

integer

Output only. The count of rules using the data table.

row_time_to_live

string

Optional. User-provided TTL of the data table.

approximate_row_count

string (int64 format)

Output only. The count of rows in the data table.

update_source

enum (DataTableUpdateSource)

Output only. Source of the data table update.

Methods

create

Create a new data table.

delete

Delete data table.

get

Get data table info.

list

List data tables.

patch

Update data table.

upload

Create data table from a bulk file.