public sealed class ReportResponse.Types.ReportError : IMessage<ReportResponse.Types.ReportError>, IEquatable<ReportResponse.Types.ReportError>, IDeepCloneable<ReportResponse.Types.ReportError>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class ReportResponse.Types.ReportError.
Represents the processing error of one [Operation][google.api.servicecontrol.v1.Operation] in the request.
Implements
IMessageReportResponseTypesReportError, IEquatableReportResponseTypesReportError, IDeepCloneableReportResponseTypesReportError, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
ReportError()
public ReportError()
ReportError(ReportError)
public ReportError(ReportResponse.Types.ReportError other)
Parameter | |
---|---|
Name | Description |
other |
ReportResponseTypesReportError |
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 |