public sealed class ReportError : IMessage<ReportResponse.Types.ReportError>, IEquatable<ReportResponse.Types.ReportError>, IDeepCloneable<ReportResponse.Types.ReportError>, IBufferMessage, IMessage
Represents the processing error of one [Operation][google.api.servicecontrol.v1.Operation] in the request.
Implements
IMessage<ReportResponse.Types.ReportError>, IEquatable<ReportResponse.Types.ReportError>, IDeepCloneable<ReportResponse.Types.ReportError>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
ReportError()
public ReportError()
ReportError(ReportResponse.Types.ReportError)
public ReportError(ReportResponse.Types.ReportError other)
Parameter | |
---|---|
Name | Description |
other | ReportResponse.Types.ReportError |
Properties
OperationId
public string OperationId { get; set; }
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
Property Value | |
---|---|
Type | Description |
String |
Status
public Status Status { get; set; }
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
Property Value | |
---|---|
Type | Description |
Status |