public class Clouderrorreporting.Projects
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Clouderrorreporting.Projects.DeleteEvents |
class |
Clouderrorreporting.Projects.Events
The "events" collection of methods.
|
class |
Clouderrorreporting.Projects.Groups
The "groups" collection of methods.
|
class |
Clouderrorreporting.Projects.GroupStats
The "groupStats" collection of methods.
|
Constructor and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
Clouderrorreporting.Projects.DeleteEvents |
deleteEvents(java.lang.String projectName)
Deletes all error events of a given project.
|
Clouderrorreporting.Projects.Events |
events()
An accessor for creating requests from the Events collection.
|
Clouderrorreporting.Projects.Groups |
groups()
An accessor for creating requests from the Groups collection.
|
Clouderrorreporting.Projects.GroupStats |
groupStats()
An accessor for creating requests from the GroupStats collection.
|
public Clouderrorreporting.Projects.DeleteEvents deleteEvents(java.lang.String projectName) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.projectName
- Required. The resource name of the Google Cloud Platform project. Written
as `projects/{projectID}`,
where `{projectID}` is the
[Google Cloud Platform project
ID](https://support.google.com/cloud/answer/6158840).
Example: `projects/my-project-123`.java.io.IOException
public Clouderrorreporting.Projects.Events events()
The typical use is:
Clouderrorreporting clouderrorreporting = new Clouderrorreporting(...);
Clouderrorreporting.Events.List request = clouderrorreporting.events().list(parameters ...)
public Clouderrorreporting.Projects.GroupStats groupStats()
The typical use is:
Clouderrorreporting clouderrorreporting = new Clouderrorreporting(...);
Clouderrorreporting.GroupStats.List request = clouderrorreporting.groupStats().list(parameters ...)
public Clouderrorreporting.Projects.Groups groups()
The typical use is:
Clouderrorreporting clouderrorreporting = new Clouderrorreporting(...);
Clouderrorreporting.Groups.List request = clouderrorreporting.groups().list(parameters ...)