Class: Google::Cloud::ErrorReporting::V1beta1::DeleteEventsRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#project_name::String

Returns Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID}, where {projectID} is the Google Cloud Platform project ID.

Example: projects/my-project-123.

Returns:

  • (::String)

    Required. The resource name of the Google Cloud Platform project. Written as projects/{projectID}, where {projectID} is the Google Cloud Platform project ID.

    Example: projects/my-project-123.



296
297
298
299
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 296

class DeleteEventsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end