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} 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.

Returns:

  • (::String)

    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