Class FieldWarning
Detailed row-level warning with field paths.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class FieldWarning : IMessage<FieldWarning>, IEquatable<FieldWarning>, IDeepCloneable<FieldWarning>, IBufferMessage, IMessage
Constructors
FieldWarning()
Declaration
public FieldWarning()
FieldWarning(FieldWarning)
Declaration
public FieldWarning(FieldWarning other)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldWarning | other |
Properties
Description
The detailed warning message describing the issue.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Field
The field path that triggered the warning. Uses the same format as [google.rpc.BadRequest.FieldViolation.field][google.rpc.BadRequest.FieldViolation.field].
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
The warning reason.
Declaration
public WarningReason Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| WarningReason |