Class RowAccessPoliciesResource.BatchDeleteRequest
Deletes provided row access policies.
Inheritance
RowAccessPoliciesResource.BatchDeleteRequest
Inherited Members
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class RowAccessPoliciesResource.BatchDeleteRequest : BigqueryBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
BatchDeleteRequest(IClientService, BatchDeleteRowAccessPoliciesRequest, string, string, string)
Constructs a new BatchDelete request.
Declaration
public BatchDeleteRequest(IClientService service, BatchDeleteRowAccessPoliciesRequest body, string projectId, string datasetId, string tableId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BatchDeleteRowAccessPoliciesRequest | body | |
string | projectId | |
string | datasetId | |
string | tableId |
Properties
DatasetId
Required. Dataset ID of the table to delete the row access policies.
Declaration
[RequestParameter("datasetId", RequestParameterType.Path)]
public virtual string DatasetId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProjectId
Required. Project ID of the table to delete the row access policies.
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TableId
Required. Table ID of the table to delete the row access policies.
Declaration
[RequestParameter("tableId", RequestParameterType.Path)]
public virtual string TableId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchDelete parameter list.
Declaration
protected override void InitParameters()