Class ReportErrorEventRequest (2.0.0-beta05)

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

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
NameDescription
otherReportErrorEventRequest

Properties

Event

public ReportedErrorEvent Event { get; set; }

Required. The error event to be reported.

Property Value
TypeDescription
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
TypeDescription
String

ProjectNameAsProjectName

public ProjectName ProjectNameAsProjectName { get; set; }

ProjectName-typed view over the ProjectName resource name property.

Property Value
TypeDescription
ProjectName