Parallelstore v1 API - Class TransferErrorLogEntry (1.1.0)

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.

Inheritance

object > TransferErrorLogEntry

Namespace

Google.Cloud.Parallelstore.V1

Assembly

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