Class FoldersResource.AggregateQueryStatsRequest
AggregateQueryStats provides database resource query execution statistics.
Inheritance
FoldersResource.AggregateQueryStatsRequest
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class FoldersResource.AggregateQueryStatsRequest : DatabaseCenterBaseServiceRequest<AggregateQueryStatsResponse>, IClientServiceRequest<AggregateQueryStatsResponse>, IClientServiceRequest
Constructors
AggregateQueryStatsRequest(IClientService, AggregateQueryStatsRequest, string)
Constructs a new AggregateQueryStats request.
Declaration
public AggregateQueryStatsRequest(IClientService service, AggregateQueryStatsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| AggregateQueryStatsRequest | body | |
| string | parent |
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
Parent
Required. Parent can be a project, a folder, or an organization. The search is limited to the resources
within the parent. The allowed values are: * projects/{PROJECT_ID} (e.g., "projects/foo-bar") *
projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * folders/{FOLDER_NUMBER} (e.g.,
"folders/1234567") * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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 AggregateQueryStats parameter list.
Declaration
protected override void InitParameters()