public sealed class SetTableIamPolicyOptionsReference documentation and code samples for the Google BigQuery v2 API class SetTableIamPolicyOptions.
Options for the SetTableIamPolicy operations.
Namespace
Google.Cloud.BigQuery.V2Assembly
Google.Cloud.BigQuery.V2.dll
Properties
UpdateMask
public string UpdateMask { get; set; }A FieldMask specifying which fields of the policy to modify.
Only the fields in the mask will be modified.
If no mask is provided, the following default mask is used:
paths: "bindings, etag".
You can read more about the FieldMaks format here:
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask
| Property Value | |
|---|---|
| Type | Description |
String |
|