public sealed class DependencyErrorDetail : IMessage<DependencyErrorDetail>, IEquatable<DependencyErrorDetail>, IDeepCloneable<DependencyErrorDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DependencyErrorDetail.
Details describing error condition of a dependency.
Implements
IMessageDependencyErrorDetail, IEquatableDependencyErrorDetail, IDeepCloneableDependencyErrorDetail, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
DependencyErrorDetail()
public DependencyErrorDetail()
DependencyErrorDetail(DependencyErrorDetail)
public DependencyErrorDetail(DependencyErrorDetail other)
Parameter | |
---|---|
Name | Description |
other |
DependencyErrorDetail |
Properties
Error
public DependencyErrorDetail.Types.Error Error { get; set; }
Optional. Error in the dependency.
Property Value | |
---|---|
Type | Description |
DependencyErrorDetailTypesError |
ErrorTime
public Timestamp ErrorTime { get; set; }
Optional. Timestamp at which the error was found.
Property Value | |
---|---|
Type | Description |
Timestamp |