Skip to main content
Glama

get_table_info

Read-onlyIdempotent

Get metadata information about a BigQuery table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tableIdYesRequired. Table ID of the table request.
datasetIdYesRequired. Dataset ID of the table request.
projectIdYesRequired. Project ID of the table request.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOutput only. An opaque ID uniquely identifying the table.
etagNoOutput only. A hash of this resource.
kindNoThe type of resource ID.bigquery#table
typeNoOutput only. Describes the table type. The following values are supported: * `TABLE`: A normal BigQuery table. * `VIEW`: A virtual table defined by a SQL query. * `EXTERNAL`: A table that references data stored in an external storage system, such as Google Cloud Storage. * `MATERIALIZED_VIEW`: A precomputed view defined by a SQL query. * `SNAPSHOT`: An immutable BigQuery table that preserves the contents of a base table at a particular time. See additional information on [table snapshots](https://cloud.google.com/bigquery/docs/table-snapshots-intro). The default value is `TABLE`.
viewNoOptional. The view definition.
labelsNoThe labels associated with this table. You can use these to organize and group your tables. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.
schemaNoOptional. Describes the schema of this table.
numRowsNoOutput only. The number of rows of data in this table, excluding any data in the streaming buffer.
locationNoOutput only. The geographic location where the table resides. This value is inherited from the dataset.
numBytesNoOutput only. The size of this table in logical bytes, excluding any data in the streaming buffer.
replicasNoOptional. Output only. Table references of all replicas currently active on the table.
selfLinkNoOutput only. A URL that can be used to access this resource again.
clusteringNoClustering specification for the table. Must be specified with time-based partitioning, data in the table will be first partitioned and subsequently clustered.
descriptionNoOptional. A user-friendly description of this table.
creationTimeNoOutput only. The time when this table was created, in milliseconds since the epoch.
friendlyNameNoOptional. A descriptive name for this table.
maxStalenessNoOptional. The maximum staleness of data that could be returned when the table (or stale MV) is queried. Staleness encoded as a string encoding of sql IntervalValue type.
resourceTagsNoOptional. The [tags](https://cloud.google.com/bigquery/docs/tags) attached to this table. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example "123456789012/environment" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example "Production". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details.
restrictionsNoOptional. Output only. Restriction config for table. If set, restrict certain accesses on the table based on the config. See [Data egress](https://cloud.google.com/bigquery/docs/analytics-hub-introduction#data_egress) for more details.
numPartitionsNoOutput only. The number of partitions present in the table or materialized view. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
expirationTimeNoOptional. 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. The defaultTableExpirationMs property of the encapsulating dataset can be used to set a default expirationTime on newly created tables.
tableReferenceNoRequired. Reference describing the ID of this table.
cloneDefinitionNoOutput only. Contains information about the clone. This value is set via the clone operation.
streamingBufferNoOutput only. Contains information regarding this table's streaming buffer, if one is present. This field will be absent if the table is not being streamed to or if there is no data in the streaming buffer.
defaultCollationNoOptional. Defines the default collation specification of new STRING fields in the table. During table creation or update, if a STRING field is added to this table without explicit collation specified, then the table inherits the table default collation. A change to this field affects only fields added afterwards, and does not alter the existing fields. The following values are supported: * 'und:ci': undetermined locale, case insensitive. * '': empty string. Default to case-sensitive behavior.
lastModifiedTimeNoOutput only. The time when this table was last modified, in milliseconds since the epoch.
managedTableTypeNoOptional. If set, overrides the default managed table type configured in the dataset.
materializedViewNoOptional. The materialized view definition.
numLongTermBytesNoOutput only. The number of logical bytes in the table that are considered "long-term storage".
numPhysicalBytesNoOutput only. The physical size of this table in bytes. This includes storage used for time travel.
tableConstraintsNoOptional. Tables Primary Key and Foreign Key information
timePartitioningNoIf specified, configures time-based partitioning for this table.
rangePartitioningNoIf specified, configures range partitioning for this table.
snapshotDefinitionNoOutput only. Contains information about the snapshot. This value is set via snapshot creation.
defaultRoundingModeNoOptional. Defines the default rounding mode specification of new decimal fields (NUMERIC OR BIGNUMERIC) in the table. During table creation or update, if a decimal field is added to this table without an explicit rounding mode specified, then the field inherits the table default rounding mode. Changing this field doesn't affect existing fields.
partitionDefinitionNoOptional. The partition information for all table formats, including managed partitioned tables, hive partitioned tables, iceberg partitioned, and metastore partitioned tables. This field is only populated for metastore partitioned tables. For other table formats, this is an output only field.
biglakeConfigurationNoOptional. Specifies the configuration of a BigQuery table for Apache Iceberg.
numTotalLogicalBytesNoOutput only. Total number of logical bytes in the table or materialized view.
tableReplicationInfoNoOptional. Table replication info for table created `AS REPLICA` DDL like: `CREATE MATERIALIZED VIEW mv1 AS REPLICA OF src_mv`
numActiveLogicalBytesNoOutput only. Number of logical bytes that are less than 90 days old.
numTotalPhysicalBytesNoOutput only. The physical size of this table in bytes. This also includes storage used for time travel. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
materializedViewStatusNoOutput only. The materialized view status.
numActivePhysicalBytesNoOutput only. Number of physical bytes less than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
requirePartitionFilterNoOptional. If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.false
encryptionConfigurationNoCustom encryption configuration (e.g., Cloud KMS keys).
numCurrentPhysicalBytesNoOutput only. Number of physical bytes used by current live data storage. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
numLongTermLogicalBytesNoOutput only. Number of logical bytes that are more than 90 days old.
numLongTermPhysicalBytesNoOutput only. Number of physical bytes more than 90 days old. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
externalDataConfigurationNoOptional. Describes the data format, location, and other properties of a table stored outside of BigQuery. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.
numTimeTravelPhysicalBytesNoOutput only. Number of physical bytes used by time travel storage (deleted or changed data). This data is not kept in real time, and might be delayed by a few seconds to a few minutes.
externalCatalogTableOptionsNoOptional. Options defining open source compatible table.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  2. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  3. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  4. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  5. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  6. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  7. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  8. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  9. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  10. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  11. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  12. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  13. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  14. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  15. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  16. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  17. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  18. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  19. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  20. Changed1 schema field changed
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn't allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn’t allow replication."
      +]
  21. Changed3 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
    • changedOutput schema / $defs / TableReplicationInfo / properties / replicationStatus / x-google-enum-descriptions
      Previous value: -[
      -  "Default value.",
      -  "Replication is Active with no errors.",
      -  "Source object is deleted.",
      -  "Source revoked replication permissions.",
      -  "Source configuration doesn’t allow replication."
      -]New value: +[
      +  "Default value.",
      +  "Replication is Active with no errors.",
      +  "Source object is deleted.",
      +  "Source revoked replication permissions.",
      +  "Source configuration doesn't allow replication."
      +]
  22. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
  23. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
  24. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
  25. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
  26. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
  27. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
  28. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
  29. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
  30. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
  31. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
  32. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
  33. Changed2 schema fields changed
    • changedOutput schema / $defs / DataGovernanceTagsInfo / properties / dataGovernanceTags / description
      Previous value: -"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""New value: +"Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"parent-id/pii\" where parent-id is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"parent-id/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\""
    • changedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo / description
      Previous value: -"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."New value: +"Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: * **Precedence**: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. * **Patching behavior**: Describes how this field behaves during a `Table.patch` schema update: * **Unset**: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. * **Empty Field**: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This removes all tags from the column. * **Updating tags**: To replace an existing tag, send the field with the new tag."
  34. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  35. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  36. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  37. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  38. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  39. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  40. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  41. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  42. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  43. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  44. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  45. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  46. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  47. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  48. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  49. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  50. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  51. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  52. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  53. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  54. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  55. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."
  56. Changed1 schema field changed
    • changedOutput schema / $defs / GeneratedExpressionInfo / properties / generationExpression / description
      Previous value: -"Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field."New value: +"Optional. The generation expression (e.g. AI.EMBED(...)) used to generate the field."
  57. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  58. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  59. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  60. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  61. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  62. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  63. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  64. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  65. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  66. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  67. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, AVRO, and Iceberg External Table. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  68. Changed4 schema fields changed
    • addedOutput schema / $defs / DataGovernanceTagsInfo
      Added value: +{
      +  "properties": {
      +    "dataGovernanceTags": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DataPolicyList
      Added value: +{
      +  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      +  "properties": {
      +    "dataPolicies": {
      +      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      +      "items": {
      +        "$ref": "#/$defs/DataPolicyOption"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Added value: +{
      +  "$ref": "#/$defs/DataGovernanceTagsInfo",
      +  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Added value: +{
      +  "$ref": "#/$defs/DataPolicyList",
      +  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      +}
  69. Changed4 schema fields changed
    • removedOutput schema / $defs / DataGovernanceTagsInfo
      Removed value: -{
      -  "properties": {
      -    "dataGovernanceTags": {
      -      "additionalProperties": {
      -        "type": "string"
      -      },
      -      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      -      "type": "object"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DataPolicyList
      Removed value: -{
      -  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      -  "properties": {
      -    "dataPolicies": {
      -      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      -      "items": {
      -        "$ref": "#/$defs/DataPolicyOption"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Removed value: -{
      -  "$ref": "#/$defs/DataGovernanceTagsInfo",
      -  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Removed value: -{
      -  "$ref": "#/$defs/DataPolicyList",
      -  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      -}
  70. Changed4 schema fields changed
    • addedOutput schema / $defs / DataGovernanceTagsInfo
      Added value: +{
      +  "properties": {
      +    "dataGovernanceTags": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DataPolicyList
      Added value: +{
      +  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      +  "properties": {
      +    "dataPolicies": {
      +      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      +      "items": {
      +        "$ref": "#/$defs/DataPolicyOption"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Added value: +{
      +  "$ref": "#/$defs/DataGovernanceTagsInfo",
      +  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Added value: +{
      +  "$ref": "#/$defs/DataPolicyList",
      +  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      +}
  71. Changed4 schema fields changed
    • removedOutput schema / $defs / DataGovernanceTagsInfo
      Removed value: -{
      -  "properties": {
      -    "dataGovernanceTags": {
      -      "additionalProperties": {
      -        "type": "string"
      -      },
      -      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      -      "type": "object"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DataPolicyList
      Removed value: -{
      -  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      -  "properties": {
      -    "dataPolicies": {
      -      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      -      "items": {
      -        "$ref": "#/$defs/DataPolicyOption"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Removed value: -{
      -  "$ref": "#/$defs/DataGovernanceTagsInfo",
      -  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Removed value: -{
      -  "$ref": "#/$defs/DataPolicyList",
      -  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      -}
  72. Changed4 schema fields changed
    • addedOutput schema / $defs / DataGovernanceTagsInfo
      Added value: +{
      +  "properties": {
      +    "dataGovernanceTags": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DataPolicyList
      Added value: +{
      +  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      +  "properties": {
      +    "dataPolicies": {
      +      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      +      "items": {
      +        "$ref": "#/$defs/DataPolicyOption"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Added value: +{
      +  "$ref": "#/$defs/DataGovernanceTagsInfo",
      +  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Added value: +{
      +  "$ref": "#/$defs/DataPolicyList",
      +  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      +}
  73. Changed4 schema fields changed
    • removedOutput schema / $defs / DataGovernanceTagsInfo
      Removed value: -{
      -  "properties": {
      -    "dataGovernanceTags": {
      -      "additionalProperties": {
      -        "type": "string"
      -      },
      -      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      -      "type": "object"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DataPolicyList
      Removed value: -{
      -  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      -  "properties": {
      -    "dataPolicies": {
      -      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      -      "items": {
      -        "$ref": "#/$defs/DataPolicyOption"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Removed value: -{
      -  "$ref": "#/$defs/DataGovernanceTagsInfo",
      -  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Removed value: -{
      -  "$ref": "#/$defs/DataPolicyList",
      -  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      -}
  74. Changed4 schema fields changed
    • addedOutput schema / $defs / DataGovernanceTagsInfo
      Added value: +{
      +  "properties": {
      +    "dataGovernanceTags": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DataPolicyList
      Added value: +{
      +  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      +  "properties": {
      +    "dataPolicies": {
      +      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      +      "items": {
      +        "$ref": "#/$defs/DataPolicyOption"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Added value: +{
      +  "$ref": "#/$defs/DataGovernanceTagsInfo",
      +  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Added value: +{
      +  "$ref": "#/$defs/DataPolicyList",
      +  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      +}
  75. Changed4 schema fields changed
    • removedOutput schema / $defs / DataGovernanceTagsInfo
      Removed value: -{
      -  "properties": {
      -    "dataGovernanceTags": {
      -      "additionalProperties": {
      -        "type": "string"
      -      },
      -      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      -      "type": "object"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DataPolicyList
      Removed value: -{
      -  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      -  "properties": {
      -    "dataPolicies": {
      -      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      -      "items": {
      -        "$ref": "#/$defs/DataPolicyOption"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Removed value: -{
      -  "$ref": "#/$defs/DataGovernanceTagsInfo",
      -  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Removed value: -{
      -  "$ref": "#/$defs/DataPolicyList",
      -  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      -}
  76. Changed4 schema fields changed
    • addedOutput schema / $defs / DataGovernanceTagsInfo
      Added value: +{
      +  "properties": {
      +    "dataGovernanceTags": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DataPolicyList
      Added value: +{
      +  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      +  "properties": {
      +    "dataPolicies": {
      +      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      +      "items": {
      +        "$ref": "#/$defs/DataPolicyOption"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Added value: +{
      +  "$ref": "#/$defs/DataGovernanceTagsInfo",
      +  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Added value: +{
      +  "$ref": "#/$defs/DataPolicyList",
      +  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      +}
  77. Changed4 schema fields changed
    • removedOutput schema / $defs / DataGovernanceTagsInfo
      Removed value: -{
      -  "properties": {
      -    "dataGovernanceTags": {
      -      "additionalProperties": {
      -        "type": "string"
      -      },
      -      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      -      "type": "object"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DataPolicyList
      Removed value: -{
      -  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      -  "properties": {
      -    "dataPolicies": {
      -      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      -      "items": {
      -        "$ref": "#/$defs/DataPolicyOption"
      -      },
      -      "type": "array"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Removed value: -{
      -  "$ref": "#/$defs/DataGovernanceTagsInfo",
      -  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Removed value: -{
      -  "$ref": "#/$defs/DataPolicyList",
      -  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      -}
  78. Changed4 schema fields changed
    • addedOutput schema / $defs / DataGovernanceTagsInfo
      Added value: +{
      +  "properties": {
      +    "dataGovernanceTags": {
      +      "additionalProperties": {
      +        "type": "string"
      +      },
      +      "description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DataPolicyList
      Added value: +{
      +  "description": "A list of data policy options. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
      +  "properties": {
      +    "dataPolicies": {
      +      "description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
      +      "items": {
      +        "$ref": "#/$defs/DataPolicyOption"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataGovernanceTagsInfo
      Added value: +{
      +  "$ref": "#/$defs/DataGovernanceTagsInfo",
      +  "description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag."
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / dataPolicyList
      Added value: +{
      +  "$ref": "#/$defs/DataPolicyList",
      +  "description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
      +}
  79. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  80. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  81. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  82. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  83. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  84. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  85. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  86. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  87. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  88. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  89. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  90. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  91. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  92. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  93. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  94. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  95. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  96. Changed1 schema field changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
  97. Changed4 schema fields changed
    • changedOutput schema / $defs / ExternalDataConfiguration / properties / timestampTargetPrecision / description
      Previous value: -"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."New value: +"Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV, PARQUET, and AVRO. Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated."
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  98. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  99. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  100. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  101. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  102. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  103. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  104. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  105. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  106. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  107. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  108. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  109. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  110. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  111. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  112. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  113. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  114. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  115. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  116. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  117. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  118. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  119. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  120. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  121. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  122. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  123. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  124. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  125. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  126. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  127. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  128. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  129. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  130. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  131. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  132. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  133. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  134. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  135. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  136. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  137. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  138. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  139. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  140. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  141. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  142. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  143. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  144. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  145. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  146. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  147. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  148. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  149. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  150. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  151. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  152. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  153. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  154. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  155. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  156. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  157. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  158. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  159. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  160. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  161. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  162. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  163. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  164. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  165. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  166. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  167. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  168. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  169. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  170. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  171. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  172. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  173. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  174. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  175. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  176. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  177. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  178. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  179. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  180. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  181. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  182. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  183. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  184. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  185. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  186. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  187. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  188. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  189. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  190. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  191. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  192. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  193. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  194. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  195. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  196. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  197. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  198. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  199. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  200. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  201. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  202. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  203. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  204. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  205. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  206. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  207. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  208. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  209. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  210. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  211. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  212. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  213. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  214. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  215. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  216. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  217. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  218. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  219. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  220. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  221. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  222. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  223. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  224. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  225. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  226. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  227. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  228. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  229. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  230. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  231. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  232. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  233. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  234. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  235. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  236. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  237. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  238. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  239. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  240. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  241. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  242. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  243. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  244. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  245. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  246. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  247. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  248. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  249. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  250. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  251. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  252. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  253. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  254. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  255. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  256. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  257. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  258. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  259. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  260. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  261. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  262. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  263. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  264. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  265. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  266. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  267. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  268. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  269. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  270. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  271. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  272. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  273. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  274. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  275. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  276. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  277. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  278. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  279. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  280. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  281. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  282. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  283. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  284. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  285. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  286. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  287. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  288. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  289. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  290. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  291. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  292. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  293. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  294. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  295. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  296. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  297. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  298. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  299. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  300. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  301. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  302. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  303. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  304. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  305. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  306. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  307. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  308. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  309. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  310. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  311. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  312. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  313. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  314. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  315. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  316. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  317. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  318. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  319. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  320. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  321. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  322. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  323. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  324. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  325. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  326. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  327. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  328. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  329. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  330. Changed3 schema fields changed
    • removedOutput schema / $defs / GeneratedColumn
      Removed value: -{
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      -  "properties": {
      -    "generatedExpressionInfo": {
      -      "$ref": "#/$defs/GeneratedExpressionInfo",
      -      "description": "Definition of the expression used to generate the field."
      -    },
      -    "generatedMode": {
      -      "description": "Optional. Dictates when system generated values are used to populate the field.",
      -      "enum": [
      -        "GENERATED_MODE_UNSPECIFIED",
      -        "GENERATED_ALWAYS",
      -        "GENERATED_BY_DEFAULT"
      -      ],
      -      "type": "string",
      -      "x-google-enum-descriptions": [
      -        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      -        "Field can only have system generated values. Users cannot manually insert values into the field.",
      -        "Use system generated values only if the user does not explicitly provide a value."
      -      ]
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / GeneratedExpressionInfo
      Removed value: -{
      -  "description": "Definition of the expression used to generate the field.",
      -  "properties": {
      -    "asynchronous": {
      -      "description": "Optional. Whether the column generation is done asynchronously.",
      -      "type": "boolean"
      -    },
      -    "generationExpression": {
      -      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      -      "type": "string"
      -    },
      -    "stored": {
      -      "description": "Optional. Whether the generated column is stored in the table.",
      -      "type": "boolean"
      -    }
      -  },
      -  "type": "object"
      -}
    • removedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Removed value: -{
      -  "$ref": "#/$defs/GeneratedColumn",
      -  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      -}
  331. Changed3 schema fields changed
    • addedOutput schema / $defs / GeneratedColumn
      Added value: +{
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields).",
      +  "properties": {
      +    "generatedExpressionInfo": {
      +      "$ref": "#/$defs/GeneratedExpressionInfo",
      +      "description": "Definition of the expression used to generate the field."
      +    },
      +    "generatedMode": {
      +      "description": "Optional. Dictates when system generated values are used to populate the field.",
      +      "enum": [
      +        "GENERATED_MODE_UNSPECIFIED",
      +        "GENERATED_ALWAYS",
      +        "GENERATED_BY_DEFAULT"
      +      ],
      +      "type": "string",
      +      "x-google-enum-descriptions": [
      +        "Unspecified GeneratedMode will default to GENERATED_ALWAYS.",
      +        "Field can only have system generated values. Users cannot manually insert values into the field.",
      +        "Use system generated values only if the user does not explicitly provide a value."
      +      ]
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / GeneratedExpressionInfo
      Added value: +{
      +  "description": "Definition of the expression used to generate the field.",
      +  "properties": {
      +    "asynchronous": {
      +      "description": "Optional. Whether the column generation is done asynchronously.",
      +      "type": "boolean"
      +    },
      +    "generationExpression": {
      +      "description": "Optional. The generation expression (e.g. AI.EMBED(...)) used to generated the field.",
      +      "type": "string"
      +    },
      +    "stored": {
      +      "description": "Optional. Whether the generated column is stored in the table.",
      +      "type": "boolean"
      +    }
      +  },
      +  "type": "object"
      +}
    • addedOutput schema / $defs / TableFieldSchema / properties / generatedColumn
      Added value: +{
      +  "$ref": "#/$defs/GeneratedColumn",
      +  "description": "Optional. Definition of how values are generated for the field. Only valid for top-level schema fields (not nested fields)."
      +}
  332. First observed

TDQS

A3.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already disclose read-only, idempotent, non-destructive behavior, and the description is consistent with those. It adds minimal behavioral context by specifying that metadata (not row data) is returned, but it does not describe response details or additional constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single focused sentence with no redundant or filler content. It front-loads the verb and resource, and every word contributes to the tool's meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple: three fully documented required parameters, read-only annotations, and an output schema are present. The description is sufficient to invoke the tool correctly; no additional context such as return values is needed because the output schema covers that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline for this dimension is 3. The description itself does not add any parameter context, and the schema entries are terse but present. No parameter information is missing from the combined view.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Get') and a specific resource ('metadata information about a BigQuery table'), making the tool's purpose immediately obvious. It does not explicitly name sibling tools, but the resource scope distinguishes it from get_dataset_info and list_table_ids.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for retrieving table metadata, so when that need arises an agent can select it. However, it gives no explicit when-to-use or when-not-to-use guidance, nor does it point to alternatives among the sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a clear, distinct operation: executing queries versus reading metadata versus listing IDs. The only overlapping pair, execute_sql and execute_sql_readonly, is explicitly differentiated by read-only versus full SQL execution, so there is no practical ambiguity.

Naming Consistency5/5

All tool names follow a consistent lower_snake_case verb_noun pattern: execute_sql, get_dataset_info, list_table_ids, etc. The readonly suffix on execute_sql_readonly is a clear modifier rather than a stylistic inconsistency.

Tool Count5/5

Six tools is well-scoped for a BigQuery server, covering query execution, read-only querying, and dataset/table discovery and metadata. Each tool earns its place without unnecessary redundancy.

Completeness5/5

The tool set covers the core BigQuery workflows: running arbitrary SQL including DDL/DML/ML via execute_sql, safe read-only queries, and dataset/table listing and metadata inspection. Agents can fully manage and query BigQuery resources without hitting dead ends.

Resources