Enum Class MediaBundleErrorEnum.MediaBundleError
java.lang.Object
java.lang.Enum<MediaBundleErrorEnum.MediaBundleError>
com.google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<MediaBundleErrorEnum.MediaBundleError>,Constable
- Enclosing class:
- MediaBundleErrorEnum
public static enum MediaBundleErrorEnum.MediaBundleError
extends Enum<MediaBundleErrorEnum.MediaBundleError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible media bundle errors.Protobuf enum
google.ads.googleads.v18.errors.MediaBundleErrorEnum.MediaBundleError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThere was a problem with the request.Custom exits not allowed in HTML5 entry.HTML5 ads using DoubleClick Studio created ZIP files are not supported.Cannot reference URL external to the media bundle.Media bundle file is too large.ZIP file from Google Web Designer is not published.Input was invalid.There was a problem with the media bundle.There was a problem with one or more of the media bundle entries.The media bundle contains a file with an unknown mime typeThe media bundle contain an invalid asset path.HTML5 ad is trying to reference an asset not in .ZIP fileMedia data is too large.The media bundle contains no primary entry.There was an error on the server.The image could not be stored.Media bundle created with the Swiffy tool is not allowed.The media bundle contains too many files.The media bundle is not of legal dimensions.The received error code is not known in this version.Enum unspecified.Google Web Designer not created for "Google Ads" environment.Unsupported HTML5 feature in HTML5 asset.URL in HTML5 entry is not ssl compliant. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThere was a problem with the request.static final intCustom exits not allowed in HTML5 entry.static final intHTML5 ads using DoubleClick Studio created ZIP files are not supported.static final intCannot reference URL external to the media bundle.static final intMedia bundle file is too large.static final intZIP file from Google Web Designer is not published.static final intInput was invalid.static final intThere was a problem with one or more of the media bundle entries.static final intThere was a problem with the media bundle.static final intThe media bundle contains a file with an unknown mime typestatic final intThe media bundle contain an invalid asset path.static final intHTML5 ad is trying to reference an asset not in .ZIP filestatic final intMedia data is too large.static final intThe media bundle contains no primary entry.static final intThere was an error on the server.static final intThe image could not be stored.static final intMedia bundle created with the Swiffy tool is not allowed.static final intThe media bundle contains too many files.static final intThe media bundle is not of legal dimensions.static final intThe received error code is not known in this version.static final intEnum unspecified.static final intGoogle Web Designer not created for "Google Ads" environment.static final intUnsupported HTML5 feature in HTML5 asset.static final intURL in HTML5 entry is not ssl compliant. -
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<MediaBundleErrorEnum.MediaBundleError>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.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; -
BAD_REQUEST
There was a problem with the request.
BAD_REQUEST = 3; -
DOUBLECLICK_BUNDLE_NOT_ALLOWED
HTML5 ads using DoubleClick Studio created ZIP files are not supported.
DOUBLECLICK_BUNDLE_NOT_ALLOWED = 4; -
EXTERNAL_URL_NOT_ALLOWED
Cannot reference URL external to the media bundle.
EXTERNAL_URL_NOT_ALLOWED = 5; -
FILE_TOO_LARGE
Media bundle file is too large.
FILE_TOO_LARGE = 6; -
GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED
public static final MediaBundleErrorEnum.MediaBundleError GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHEDZIP file from Google Web Designer is not published.
GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED = 7; -
INVALID_INPUT
Input was invalid.
INVALID_INPUT = 8; -
INVALID_MEDIA_BUNDLE
There was a problem with the media bundle.
INVALID_MEDIA_BUNDLE = 9; -
INVALID_MEDIA_BUNDLE_ENTRY
There was a problem with one or more of the media bundle entries.
INVALID_MEDIA_BUNDLE_ENTRY = 10; -
INVALID_MIME_TYPE
The media bundle contains a file with an unknown mime type
INVALID_MIME_TYPE = 11; -
INVALID_PATH
The media bundle contain an invalid asset path.
INVALID_PATH = 12; -
INVALID_URL_REFERENCE
HTML5 ad is trying to reference an asset not in .ZIP file
INVALID_URL_REFERENCE = 13; -
MEDIA_DATA_TOO_LARGE
Media data is too large.
MEDIA_DATA_TOO_LARGE = 14; -
MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY
The media bundle contains no primary entry.
MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY = 15; -
SERVER_ERROR
There was an error on the server.
SERVER_ERROR = 16; -
STORAGE_ERROR
The image could not be stored.
STORAGE_ERROR = 17; -
SWIFFY_BUNDLE_NOT_ALLOWED
Media bundle created with the Swiffy tool is not allowed.
SWIFFY_BUNDLE_NOT_ALLOWED = 18; -
TOO_MANY_FILES
The media bundle contains too many files.
TOO_MANY_FILES = 19; -
UNEXPECTED_SIZE
The media bundle is not of legal dimensions.
UNEXPECTED_SIZE = 20; -
UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT
public static final MediaBundleErrorEnum.MediaBundleError UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENTGoogle Web Designer not created for "Google Ads" environment.
UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT = 21; -
UNSUPPORTED_HTML5_FEATURE
Unsupported HTML5 feature in HTML5 asset.
UNSUPPORTED_HTML5_FEATURE = 22; -
URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT
URL in HTML5 entry is not ssl compliant.
URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT = 23; -
CUSTOM_EXIT_NOT_ALLOWED
Custom exits not allowed in HTML5 entry.
CUSTOM_EXIT_NOT_ALLOWED = 24; -
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:
-
BAD_REQUEST_VALUE
public static final int BAD_REQUEST_VALUEThere was a problem with the request.
BAD_REQUEST = 3;- See Also:
-
DOUBLECLICK_BUNDLE_NOT_ALLOWED_VALUE
public static final int DOUBLECLICK_BUNDLE_NOT_ALLOWED_VALUEHTML5 ads using DoubleClick Studio created ZIP files are not supported.
DOUBLECLICK_BUNDLE_NOT_ALLOWED = 4;- See Also:
-
EXTERNAL_URL_NOT_ALLOWED_VALUE
public static final int EXTERNAL_URL_NOT_ALLOWED_VALUECannot reference URL external to the media bundle.
EXTERNAL_URL_NOT_ALLOWED = 5;- See Also:
-
FILE_TOO_LARGE_VALUE
public static final int FILE_TOO_LARGE_VALUEMedia bundle file is too large.
FILE_TOO_LARGE = 6;- See Also:
-
GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED_VALUE
public static final int GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED_VALUEZIP file from Google Web Designer is not published.
GOOGLE_WEB_DESIGNER_ZIP_FILE_NOT_PUBLISHED = 7;- See Also:
-
INVALID_INPUT_VALUE
public static final int INVALID_INPUT_VALUEInput was invalid.
INVALID_INPUT = 8;- See Also:
-
INVALID_MEDIA_BUNDLE_VALUE
public static final int INVALID_MEDIA_BUNDLE_VALUEThere was a problem with the media bundle.
INVALID_MEDIA_BUNDLE = 9;- See Also:
-
INVALID_MEDIA_BUNDLE_ENTRY_VALUE
public static final int INVALID_MEDIA_BUNDLE_ENTRY_VALUEThere was a problem with one or more of the media bundle entries.
INVALID_MEDIA_BUNDLE_ENTRY = 10;- See Also:
-
INVALID_MIME_TYPE_VALUE
public static final int INVALID_MIME_TYPE_VALUEThe media bundle contains a file with an unknown mime type
INVALID_MIME_TYPE = 11;- See Also:
-
INVALID_PATH_VALUE
public static final int INVALID_PATH_VALUEThe media bundle contain an invalid asset path.
INVALID_PATH = 12;- See Also:
-
INVALID_URL_REFERENCE_VALUE
public static final int INVALID_URL_REFERENCE_VALUEHTML5 ad is trying to reference an asset not in .ZIP file
INVALID_URL_REFERENCE = 13;- See Also:
-
MEDIA_DATA_TOO_LARGE_VALUE
public static final int MEDIA_DATA_TOO_LARGE_VALUEMedia data is too large.
MEDIA_DATA_TOO_LARGE = 14;- See Also:
-
MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY_VALUE
public static final int MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY_VALUEThe media bundle contains no primary entry.
MISSING_PRIMARY_MEDIA_BUNDLE_ENTRY = 15;- See Also:
-
SERVER_ERROR_VALUE
public static final int SERVER_ERROR_VALUEThere was an error on the server.
SERVER_ERROR = 16;- See Also:
-
STORAGE_ERROR_VALUE
public static final int STORAGE_ERROR_VALUEThe image could not be stored.
STORAGE_ERROR = 17;- See Also:
-
SWIFFY_BUNDLE_NOT_ALLOWED_VALUE
public static final int SWIFFY_BUNDLE_NOT_ALLOWED_VALUEMedia bundle created with the Swiffy tool is not allowed.
SWIFFY_BUNDLE_NOT_ALLOWED = 18;- See Also:
-
TOO_MANY_FILES_VALUE
public static final int TOO_MANY_FILES_VALUEThe media bundle contains too many files.
TOO_MANY_FILES = 19;- See Also:
-
UNEXPECTED_SIZE_VALUE
public static final int UNEXPECTED_SIZE_VALUEThe media bundle is not of legal dimensions.
UNEXPECTED_SIZE = 20;- See Also:
-
UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT_VALUE
public static final int UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT_VALUEGoogle Web Designer not created for "Google Ads" environment.
UNSUPPORTED_GOOGLE_WEB_DESIGNER_ENVIRONMENT = 21;- See Also:
-
UNSUPPORTED_HTML5_FEATURE_VALUE
public static final int UNSUPPORTED_HTML5_FEATURE_VALUEUnsupported HTML5 feature in HTML5 asset.
UNSUPPORTED_HTML5_FEATURE = 22;- See Also:
-
URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT_VALUE
public static final int URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT_VALUEURL in HTML5 entry is not ssl compliant.
URL_IN_MEDIA_BUNDLE_NOT_SSL_COMPLIANT = 23;- See Also:
-
CUSTOM_EXIT_NOT_ALLOWED_VALUE
public static final int CUSTOM_EXIT_NOT_ALLOWED_VALUECustom exits not allowed in HTML5 entry.
CUSTOM_EXIT_NOT_ALLOWED = 24;- 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<MediaBundleErrorEnum.MediaBundleError> 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 MediaBundleErrorEnum.MediaBundleError 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
-