Class: Google::Devtools::Clouderrorreporting::V1beta1::DeleteEventsRequest
- Inherits:
-
Object
- Object
- Google::Devtools::Clouderrorreporting::V1beta1::DeleteEventsRequest
- Defined in:
- lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb
Overview
Deletes all events in the project.
Instance Attribute Summary collapse
-
#project_name ⇒ String
[Required] The resource name of the Google Cloud Platform project.
Instance Attribute Details
#project_name ⇒ String
Returns [Required] The resource name of the Google Cloud Platform project. Written
as projects/
plus the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
265 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 265 class DeleteEventsRequest; end |