Show / Hide Table of Contents

Class ProjectsResource.GroupStatsResource

The "groupStats" collection of methods.

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

Constructors

GroupStatsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists the specified groups.

Declaration
public virtual ProjectsResource.GroupStatsResource.ListRequest List(string projectName)
Parameters
Type Name Description
string projectName

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectNumber}, where {projectID} and {projectNumber} can be found in the Google Cloud console. It may also include a location, such as projects/{projectID}/locations/{location} where {location} is a cloud region. Examples: projects/my-project-123, projects/5551234, projects/my-project-123/locations/us-central1, projects/5551234/locations/us-central1. For a list of supported locations, see Supported Regions. global is the default when unspecified. Use - as a wildcard to request group stats from all regions.

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