You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">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.</p>
<pclass="firstline">Undeletes a dataset which is within time travel window based on datasetId. If a time is specified, the dataset version deleted at that time is undeleted, else the last live version is undeleted.</p>
<pclass="firstline">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.</p>
104
104
<h3>Method Details</h3>
105
105
<divclass="method">
@@ -133,9 +133,9 @@ <h3>Method Details</h3>
133
133
datasetView: string, Optional. Specifies the view that determines which dataset information is returned. By default, metadata and ACL information are returned.
134
134
Allowed values
135
135
DATASET_VIEW_UNSPECIFIED - The default value. Default to the FULL view.
136
-
METADATA - Includes metadata information for the dataset, such as location, etag, lastModifiedTime, etc.
137
-
ACL - Includes ACL information for the dataset, which defines dataset access for one or more entities.
138
-
FULL - Includes both dataset metadata and ACL information.
136
+
METADATA - Updates metadata information for the dataset, such as friendlyName, description, labels, etc.
137
+
ACL - Updates ACL information for the dataset, which defines dataset access for one or more entities.
138
+
FULL - Updates both dataset metadata and ACL information.
<pre>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.
521
521
522
522
Args:
@@ -624,6 +624,12 @@ <h3>Method Details</h3>
624
624
}
625
625
626
626
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.
627
+
updateMode: string, Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.
628
+
Allowed values
629
+
UPDATE_MODE_UNSPECIFIED - The default value. Default to the UPDATE_FULL.
630
+
UPDATE_METADATA - Includes metadata information for the dataset, such as friendlyName, description, labels, etc.
631
+
UPDATE_ACL - Includes ACL information for the dataset, which defines dataset access for one or more entities.
632
+
UPDATE_FULL - Includes both dataset metadata and ACL information.
<pre>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.
858
864
859
865
Args:
@@ -961,6 +967,12 @@ <h3>Method Details</h3>
961
967
}
962
968
963
969
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.
970
+
updateMode: string, Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.
971
+
Allowed values
972
+
UPDATE_MODE_UNSPECIFIED - The default value. Default to the UPDATE_FULL.
973
+
UPDATE_METADATA - Includes metadata information for the dataset, such as friendlyName, description, labels, etc.
974
+
UPDATE_ACL - Includes ACL information for the dataset, which defines dataset access for one or more entities.
975
+
UPDATE_FULL - Includes both dataset metadata and ACL information.
0 commit comments