Show / Hide Table of Contents

Class BatchDeleteRowAccessPoliciesRequest

Request message for the BatchDeleteRowAccessPoliciesRequest method.

Inheritance
object
BatchDeleteRowAccessPoliciesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BatchDeleteRowAccessPoliciesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Force

If set to true, it deletes the row access policy even if it's the last row access policy on the table and the deletion will widen the access rather narrowing it.

Declaration
[JsonProperty("force")]
public virtual bool? Force { get; set; }
Property Value
Type Description
bool?

PolicyIds

Required. Policy IDs of the row access policies.

Declaration
[JsonProperty("policyIds")]
public virtual IList<string> PolicyIds { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX