BigQuery API (bigquery:v2)

2025-05-06

2 updated methods

Updates

    Methods
  • bigquery.datasets.patch

      Parameters :

        updateMode

          Description : Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.

          Enum :

        • UPDATE_MODE_UNSPECIFIED
        • UPDATE_METADATA
        • UPDATE_ACL
        • UPDATE_FULL
        • Enum Descriptions :

        • The default value. Default to the UPDATE_FULL.
        • Includes metadata information for the dataset, such as friendlyName, description, labels, etc.
        • Includes ACL information for the dataset, which defines dataset access for one or more entities.
        • Includes both dataset metadata and ACL information.
        • Location : query

          Type : string

  • bigquery.datasets.update

      Parameters :

        updateMode

          Description : Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.

          Enum :

        • UPDATE_MODE_UNSPECIFIED
        • UPDATE_METADATA
        • UPDATE_ACL
        • UPDATE_FULL
        • Enum Descriptions :

        • The default value. Default to the UPDATE_FULL.
        • Includes metadata information for the dataset, such as friendlyName, description, labels, etc.
        • Includes ACL information for the dataset, which defines dataset access for one or more entities.
        • Includes both dataset metadata and ACL information.
        • Location : query

          Type : string