public interface DisapprovalReasonOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails()
public abstract String getDetails()Output only. Additional details for the disapproval of the Site.
optional string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The details. |
getDetailsBytes()
public abstract ByteString getDetailsBytes()Output only. Additional details for the disapproval of the Site.
optional string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for details. |
getType()
public abstract SiteDisapprovalReasonEnum.SiteDisapprovalReason getType()Output only. The type of policy violation found for the Site.
optional .google.ads.admanager.v1.SiteDisapprovalReasonEnum.SiteDisapprovalReason type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SiteDisapprovalReasonEnum.SiteDisapprovalReason |
The type. |
getTypeValue()
public abstract int getTypeValue()Output only. The type of policy violation found for the Site.
optional .google.ads.admanager.v1.SiteDisapprovalReasonEnum.SiteDisapprovalReason type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
hasDetails()
public abstract boolean hasDetails()Output only. Additional details for the disapproval of the Site.
optional string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the details field is set. |
hasType()
public abstract boolean hasType()Output only. The type of policy violation found for the Site.
optional .google.ads.admanager.v1.SiteDisapprovalReasonEnum.SiteDisapprovalReason type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |