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.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Events

Gets the Events resource.

Declaration
public virtual ProjectsResource.EventsResource Events { get; }
Property Value
Type Description
ProjectsResource.EventsResource

GroupStats

Gets the GroupStats resource.

Declaration
public virtual ProjectsResource.GroupStatsResource GroupStats { get; }
Property Value
Type Description
ProjectsResource.GroupStatsResource

Groups

Gets the Groups resource.

Declaration
public virtual ProjectsResource.GroupsResource Groups { get; }
Property Value
Type Description
ProjectsResource.GroupsResource

Locations

Gets the Locations resource.

Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource

Methods

DeleteEvents(string)

Deletes all error events of a given project.

Declaration
public virtual ProjectsResource.DeleteEventsRequest DeleteEvents(string projectName)
Parameters
Type Name Description
string projectName

Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID} or projects/{projectID}/locations/{location}, where {projectID} is the Google Cloud Platform project ID and {location} is a Cloud region. Examples: projects/my-project-123, projects/my-project-123/locations/global. For a list of supported locations, see Supported Regions. global is the default when unspecified.

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