Class: Google::Devtools::Clouderrorreporting::V1beta1::ReportErrorEventRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/report_errors_service.rb

Overview

A request for reporting an individual error event.

Instance Attribute Summary collapse

Instance Attribute Details

#eventGoogle::Devtools::Clouderrorreporting::V1beta1::ReportedErrorEvent

Returns [Required] The error event to be reported.

Returns:



30
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/report_errors_service.rb', line 30

class ReportErrorEventRequest; end

#project_nameString

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.

Returns:

  • (String)

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



30
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/report_errors_service.rb', line 30

class ReportErrorEventRequest; end