Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseCenter.v1beta
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

Declaration
public ProjectsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

AggregateQueryStats(AggregateQueryStatsRequest, string)

AggregateQueryStats provides database resource query execution statistics.

Declaration
public virtual ProjectsResource.AggregateQueryStatsRequest AggregateQueryStats(AggregateQueryStatsRequest body, string parent)
Parameters
Type Name Description
AggregateQueryStatsRequest body

The body of the request.

string 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")

Returns
Type Description
ProjectsResource.AggregateQueryStatsRequest
In this article
Back to top Generated by DocFX