Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Clouderrorreporting.v1beta1
Assembly: Google.Apis.Clouderrorreporting.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Events
Gets the Events resource.
Declaration
public virtual ProjectsResource.LocationsResource.EventsResource Events { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.EventsResource |
GroupStats
Gets the GroupStats resource.
Declaration
public virtual ProjectsResource.LocationsResource.GroupStatsResource GroupStats { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupStatsResource |
Groups
Gets the Groups resource.
Declaration
public virtual ProjectsResource.LocationsResource.GroupsResource Groups { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.GroupsResource |
Methods
DeleteEvents(string)
Deletes all error events of a given project.
Declaration
public virtual ProjectsResource.LocationsResource.DeleteEventsRequest DeleteEvents(string projectName)
Parameters
Type | Name | Description |
---|---|---|
string | projectName | Required. The resource name of the Google Cloud Platform project. Written as |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DeleteEventsRequest |