public sealed class ErrorLogEntry : IMessage<ErrorLogEntry>, IEquatable<ErrorLogEntry>, IDeepCloneable<ErrorLogEntry>, IBufferMessage, IMessageAn entry describing an error that has occurred.
Implements
IMessage<ErrorLogEntry>, IEquatable<ErrorLogEntry>, IDeepCloneable<ErrorLogEntry>, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.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 | 
RepeatedField<String> | 
        |
Url
public string Url { 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 | 
        |