public sealed class ErrorLogEntry : IMessage<ErrorLogEntry>, IEquatable<ErrorLogEntry>, IDeepCloneable<ErrorLogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Managed Lustre v1 API class ErrorLogEntry.
An entry describing an error that has occurred.
Implements
IMessageErrorLogEntry, IEquatableErrorLogEntry, IDeepCloneableErrorLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Lustre.V1Assembly
Google.Cloud.Lustre.V1.dll
Constructors
ErrorLogEntry()
public ErrorLogEntry()
ErrorLogEntry(ErrorLogEntry)
public ErrorLogEntry(ErrorLogEntry other)
Parameter | |
---|---|
Name | Description |
other |
ErrorLogEntry |
Properties
ErrorDetails
public RepeatedField<string> ErrorDetails { get; }
A list of messages that carry the error details.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Uri
public string Uri { get; set; }
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
Property Value | |
---|---|
Type | Description |
string |