public interface DaiIngestErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReason()
public abstract DaiIngestErrorReasonEnum.DaiIngestErrorReason getReason()The error associated with the content.
optional .google.ads.admanager.v1.DaiIngestErrorReasonEnum.DaiIngestErrorReason reason = 1;
| Returns | |
|---|---|
| Type | Description |
DaiIngestErrorReasonEnum.DaiIngestErrorReason |
The reason. |
getReasonValue()
public abstract int getReasonValue()The error associated with the content.
optional .google.ads.admanager.v1.DaiIngestErrorReasonEnum.DaiIngestErrorReason reason = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reason. |
getTrigger()
public abstract String getTrigger()Output only. The field, if any, that triggered the error.
optional string trigger = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The trigger. |
getTriggerBytes()
public abstract ByteString getTriggerBytes()Output only. The field, if any, that triggered the error.
optional string trigger = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for trigger. |
hasReason()
public abstract boolean hasReason()The error associated with the content.
optional .google.ads.admanager.v1.DaiIngestErrorReasonEnum.DaiIngestErrorReason reason = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the reason field is set. |
hasTrigger()
public abstract boolean hasTrigger()Output only. The field, if any, that triggered the error.
optional string trigger = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the trigger field is set. |