Google BigQuery v2 API - Class SetTableIamPolicyOptions (3.9.0)

public sealed class SetTableIamPolicyOptions

Reference documentation and code samples for the Google BigQuery v2 API class SetTableIamPolicyOptions.

Options for the SetTableIamPolicy operations.

Inheritance

object > SetTableIamPolicyOptions

Namespace

Google.Cloud.BigQuery.V2

Assembly

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
TypeDescription
string