Class: Google::Cloud::ErrorReporting::V1beta1::DeleteEventsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ErrorReporting::V1beta1::DeleteEventsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb
Overview
Deletes all events in the project.
Instance Attribute Summary collapse
-
#project_name ⇒ ::String
Required.
Instance Attribute Details
#project_name ⇒ ::String
Returns 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.
346 347 348 349 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 346 class DeleteEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |