Class QueriesResource.RunqueryRequest
Runs a stored query to generate a report.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DoubleClickBidManager.v1_1
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class QueriesResource.RunqueryRequest : DoubleClickBidManagerBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
RunqueryRequest(IClientService, RunQueryRequest, long)
Constructs a new Runquery request.
Declaration
public RunqueryRequest(IClientService service, RunQueryRequest body, long queryId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RunQueryRequest | body | |
| long | queryId |
Properties
Asynchronous
If true, tries to run the query asynchronously.
Declaration
[RequestParameter("asynchronous", RequestParameterType.Query)]
public virtual bool? Asynchronous { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.MethodName
QueryId
Query ID to run.
Declaration
[RequestParameter("queryId", RequestParameterType.Path)]
public virtual long QueryId { get; }
Property Value
| Type | Description |
|---|---|
| long |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.GetBody()
InitParameters()
Initializes Runquery parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.DoubleClickBidManager.v1_1.DoubleClickBidManagerBaseServiceRequest<string>.InitParameters()