A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/bigquery/docs/reference/rest/v2/datasets/patch below:

Method: datasets.patch | BigQuery | Google Cloud

Method: datasets.patch

Stay organized with collections Save and categorize content based on your preferences.

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. This method supports RFC5789 patch semantics.

HTTP request

PATCH 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 policy 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 policy and not the version of access policy. This field's value can be equal or more than the access policy schema provided in the request. For example, * Operations updating conditional access policy binding in datasets must specify version 3. Some of the operations are : - Adding a new access policy entry with condition. - Removing an access policy entry with condition. - Updating an access policy entry with condition. * But dataset with no conditional role bindings in access policy 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 policy in IAM.

Request body

The request body contains an instance of Dataset.

Response body

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

Requires one of the following OAuth scopes:

For more information, see the Authentication Overview.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-02 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This page details how to update an existing dataset resource using the `PATCH` method, which replaces only the provided fields."],["The HTTP request uses a `PATCH` method with a specific URL structure incorporating gRPC Transcoding syntax, including `projectId` and `datasetId` as required path parameters."],["The optional query parameter `accessPolicyVersion` allows specifying the access policy schema version, with version 3 required for operations involving conditional access policy bindings."],["The request and response bodies both utilize the `Dataset` resource, detailed elsewhere, and updates are made by adding to the request body."],["To authorize this request, it requires one of the following OAuth scopes: `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4