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
IMessageResourceErrorDetail, IEquatableResourceErrorDetail, IDeepCloneableResourceErrorDetail, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2Assembly
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 |
int |
ErrorDetails
public RepeatedField<ErrorDetail> ErrorDetails { get; }
Required. The error details for the resource.
Property Value | |
---|---|
Type | Description |
RepeatedFieldErrorDetail |
ResourceInfo
public ResourceInfo ResourceInfo { get; set; }
Required. Information about the resource where the error is located.
Property Value | |
---|---|
Type | Description |
ResourceInfo |