Class JobsResource.QueryRequest
Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified
timeout. # IAM Permissions Requires the bigquery.jobs.create permission on the project resource.
Data-level permissions are highly dependent on the SQL statement being executed. While standard queries
require data access (such as bigquery.tables.getData), complex operations like DDL or DCL may require
permissions to manage reservations, IAM policies, or project settings.
Inheritance
JobsResource.QueryRequest
Inherited Members
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class JobsResource.QueryRequest : BigqueryBaseServiceRequest<QueryResponse>, IClientServiceRequest<QueryResponse>, IClientServiceRequest
Constructors
QueryRequest(IClientService, QueryRequest, string)
Constructs a new Query request.
Declaration
public QueryRequest(IClientService service, QueryRequest body, string projectId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| QueryRequest | body | |
| string | projectId |
Properties
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 query request.
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Query parameter list.
Declaration
protected override void InitParameters()