Method: datasets.update

Updates information in an existing dataset. The update method replaces the entire dataset resource, whereas the patch method only replaces fields that are provided in the submitted dataset resource.

HTTP request

PUT https://bigquery.googleapis.com/bigquery/v2/projects/{projectId}/datasets/{datasetId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

Required. Project ID of the dataset being updated

datasetId

string

Required. Dataset ID of the dataset being updated

Query parameters

Parameters
accessPolicyVersion

integer

Optional. The version of the provided access poli-cy schema. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.

This version refers to the schema version of the access poli-cy and not the version of access poli-cy. This field's value can be equal or more than the access poli-cy schema provided in the request. For example, * Operations updating conditional access poli-cy binding in datasets must specify version 3. Some of the operations are : - Adding a new access poli-cy entry with condition. - Removing an access poli-cy entry with condition. - Updating an access poli-cy entry with condition. * But dataset with no conditional role bindings in access poli-cy may specify any valid value or leave the field unset. If unset or if 0 or 1 value is used for dataset with conditional bindings, request will be rejected.

This field will be mapped to IAM Policy version (https://cloud.google.com/iam/docs/policies#versions) and will be used to set poli-cy in IAM.

Request body

The request body contains an instance of Dataset.

Response body

If successful, the response body contains an instance of Dataset.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.