API hub v1 API - Class DependencyErrorDetail (1.0.0-beta01)

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.

Inheritance

object > DependencyErrorDetail

Namespace

Google.Cloud.ApiHub.V1

Assembly

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