Show / Hide Table of Contents

Class V1betaResource

The "v1beta" collection of methods.

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

Constructors

V1betaResource(IClientService)

Constructs a new resource.

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

Methods

AggregateFleet()

AggregateFleet provides statistics about the fleet grouped by various fields.

Declaration
public virtual V1betaResource.AggregateFleetRequest AggregateFleet()
Returns
Type Description
V1betaResource.AggregateFleetRequest

AggregateIssueStats(AggregateIssueStatsRequest)

AggregateIssueStats provides database resource issues statistics.

Declaration
public virtual V1betaResource.AggregateIssueStatsRequest AggregateIssueStats(AggregateIssueStatsRequest body)
Parameters
Type Name Description
AggregateIssueStatsRequest body

The body of the request.

Returns
Type Description
V1betaResource.AggregateIssueStatsRequest

QueryDatabaseResourceGroups(QueryDatabaseResourceGroupsRequest)

QueryDatabaseResourceGroups returns paginated results of database groups.

Declaration
public virtual V1betaResource.QueryDatabaseResourceGroupsRequest QueryDatabaseResourceGroups(QueryDatabaseResourceGroupsRequest body)
Parameters
Type Name Description
QueryDatabaseResourceGroupsRequest body

The body of the request.

Returns
Type Description
V1betaResource.QueryDatabaseResourceGroupsRequest

QueryIssues(QueryIssuesRequest)

QueryIssues provides a list of issues and recommendations that a user has access to and that are within the requested scope.

Declaration
public virtual V1betaResource.QueryIssuesRequest QueryIssues(QueryIssuesRequest body)
Parameters
Type Name Description
QueryIssuesRequest body

The body of the request.

Returns
Type Description
V1betaResource.QueryIssuesRequest

QueryProducts()

QueryProducts provides a list of all possible products which can be used to filter database resources.

Declaration
public virtual V1betaResource.QueryProductsRequest QueryProducts()
Returns
Type Description
V1betaResource.QueryProductsRequest
In this article
Back to top Generated by DocFX