Error Reporting V1beta1 API - Class Google::Cloud::ErrorReporting::V1beta1::ReportErrorEventRequest (v0.5.1)

Reference documentation and code samples for the Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::ReportErrorEventRequest.

A request for reporting an individual error event.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#event

def event() -> ::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent
Returns

#event=

def event=(value) -> ::Google::Cloud::ErrorReporting::V1beta1::ReportedErrorEvent
Parameter
Returns

#project_name

def project_name() -> ::String
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.

#project_name=

def project_name=(value) -> ::String
Parameter
  • value (::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.

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.