public sealed class ReportErrorEventRequest : IMessage<ReportErrorEventRequest>, IEquatable<ReportErrorEventRequest>, IDeepCloneable<ReportErrorEventRequest>, IBufferMessage, IMessage
A request for reporting an individual error event.
Implements
IMessage<ReportErrorEventRequest>, IEquatable<ReportErrorEventRequest>, IDeepCloneable<ReportErrorEventRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
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 |