Enum Class CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError
java.lang.Object
java.lang.Enum<CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError>
com.google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError>,Constable
- Enclosing class:
- CustomerSkAdNetworkConversionValueSchemaErrorEnum
public static enum CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError
extends Enum<CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible CustomerSkAdNetworkConversionValueSchema errors.Protobuf enum
google.ads.googleads.v18.errors.CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe app ID provided is invalid.The SkAdNetwork event counter provided is invalid.The SkAdNetwork event name provided is invalid.The customer link ID provided is invalid.The conversion value schema provided is invalid.The customer link id provided could not be found.The received error code is not known in this version.Enum unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe app ID provided is invalid.static final intThe SkAdNetwork event counter provided is invalid.static final intThe SkAdNetwork event name provided is invalid.static final intThe customer link ID provided is invalid.static final intThe conversion value schema provided is invalid.static final intThe customer link id provided could not be found.static final intThe received error code is not known in this version.static final intEnum unspecified. -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaErrorforNumber(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<CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError>static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaErrorvalueOf(int value) Deprecated.static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaErrorReturns the enum constant of this class with the specified name.static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError UNSPECIFIEDEnum unspecified.
UNSPECIFIED = 0; -
UNKNOWN
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError UNKNOWNThe received error code is not known in this version.
UNKNOWN = 1; -
INVALID_LINK_ID
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError INVALID_LINK_IDThe customer link ID provided is invalid.
INVALID_LINK_ID = 2; -
INVALID_APP_ID
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError INVALID_APP_IDThe app ID provided is invalid.
INVALID_APP_ID = 3; -
INVALID_SCHEMA
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError INVALID_SCHEMAThe conversion value schema provided is invalid.
INVALID_SCHEMA = 4; -
LINK_CODE_NOT_FOUND
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError LINK_CODE_NOT_FOUNDThe customer link id provided could not be found.
LINK_CODE_NOT_FOUND = 5; -
INVALID_EVENT_COUNTER
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError INVALID_EVENT_COUNTERThe SkAdNetwork event counter provided is invalid.
INVALID_EVENT_COUNTER = 7; -
INVALID_EVENT_NAME
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError INVALID_EVENT_NAMEThe SkAdNetwork event name provided is invalid.
INVALID_EVENT_NAME = 8; -
UNRECOGNIZED
public static final CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError 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_LINK_ID_VALUE
public static final int INVALID_LINK_ID_VALUEThe customer link ID provided is invalid.
INVALID_LINK_ID = 2;- See Also:
-
INVALID_APP_ID_VALUE
public static final int INVALID_APP_ID_VALUEThe app ID provided is invalid.
INVALID_APP_ID = 3;- See Also:
-
INVALID_SCHEMA_VALUE
public static final int INVALID_SCHEMA_VALUEThe conversion value schema provided is invalid.
INVALID_SCHEMA = 4;- See Also:
-
LINK_CODE_NOT_FOUND_VALUE
public static final int LINK_CODE_NOT_FOUND_VALUEThe customer link id provided could not be found.
LINK_CODE_NOT_FOUND = 5;- See Also:
-
INVALID_EVENT_COUNTER_VALUE
public static final int INVALID_EVENT_COUNTER_VALUEThe SkAdNetwork event counter provided is invalid.
INVALID_EVENT_COUNTER = 7;- See Also:
-
INVALID_EVENT_NAME_VALUE
public static final int INVALID_EVENT_NAME_VALUEThe SkAdNetwork event name provided is invalid.
INVALID_EVENT_NAME = 8;- See Also:
-
-
Method Details
-
values
public static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError[] 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
public static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError valueOf(String name) 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 public static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError valueOf(int value) 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
public static CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError forNumber(int value) - 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<CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError> 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 CustomerSkAdNetworkConversionValueSchemaErrorEnum.CustomerSkAdNetworkConversionValueSchemaError 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
-