All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.admanager.axis.v202411.CreativePolicyViolation Maven / Gradle / Ivy

The newest version!
// Copyright 2024 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

/**
 * CreativePolicyViolation.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4.1-SNAPSHOT Mar 20, 2024 (11:59:10 PDT) WSDL2Java emitter.
 */

package com.google.api.ads.admanager.axis.v202411;

public class CreativePolicyViolation implements java.io.Serializable {
    private java.lang.String _value_;
    private static java.util.HashMap _table_ = new java.util.HashMap();

    // Constructor
    protected CreativePolicyViolation(java.lang.String value) {
        _value_ = value;
        _table_.put(_value_,this);
    }

    public static final java.lang.String _MALWARE_IN_CREATIVE = "MALWARE_IN_CREATIVE";
    public static final java.lang.String _MALWARE_IN_LANDING_PAGE = "MALWARE_IN_LANDING_PAGE";
    public static final java.lang.String _LEGALLY_BLOCKED_REDIRECT_URL = "LEGALLY_BLOCKED_REDIRECT_URL";
    public static final java.lang.String _MISREPRESENTATION_OF_PRODUCT = "MISREPRESENTATION_OF_PRODUCT";
    public static final java.lang.String _SELF_CLICKING_CREATIVE = "SELF_CLICKING_CREATIVE";
    public static final java.lang.String _GAMING_GOOGLE_NETWORK = "GAMING_GOOGLE_NETWORK";
    public static final java.lang.String _DYNAMIC_DNS = "DYNAMIC_DNS";
    public static final java.lang.String _CIRCUMVENTING_SYSTEMS = "CIRCUMVENTING_SYSTEMS";
    public static final java.lang.String _PHISHING = "PHISHING";
    public static final java.lang.String _DOWNLOAD_PROMPT_IN_CREATIVE = "DOWNLOAD_PROMPT_IN_CREATIVE";
    public static final java.lang.String _UNAUTHORIZED_COOKIE_DETECTED = "UNAUTHORIZED_COOKIE_DETECTED";
    public static final java.lang.String _TEMPORARY_PAUSE_FOR_VENDOR_INVESTIGATION = "TEMPORARY_PAUSE_FOR_VENDOR_INVESTIGATION";
    public static final java.lang.String _ABUSIVE_EXPERIENCE = "ABUSIVE_EXPERIENCE";
    public static final java.lang.String _TRICK_TO_CLICK = "TRICK_TO_CLICK";
    public static final java.lang.String _USE_OF_NON_ALLOWLISTED_OMID_VERIFICATION_SCRIPT = "USE_OF_NON_ALLOWLISTED_OMID_VERIFICATION_SCRIPT";
    public static final java.lang.String _MISUSE_OF_OMID_API = "MISUSE_OF_OMID_API";
    public static final java.lang.String _UNACCEPTABLE_HTML_AD = "UNACCEPTABLE_HTML_AD";
    public static final java.lang.String _UNKNOWN = "UNKNOWN";
    public static final CreativePolicyViolation MALWARE_IN_CREATIVE = new CreativePolicyViolation(_MALWARE_IN_CREATIVE);
    public static final CreativePolicyViolation MALWARE_IN_LANDING_PAGE = new CreativePolicyViolation(_MALWARE_IN_LANDING_PAGE);
    public static final CreativePolicyViolation LEGALLY_BLOCKED_REDIRECT_URL = new CreativePolicyViolation(_LEGALLY_BLOCKED_REDIRECT_URL);
    public static final CreativePolicyViolation MISREPRESENTATION_OF_PRODUCT = new CreativePolicyViolation(_MISREPRESENTATION_OF_PRODUCT);
    public static final CreativePolicyViolation SELF_CLICKING_CREATIVE = new CreativePolicyViolation(_SELF_CLICKING_CREATIVE);
    public static final CreativePolicyViolation GAMING_GOOGLE_NETWORK = new CreativePolicyViolation(_GAMING_GOOGLE_NETWORK);
    public static final CreativePolicyViolation DYNAMIC_DNS = new CreativePolicyViolation(_DYNAMIC_DNS);
    public static final CreativePolicyViolation CIRCUMVENTING_SYSTEMS = new CreativePolicyViolation(_CIRCUMVENTING_SYSTEMS);
    public static final CreativePolicyViolation PHISHING = new CreativePolicyViolation(_PHISHING);
    public static final CreativePolicyViolation DOWNLOAD_PROMPT_IN_CREATIVE = new CreativePolicyViolation(_DOWNLOAD_PROMPT_IN_CREATIVE);
    public static final CreativePolicyViolation UNAUTHORIZED_COOKIE_DETECTED = new CreativePolicyViolation(_UNAUTHORIZED_COOKIE_DETECTED);
    public static final CreativePolicyViolation TEMPORARY_PAUSE_FOR_VENDOR_INVESTIGATION = new CreativePolicyViolation(_TEMPORARY_PAUSE_FOR_VENDOR_INVESTIGATION);
    public static final CreativePolicyViolation ABUSIVE_EXPERIENCE = new CreativePolicyViolation(_ABUSIVE_EXPERIENCE);
    public static final CreativePolicyViolation TRICK_TO_CLICK = new CreativePolicyViolation(_TRICK_TO_CLICK);
    public static final CreativePolicyViolation USE_OF_NON_ALLOWLISTED_OMID_VERIFICATION_SCRIPT = new CreativePolicyViolation(_USE_OF_NON_ALLOWLISTED_OMID_VERIFICATION_SCRIPT);
    public static final CreativePolicyViolation MISUSE_OF_OMID_API = new CreativePolicyViolation(_MISUSE_OF_OMID_API);
    public static final CreativePolicyViolation UNACCEPTABLE_HTML_AD = new CreativePolicyViolation(_UNACCEPTABLE_HTML_AD);
    public static final CreativePolicyViolation UNKNOWN = new CreativePolicyViolation(_UNKNOWN);
    public java.lang.String getValue() { return _value_;}
    public static CreativePolicyViolation fromValue(java.lang.String value)
          throws java.lang.IllegalArgumentException {
        CreativePolicyViolation enumeration = (CreativePolicyViolation)
            _table_.get(value);
        if (enumeration==null) throw new java.lang.IllegalArgumentException();
        return enumeration;
    }
    public static CreativePolicyViolation fromString(java.lang.String value)
          throws java.lang.IllegalArgumentException {
        return fromValue(value);
    }
    public boolean equals(java.lang.Object obj) {return (obj == this);}
    public int hashCode() { return toString().hashCode();}
    public java.lang.String toString() { return _value_;}
    public java.lang.Object readResolve() throws java.io.ObjectStreamException { return fromValue(_value_);}
    public static org.apache.axis.encoding.Serializer getSerializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new org.apache.axis.encoding.ser.EnumSerializer(
            _javaType, _xmlType);
    }
    public static org.apache.axis.encoding.Deserializer getDeserializer(
           java.lang.String mechType, 
           java.lang.Class _javaType,  
           javax.xml.namespace.QName _xmlType) {
        return 
          new org.apache.axis.encoding.ser.EnumDeserializer(
            _javaType, _xmlType);
    }
    // Type metadata
    private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(CreativePolicyViolation.class);

    static {
        typeDesc.setXmlType(new javax.xml.namespace.QName("https://www.google.com/apis/ads/publisher/v202411", "CreativePolicyViolation"));
    }
    /**
     * Return type metadata object
     */
    public static org.apache.axis.description.TypeDesc getTypeDesc() {
        return typeDesc;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy