Class ProjectsResource.LocationsResource.DataPoliciesResource.RemoveGranteesRequest
Removes grantees from a data policy. The grantees will be removed from the existing grantees. If the request contains a grantee that does not exist, the grantee will be ignored.
Inheritance
ProjectsResource.LocationsResource.DataPoliciesResource.RemoveGranteesRequest
Inherited Members
Namespace: Google.Apis.BigQueryDataPolicyService.v2
Assembly: Google.Apis.BigQueryDataPolicyService.v2.dll
Syntax
public class ProjectsResource.LocationsResource.DataPoliciesResource.RemoveGranteesRequest : BigQueryDataPolicyServiceBaseServiceRequest<DataPolicy>, IClientServiceRequest<DataPolicy>, IClientServiceRequest
Constructors
RemoveGranteesRequest(IClientService, RemoveGranteesRequest, string)
Constructs a new RemoveGrantees request.
Declaration
public RemoveGranteesRequest(IClientService service, RemoveGranteesRequest body, string dataPolicy)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RemoveGranteesRequest | body | |
| string | dataPolicy |
Properties
DataPolicy
Required. Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.
Declaration
[RequestParameter("dataPolicy", RequestParameterType.Path)]
public virtual string DataPolicy { 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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RemoveGrantees parameter list.
Declaration
protected override void InitParameters()