Show / Hide Table of Contents

Class OrganizationsResource

The "organizations" collection of methods.

Inheritance
object
OrganizationsResource
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 OrganizationsResource

Constructors

OrganizationsResource(IClientService)

Constructs a new resource.

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

Methods

AggregateQueryStats(AggregateQueryStatsRequest, string)

AggregateQueryStats provides database resource query execution statistics.

Declaration
public virtual OrganizationsResource.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
OrganizationsResource.AggregateQueryStatsRequest
In this article
Back to top Generated by DocFX