public sealed class TransferErrorLogEntry : IMessage<TransferErrorLogEntry>, IEquatable<TransferErrorLogEntry>, IDeepCloneable<TransferErrorLogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Parallelstore v1 API class TransferErrorLogEntry.
An entry describing an error that has occurred.
Implements
IMessageTransferErrorLogEntry, IEquatableTransferErrorLogEntry, IDeepCloneableTransferErrorLogEntry, IBufferMessage, IMessageNamespace
Google.Cloud.Parallelstore.V1Assembly
Google.Cloud.Parallelstore.V1.dll
Constructors
TransferErrorLogEntry()
public TransferErrorLogEntry()
TransferErrorLogEntry(TransferErrorLogEntry)
public TransferErrorLogEntry(TransferErrorLogEntry other)
Parameter | |
---|---|
Name | Description |
other |
TransferErrorLogEntry |
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; }
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 |