public sealed class ResourceErrorDetail : IMessage<ResourceErrorDetail>, IEquatable<ResourceErrorDetail>, IDeepCloneable<ResourceErrorDetail>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ResourceErrorDetail.
Provides details for errors and the corresponding resources.
Implements
IMessage<ResourceErrorDetail>, IEquatable<ResourceErrorDetail>, IDeepCloneable<ResourceErrorDetail>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Migration.V2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ResourceErrorDetail()
public ResourceErrorDetail()
ResourceErrorDetail(ResourceErrorDetail)
public ResourceErrorDetail(ResourceErrorDetail other)
Parameter | |
---|---|
Name | Description |
other | ResourceErrorDetail |
Properties
ErrorCount
public int ErrorCount { get; set; }
Required. How many errors there are in total for the resource. Truncation can be
indicated by having an error_count
that is higher than the size of
error_details
.
Property Value | |
---|---|
Type | Description |
Int32 |
ErrorDetails
public RepeatedField<ErrorDetail> ErrorDetails { get; }
Required. The error details for the resource.
Property Value | |
---|---|
Type | Description |
RepeatedField<ErrorDetail> |
ResourceInfo
public ResourceInfo ResourceInfo { get; set; }
Required. Information about the resource where the error is located.
Property Value | |
---|---|
Type | Description |
ResourceInfo |