Google Cloud Error Reporting v1beta1 API - Class ReportErrorEventRequest (3.0.0-beta05)

public sealed class ReportErrorEventRequest : IMessage<ReportErrorEventRequest>, IEquatable<ReportErrorEventRequest>, IDeepCloneable<ReportErrorEventRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ReportErrorEventRequest.

A request for reporting an individual error event.

Inheritance

object > ReportErrorEventRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

ReportErrorEventRequest()

public ReportErrorEventRequest()

ReportErrorEventRequest(ReportErrorEventRequest)

public ReportErrorEventRequest(ReportErrorEventRequest other)
Parameter
Name Description
other ReportErrorEventRequest

Properties

Event

public ReportedErrorEvent Event { get; set; }

Required. The error event to be reported.

Property Value
Type Description
ReportedErrorEvent

ProjectName

public string ProjectName { get; set; }

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.

Property Value
Type Description
string

ProjectNameAsProjectName

public ProjectName ProjectNameAsProjectName { get; set; }

ProjectName-typed view over the ProjectName resource name property.

Property Value
Type Description
ProjectName