Enum Class UrlFieldErrorEnum.UrlFieldError
java.lang.Object
java.lang.Enum<UrlFieldErrorEnum.UrlFieldError>
com.google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<UrlFieldErrorEnum.UrlFieldError>,Constable
- Enclosing class:
- UrlFieldErrorEnum
public static enum UrlFieldErrorEnum.UrlFieldError
extends Enum<UrlFieldErrorEnum.UrlFieldError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible url field errors.Protobuf enum
google.ads.googleads.v18.errors.UrlFieldErrorEnum.UrlFieldError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDestination Url is deprecated.Duplicate url id.The final url suffix cannot begin with '?' or '&' characters and must be a valid query string.An invalid character appears in the parameter key.An invalid character appears in the parameter value.The final app url is invalid.The final mobile url is invalid.The final url is invalid.The OS type given for an app url is not valid.The package id (app id) given for an app url is not valid.Unsupported protocol in URL.The protocol given for an app url is not valid.The final mobile url starts with an invalid protocol.The final url starts with an invalid protocol.The tracking url template starts with an invalid protocol.The final app url contains invalid tag.The final mobile url contains invalid tag.The final url contains invalid tag.The final url suffix cannot contain {lpurl} related or {ignore} tags.The tracking url template contains invalid tag.The url contains invalid tag.The url custom parameter value fails url tag validation.The tracking url template has an invalid or missing top level domain extension.The tracking url template has an invalid or missing top level domain extension.The tracking url template has an invalid or missing top level domain extension.The top level domain is invalid, for example, not a public top level domain listed in publicsuffix.org.The tracking url template is invalid.The url is invalid.Invalid url id.The final mobile url contains illegal characters.The final url contains illegal characters.Malformed top level domain in URL.The tracking url template contains illegal characters.Malformed URL.No host found in URL.The final mobile url must contain a host name.The final url must contain a host name.The tracking url template must contain a host name (or lpurl tag).The protocol (http:// or https://) is missing.The final mobile url must start with a valid protocol.The final url must start with a valid protocol.The tracking url template must start with a valid protocol (or lpurl tag).The tracking url template must contain at least one tag (for example, {lpurl}), This applies only to tracking url template associated with website ads or product ads.The url must contain at least one tag (for example, {lpurl}).More than one app url found for the same OS type.Custom parameter value cannot be null.The final app url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).The final mobile url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).The final url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).The tracking url template contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).The custom parameter contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).The received error code is not known in this version.Enum unspecified.The number of url custom parameters for an resource exceeds the maximum limit allowed.Track parameter is not supported. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDestination Url is deprecated.static final intDuplicate url id.static final intThe final url suffix cannot begin with '?' or '&' characters and must be a valid query string.static final intAn invalid character appears in the parameter key.static final intAn invalid character appears in the parameter value.static final intThe final app url is invalid.static final intThe final mobile url is invalid.static final intThe final url is invalid.static final intThe OS type given for an app url is not valid.static final intThe package id (app id) given for an app url is not valid.static final intThe protocol given for an app url is not valid.static final intThe final mobile url starts with an invalid protocol.static final intThe final url starts with an invalid protocol.static final intThe tracking url template starts with an invalid protocol.static final intUnsupported protocol in URL.static final intThe final app url contains invalid tag.static final intThe final mobile url contains invalid tag.static final intThe final url suffix cannot contain {lpurl} related or {ignore} tags.static final intThe final url contains invalid tag.static final intThe tracking url template contains invalid tag.static final intThe url custom parameter value fails url tag validation.static final intThe url contains invalid tag.static final intThe tracking url template has an invalid or missing top level domain extension.static final intThe tracking url template has an invalid or missing top level domain extension.static final intThe tracking url template has an invalid or missing top level domain extension.static final intThe top level domain is invalid, for example, not a public top level domain listed in publicsuffix.org.static final intThe tracking url template is invalid.static final intInvalid url id.static final intThe url is invalid.static final intThe final mobile url contains illegal characters.static final intThe final url contains illegal characters.static final intMalformed top level domain in URL.static final intThe tracking url template contains illegal characters.static final intMalformed URL.static final intThe final mobile url must contain a host name.static final intThe final url must contain a host name.static final intThe tracking url template must contain a host name (or lpurl tag).static final intNo host found in URL.static final intThe final mobile url must start with a valid protocol.static final intThe final url must start with a valid protocol.static final intThe tracking url template must start with a valid protocol (or lpurl tag).static final intThe protocol (http:// or https://) is missing.static final intThe tracking url template must contain at least one tag (for example, {lpurl}), This applies only to tracking url template associated with website ads or product ads.static final intThe url must contain at least one tag (for example, {lpurl}).static final intMore than one app url found for the same OS type.static final intCustom parameter value cannot be null.static final intThe final app url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).static final intThe final mobile url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).static final intThe final url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).static final intThe tracking url template contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).static final intThe custom parameter contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).static final intThe received error code is not known in this version.static final intEnum unspecified.static final intThe number of url custom parameters for an resource exceeds the maximum limit allowed.static final intTrack parameter is not supported. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<UrlFieldErrorEnum.UrlFieldError>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static UrlFieldErrorEnum.UrlFieldError[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0; -
UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1; -
INVALID_TRACKING_URL_TEMPLATE
The tracking url template is invalid.
INVALID_TRACKING_URL_TEMPLATE = 2; -
INVALID_TAG_IN_TRACKING_URL_TEMPLATE
The tracking url template contains invalid tag.
INVALID_TAG_IN_TRACKING_URL_TEMPLATE = 3; -
MISSING_TRACKING_URL_TEMPLATE_TAG
The tracking url template must contain at least one tag (for example, {lpurl}), This applies only to tracking url template associated with website ads or product ads.MISSING_TRACKING_URL_TEMPLATE_TAG = 4; -
MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE
The tracking url template must start with a valid protocol (or lpurl tag).
MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE = 5; -
INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE
The tracking url template starts with an invalid protocol.
INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE = 6; -
MALFORMED_TRACKING_URL_TEMPLATE
The tracking url template contains illegal characters.
MALFORMED_TRACKING_URL_TEMPLATE = 7; -
MISSING_HOST_IN_TRACKING_URL_TEMPLATE
The tracking url template must contain a host name (or lpurl tag).
MISSING_HOST_IN_TRACKING_URL_TEMPLATE = 8; -
INVALID_TLD_IN_TRACKING_URL_TEMPLATE
The tracking url template has an invalid or missing top level domain extension.
INVALID_TLD_IN_TRACKING_URL_TEMPLATE = 9; -
REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG
The tracking url template contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG = 10; -
INVALID_FINAL_URL
The final url is invalid.
INVALID_FINAL_URL = 11; -
INVALID_TAG_IN_FINAL_URL
The final url contains invalid tag.
INVALID_TAG_IN_FINAL_URL = 12; -
REDUNDANT_NESTED_FINAL_URL_TAG
The final url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_FINAL_URL_TAG = 13; -
MISSING_PROTOCOL_IN_FINAL_URL
The final url must start with a valid protocol.
MISSING_PROTOCOL_IN_FINAL_URL = 14; -
INVALID_PROTOCOL_IN_FINAL_URL
The final url starts with an invalid protocol.
INVALID_PROTOCOL_IN_FINAL_URL = 15; -
MALFORMED_FINAL_URL
The final url contains illegal characters.
MALFORMED_FINAL_URL = 16; -
MISSING_HOST_IN_FINAL_URL
The final url must contain a host name.
MISSING_HOST_IN_FINAL_URL = 17; -
INVALID_TLD_IN_FINAL_URL
The tracking url template has an invalid or missing top level domain extension.
INVALID_TLD_IN_FINAL_URL = 18; -
INVALID_FINAL_MOBILE_URL
The final mobile url is invalid.
INVALID_FINAL_MOBILE_URL = 19; -
INVALID_TAG_IN_FINAL_MOBILE_URL
The final mobile url contains invalid tag.
INVALID_TAG_IN_FINAL_MOBILE_URL = 20; -
REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG
The final mobile url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG = 21; -
MISSING_PROTOCOL_IN_FINAL_MOBILE_URL
The final mobile url must start with a valid protocol.
MISSING_PROTOCOL_IN_FINAL_MOBILE_URL = 22; -
INVALID_PROTOCOL_IN_FINAL_MOBILE_URL
The final mobile url starts with an invalid protocol.
INVALID_PROTOCOL_IN_FINAL_MOBILE_URL = 23; -
MALFORMED_FINAL_MOBILE_URL
The final mobile url contains illegal characters.
MALFORMED_FINAL_MOBILE_URL = 24; -
MISSING_HOST_IN_FINAL_MOBILE_URL
The final mobile url must contain a host name.
MISSING_HOST_IN_FINAL_MOBILE_URL = 25; -
INVALID_TLD_IN_FINAL_MOBILE_URL
The tracking url template has an invalid or missing top level domain extension.
INVALID_TLD_IN_FINAL_MOBILE_URL = 26; -
INVALID_FINAL_APP_URL
The final app url is invalid.
INVALID_FINAL_APP_URL = 27; -
INVALID_TAG_IN_FINAL_APP_URL
The final app url contains invalid tag.
INVALID_TAG_IN_FINAL_APP_URL = 28; -
REDUNDANT_NESTED_FINAL_APP_URL_TAG
The final app url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_FINAL_APP_URL_TAG = 29; -
MULTIPLE_APP_URLS_FOR_OSTYPE
More than one app url found for the same OS type.
MULTIPLE_APP_URLS_FOR_OSTYPE = 30; -
INVALID_OSTYPE
The OS type given for an app url is not valid.
INVALID_OSTYPE = 31; -
INVALID_PROTOCOL_FOR_APP_URL
The protocol given for an app url is not valid. (For example, "android-app://")
INVALID_PROTOCOL_FOR_APP_URL = 32; -
INVALID_PACKAGE_ID_FOR_APP_URL
The package id (app id) given for an app url is not valid.
INVALID_PACKAGE_ID_FOR_APP_URL = 33; -
URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT
The number of url custom parameters for an resource exceeds the maximum limit allowed.
URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT = 34; -
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY
An invalid character appears in the parameter key.
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY = 39; -
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE
public static final UrlFieldErrorEnum.UrlFieldError INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUEAn invalid character appears in the parameter value.
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE = 40; -
INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE
The url custom parameter value fails url tag validation.
INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE = 41; -
REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG
The custom parameter contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG = 42; -
MISSING_PROTOCOL
The protocol (http:// or https://) is missing.
MISSING_PROTOCOL = 43; -
INVALID_PROTOCOL
Unsupported protocol in URL. Only http and https are supported.
INVALID_PROTOCOL = 52; -
INVALID_URL
The url is invalid.
INVALID_URL = 44; -
DESTINATION_URL_DEPRECATED
Destination Url is deprecated.
DESTINATION_URL_DEPRECATED = 45; -
INVALID_TAG_IN_URL
The url contains invalid tag.
INVALID_TAG_IN_URL = 46; -
MISSING_URL_TAG
The url must contain at least one tag (for example, {lpurl}).MISSING_URL_TAG = 47; -
DUPLICATE_URL_ID
Duplicate url id.
DUPLICATE_URL_ID = 48; -
INVALID_URL_ID
Invalid url id.
INVALID_URL_ID = 49; -
FINAL_URL_SUFFIX_MALFORMED
The final url suffix cannot begin with '?' or '&' characters and must be a valid query string.
FINAL_URL_SUFFIX_MALFORMED = 50; -
INVALID_TAG_IN_FINAL_URL_SUFFIX
The final url suffix cannot contain {lpurl} related or {ignore} tags.INVALID_TAG_IN_FINAL_URL_SUFFIX = 51; -
INVALID_TOP_LEVEL_DOMAIN
The top level domain is invalid, for example, not a public top level domain listed in publicsuffix.org.
INVALID_TOP_LEVEL_DOMAIN = 53; -
MALFORMED_TOP_LEVEL_DOMAIN
Malformed top level domain in URL.
MALFORMED_TOP_LEVEL_DOMAIN = 54; -
MALFORMED_URL
Malformed URL.
MALFORMED_URL = 55; -
MISSING_HOST
No host found in URL.
MISSING_HOST = 56; -
NULL_CUSTOM_PARAMETER_VALUE
Custom parameter value cannot be null.
NULL_CUSTOM_PARAMETER_VALUE = 57; -
VALUE_TRACK_PARAMETER_NOT_SUPPORTED
Track parameter is not supported.
VALUE_TRACK_PARAMETER_NOT_SUPPORTED = 58; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEEnum unspecified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe received error code is not known in this version.
UNKNOWN = 1;- See Also:
-
INVALID_TRACKING_URL_TEMPLATE_VALUE
public static final int INVALID_TRACKING_URL_TEMPLATE_VALUEThe tracking url template is invalid.
INVALID_TRACKING_URL_TEMPLATE = 2;- See Also:
-
INVALID_TAG_IN_TRACKING_URL_TEMPLATE_VALUE
public static final int INVALID_TAG_IN_TRACKING_URL_TEMPLATE_VALUEThe tracking url template contains invalid tag.
INVALID_TAG_IN_TRACKING_URL_TEMPLATE = 3;- See Also:
-
MISSING_TRACKING_URL_TEMPLATE_TAG_VALUE
public static final int MISSING_TRACKING_URL_TEMPLATE_TAG_VALUEThe tracking url template must contain at least one tag (for example, {lpurl}), This applies only to tracking url template associated with website ads or product ads.MISSING_TRACKING_URL_TEMPLATE_TAG = 4;- See Also:
-
MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE_VALUE
public static final int MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE_VALUEThe tracking url template must start with a valid protocol (or lpurl tag).
MISSING_PROTOCOL_IN_TRACKING_URL_TEMPLATE = 5;- See Also:
-
INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE_VALUE
public static final int INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE_VALUEThe tracking url template starts with an invalid protocol.
INVALID_PROTOCOL_IN_TRACKING_URL_TEMPLATE = 6;- See Also:
-
MALFORMED_TRACKING_URL_TEMPLATE_VALUE
public static final int MALFORMED_TRACKING_URL_TEMPLATE_VALUEThe tracking url template contains illegal characters.
MALFORMED_TRACKING_URL_TEMPLATE = 7;- See Also:
-
MISSING_HOST_IN_TRACKING_URL_TEMPLATE_VALUE
public static final int MISSING_HOST_IN_TRACKING_URL_TEMPLATE_VALUEThe tracking url template must contain a host name (or lpurl tag).
MISSING_HOST_IN_TRACKING_URL_TEMPLATE = 8;- See Also:
-
INVALID_TLD_IN_TRACKING_URL_TEMPLATE_VALUE
public static final int INVALID_TLD_IN_TRACKING_URL_TEMPLATE_VALUEThe tracking url template has an invalid or missing top level domain extension.
INVALID_TLD_IN_TRACKING_URL_TEMPLATE = 9;- See Also:
-
REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG_VALUE
public static final int REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG_VALUEThe tracking url template contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_TRACKING_URL_TEMPLATE_TAG = 10;- See Also:
-
INVALID_FINAL_URL_VALUE
public static final int INVALID_FINAL_URL_VALUEThe final url is invalid.
INVALID_FINAL_URL = 11;- See Also:
-
INVALID_TAG_IN_FINAL_URL_VALUE
public static final int INVALID_TAG_IN_FINAL_URL_VALUEThe final url contains invalid tag.
INVALID_TAG_IN_FINAL_URL = 12;- See Also:
-
REDUNDANT_NESTED_FINAL_URL_TAG_VALUE
public static final int REDUNDANT_NESTED_FINAL_URL_TAG_VALUEThe final url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_FINAL_URL_TAG = 13;- See Also:
-
MISSING_PROTOCOL_IN_FINAL_URL_VALUE
public static final int MISSING_PROTOCOL_IN_FINAL_URL_VALUEThe final url must start with a valid protocol.
MISSING_PROTOCOL_IN_FINAL_URL = 14;- See Also:
-
INVALID_PROTOCOL_IN_FINAL_URL_VALUE
public static final int INVALID_PROTOCOL_IN_FINAL_URL_VALUEThe final url starts with an invalid protocol.
INVALID_PROTOCOL_IN_FINAL_URL = 15;- See Also:
-
MALFORMED_FINAL_URL_VALUE
public static final int MALFORMED_FINAL_URL_VALUEThe final url contains illegal characters.
MALFORMED_FINAL_URL = 16;- See Also:
-
MISSING_HOST_IN_FINAL_URL_VALUE
public static final int MISSING_HOST_IN_FINAL_URL_VALUEThe final url must contain a host name.
MISSING_HOST_IN_FINAL_URL = 17;- See Also:
-
INVALID_TLD_IN_FINAL_URL_VALUE
public static final int INVALID_TLD_IN_FINAL_URL_VALUEThe tracking url template has an invalid or missing top level domain extension.
INVALID_TLD_IN_FINAL_URL = 18;- See Also:
-
INVALID_FINAL_MOBILE_URL_VALUE
public static final int INVALID_FINAL_MOBILE_URL_VALUEThe final mobile url is invalid.
INVALID_FINAL_MOBILE_URL = 19;- See Also:
-
INVALID_TAG_IN_FINAL_MOBILE_URL_VALUE
public static final int INVALID_TAG_IN_FINAL_MOBILE_URL_VALUEThe final mobile url contains invalid tag.
INVALID_TAG_IN_FINAL_MOBILE_URL = 20;- See Also:
-
REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG_VALUE
public static final int REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG_VALUEThe final mobile url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_FINAL_MOBILE_URL_TAG = 21;- See Also:
-
MISSING_PROTOCOL_IN_FINAL_MOBILE_URL_VALUE
public static final int MISSING_PROTOCOL_IN_FINAL_MOBILE_URL_VALUEThe final mobile url must start with a valid protocol.
MISSING_PROTOCOL_IN_FINAL_MOBILE_URL = 22;- See Also:
-
INVALID_PROTOCOL_IN_FINAL_MOBILE_URL_VALUE
public static final int INVALID_PROTOCOL_IN_FINAL_MOBILE_URL_VALUEThe final mobile url starts with an invalid protocol.
INVALID_PROTOCOL_IN_FINAL_MOBILE_URL = 23;- See Also:
-
MALFORMED_FINAL_MOBILE_URL_VALUE
public static final int MALFORMED_FINAL_MOBILE_URL_VALUEThe final mobile url contains illegal characters.
MALFORMED_FINAL_MOBILE_URL = 24;- See Also:
-
MISSING_HOST_IN_FINAL_MOBILE_URL_VALUE
public static final int MISSING_HOST_IN_FINAL_MOBILE_URL_VALUEThe final mobile url must contain a host name.
MISSING_HOST_IN_FINAL_MOBILE_URL = 25;- See Also:
-
INVALID_TLD_IN_FINAL_MOBILE_URL_VALUE
public static final int INVALID_TLD_IN_FINAL_MOBILE_URL_VALUEThe tracking url template has an invalid or missing top level domain extension.
INVALID_TLD_IN_FINAL_MOBILE_URL = 26;- See Also:
-
INVALID_FINAL_APP_URL_VALUE
public static final int INVALID_FINAL_APP_URL_VALUEThe final app url is invalid.
INVALID_FINAL_APP_URL = 27;- See Also:
-
INVALID_TAG_IN_FINAL_APP_URL_VALUE
public static final int INVALID_TAG_IN_FINAL_APP_URL_VALUEThe final app url contains invalid tag.
INVALID_TAG_IN_FINAL_APP_URL = 28;- See Also:
-
REDUNDANT_NESTED_FINAL_APP_URL_TAG_VALUE
public static final int REDUNDANT_NESTED_FINAL_APP_URL_TAG_VALUEThe final app url contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_FINAL_APP_URL_TAG = 29;- See Also:
-
MULTIPLE_APP_URLS_FOR_OSTYPE_VALUE
public static final int MULTIPLE_APP_URLS_FOR_OSTYPE_VALUEMore than one app url found for the same OS type.
MULTIPLE_APP_URLS_FOR_OSTYPE = 30;- See Also:
-
INVALID_OSTYPE_VALUE
public static final int INVALID_OSTYPE_VALUEThe OS type given for an app url is not valid.
INVALID_OSTYPE = 31;- See Also:
-
INVALID_PROTOCOL_FOR_APP_URL_VALUE
public static final int INVALID_PROTOCOL_FOR_APP_URL_VALUEThe protocol given for an app url is not valid. (For example, "android-app://")
INVALID_PROTOCOL_FOR_APP_URL = 32;- See Also:
-
INVALID_PACKAGE_ID_FOR_APP_URL_VALUE
public static final int INVALID_PACKAGE_ID_FOR_APP_URL_VALUEThe package id (app id) given for an app url is not valid.
INVALID_PACKAGE_ID_FOR_APP_URL = 33;- See Also:
-
URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT_VALUE
public static final int URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT_VALUEThe number of url custom parameters for an resource exceeds the maximum limit allowed.
URL_CUSTOM_PARAMETERS_COUNT_EXCEEDS_LIMIT = 34;- See Also:
-
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY_VALUE
public static final int INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY_VALUEAn invalid character appears in the parameter key.
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_KEY = 39;- See Also:
-
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE_VALUE
public static final int INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE_VALUEAn invalid character appears in the parameter value.
INVALID_CHARACTERS_IN_URL_CUSTOM_PARAMETER_VALUE = 40;- See Also:
-
INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE_VALUE
public static final int INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE_VALUEThe url custom parameter value fails url tag validation.
INVALID_TAG_IN_URL_CUSTOM_PARAMETER_VALUE = 41;- See Also:
-
REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG_VALUE
public static final int REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG_VALUEThe custom parameter contains nested occurrences of the same conditional tag (for example, {ifmobile:{ifmobile:x}}).REDUNDANT_NESTED_URL_CUSTOM_PARAMETER_TAG = 42;- See Also:
-
MISSING_PROTOCOL_VALUE
public static final int MISSING_PROTOCOL_VALUEThe protocol (http:// or https://) is missing.
MISSING_PROTOCOL = 43;- See Also:
-
INVALID_PROTOCOL_VALUE
public static final int INVALID_PROTOCOL_VALUEUnsupported protocol in URL. Only http and https are supported.
INVALID_PROTOCOL = 52;- See Also:
-
INVALID_URL_VALUE
public static final int INVALID_URL_VALUEThe url is invalid.
INVALID_URL = 44;- See Also:
-
DESTINATION_URL_DEPRECATED_VALUE
public static final int DESTINATION_URL_DEPRECATED_VALUEDestination Url is deprecated.
DESTINATION_URL_DEPRECATED = 45;- See Also:
-
INVALID_TAG_IN_URL_VALUE
public static final int INVALID_TAG_IN_URL_VALUEThe url contains invalid tag.
INVALID_TAG_IN_URL = 46;- See Also:
-
MISSING_URL_TAG_VALUE
public static final int MISSING_URL_TAG_VALUEThe url must contain at least one tag (for example, {lpurl}).MISSING_URL_TAG = 47;- See Also:
-
DUPLICATE_URL_ID_VALUE
public static final int DUPLICATE_URL_ID_VALUEDuplicate url id.
DUPLICATE_URL_ID = 48;- See Also:
-
INVALID_URL_ID_VALUE
public static final int INVALID_URL_ID_VALUEInvalid url id.
INVALID_URL_ID = 49;- See Also:
-
FINAL_URL_SUFFIX_MALFORMED_VALUE
public static final int FINAL_URL_SUFFIX_MALFORMED_VALUEThe final url suffix cannot begin with '?' or '&' characters and must be a valid query string.
FINAL_URL_SUFFIX_MALFORMED = 50;- See Also:
-
INVALID_TAG_IN_FINAL_URL_SUFFIX_VALUE
public static final int INVALID_TAG_IN_FINAL_URL_SUFFIX_VALUEThe final url suffix cannot contain {lpurl} related or {ignore} tags.INVALID_TAG_IN_FINAL_URL_SUFFIX = 51;- See Also:
-
INVALID_TOP_LEVEL_DOMAIN_VALUE
public static final int INVALID_TOP_LEVEL_DOMAIN_VALUEThe top level domain is invalid, for example, not a public top level domain listed in publicsuffix.org.
INVALID_TOP_LEVEL_DOMAIN = 53;- See Also:
-
MALFORMED_TOP_LEVEL_DOMAIN_VALUE
public static final int MALFORMED_TOP_LEVEL_DOMAIN_VALUEMalformed top level domain in URL.
MALFORMED_TOP_LEVEL_DOMAIN = 54;- See Also:
-
MALFORMED_URL_VALUE
public static final int MALFORMED_URL_VALUEMalformed URL.
MALFORMED_URL = 55;- See Also:
-
MISSING_HOST_VALUE
public static final int MISSING_HOST_VALUENo host found in URL.
MISSING_HOST = 56;- See Also:
-
NULL_CUSTOM_PARAMETER_VALUE_VALUE
public static final int NULL_CUSTOM_PARAMETER_VALUE_VALUECustom parameter value cannot be null.
NULL_CUSTOM_PARAMETER_VALUE = 57;- See Also:
-
VALUE_TRACK_PARAMETER_NOT_SUPPORTED_VALUE
public static final int VALUE_TRACK_PARAMETER_NOT_SUPPORTED_VALUETrack parameter is not supported.
VALUE_TRACK_PARAMETER_NOT_SUPPORTED = 58;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<UrlFieldErrorEnum.UrlFieldError> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static UrlFieldErrorEnum.UrlFieldError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-