dtkt.catalog.v1beta1messages.protoUpdateTableRequest
MessageRequest message for updating a table in a schema.
| Field | Type | Number | Description |
|---|---|---|---|
| schema | Schema dtkt.catalog.v1beta1.Schema | 1 | Reference to the schema containing the table. |
| name | string | 2 | Name of the table to update. |
| description | string | 3 | New description of the table. |
| fields | Field[] dtkt.shared.v1beta1.Field[] | 4 | Fields of the table. |
| metadata | Struct google.protobuf.Struct | 5 | Metadata of the table, if any. |