Class JobsResource.QueryRequest
Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.QueryResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.QueryResponse>.MethodName
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.QueryResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.QueryResponse>.GetBody()
InitParameters()
Initializes Query parameter list.
Declaration
protected override void InitParameters()