Enum Class OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
java.lang.Object
java.lang.Enum<OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange>
com.google.ads.googleads.v18.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange>,Constable
- Enclosing class:
- OfflineUserDataJobMatchRateRangeEnum
public static enum OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange
extends Enum<OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange>
implements com.google.protobuf.ProtocolMessageEnum
The match rate range of an offline user data job.Protobuf enum
google.ads.googleads.v18.enums.OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionMatch rate range for offline data upload entity is between 20% and 30%.Match rate range for offline data upload entity is between 31% and 40%.Match rate range for offline data upload entity is between 41% and 50%.Match rate range for offline data upload entity is between 51% and 60%.Match rate range for offline data upload entity is between 61% and 70%.Match rate range for offline data upload entity is between 71% and 80%.Match rate range for offline data upload entity is between 81% and 90%.Match rate range for offline data upload entity is more than or equal to 91%.Match rate range for offline data upload entity is between 0% and 19%.Default value for match rate range.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intMatch rate range for offline data upload entity is between 20% and 30%.static final intMatch rate range for offline data upload entity is between 31% and 40%.static final intMatch rate range for offline data upload entity is between 41% and 50%.static final intMatch rate range for offline data upload entity is between 51% and 60%.static final intMatch rate range for offline data upload entity is between 61% and 70%.static final intMatch rate range for offline data upload entity is between 71% and 80%.static final intMatch rate range for offline data upload entity is between 81% and 90%.static final intMatch rate range for offline data upload entity is more than or equal to 91%.static final intMatch rate range for offline data upload entity is between 0% and 19%.static final intDefault value for match rate range.static final intNot specified. -
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<OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange>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
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange UNSPECIFIEDNot specified.
UNSPECIFIED = 0; -
UNKNOWN
Default value for match rate range.
UNKNOWN = 1; -
MATCH_RANGE_LESS_THAN_20
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_LESS_THAN_20Match rate range for offline data upload entity is between 0% and 19%.
MATCH_RANGE_LESS_THAN_20 = 2; -
MATCH_RANGE_20_TO_30
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_20_TO_30Match rate range for offline data upload entity is between 20% and 30%.
MATCH_RANGE_20_TO_30 = 3; -
MATCH_RANGE_31_TO_40
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_31_TO_40Match rate range for offline data upload entity is between 31% and 40%.
MATCH_RANGE_31_TO_40 = 4; -
MATCH_RANGE_41_TO_50
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_41_TO_50Match rate range for offline data upload entity is between 41% and 50%.
MATCH_RANGE_41_TO_50 = 5; -
MATCH_RANGE_51_TO_60
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_51_TO_60Match rate range for offline data upload entity is between 51% and 60%.
MATCH_RANGE_51_TO_60 = 6; -
MATCH_RANGE_61_TO_70
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_61_TO_70Match rate range for offline data upload entity is between 61% and 70%.
MATCH_RANGE_61_TO_70 = 7; -
MATCH_RANGE_71_TO_80
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_71_TO_80Match rate range for offline data upload entity is between 71% and 80%.
MATCH_RANGE_71_TO_80 = 8; -
MATCH_RANGE_81_TO_90
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_81_TO_90Match rate range for offline data upload entity is between 81% and 90%.
MATCH_RANGE_81_TO_90 = 9; -
MATCH_RANGE_91_TO_100
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange MATCH_RANGE_91_TO_100Match rate range for offline data upload entity is more than or equal to 91%.
MATCH_RANGE_91_TO_100 = 10; -
UNRECOGNIZED
public static final OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEDefault value for match rate range.
UNKNOWN = 1;- See Also:
-
MATCH_RANGE_LESS_THAN_20_VALUE
public static final int MATCH_RANGE_LESS_THAN_20_VALUEMatch rate range for offline data upload entity is between 0% and 19%.
MATCH_RANGE_LESS_THAN_20 = 2;- See Also:
-
MATCH_RANGE_20_TO_30_VALUE
public static final int MATCH_RANGE_20_TO_30_VALUEMatch rate range for offline data upload entity is between 20% and 30%.
MATCH_RANGE_20_TO_30 = 3;- See Also:
-
MATCH_RANGE_31_TO_40_VALUE
public static final int MATCH_RANGE_31_TO_40_VALUEMatch rate range for offline data upload entity is between 31% and 40%.
MATCH_RANGE_31_TO_40 = 4;- See Also:
-
MATCH_RANGE_41_TO_50_VALUE
public static final int MATCH_RANGE_41_TO_50_VALUEMatch rate range for offline data upload entity is between 41% and 50%.
MATCH_RANGE_41_TO_50 = 5;- See Also:
-
MATCH_RANGE_51_TO_60_VALUE
public static final int MATCH_RANGE_51_TO_60_VALUEMatch rate range for offline data upload entity is between 51% and 60%.
MATCH_RANGE_51_TO_60 = 6;- See Also:
-
MATCH_RANGE_61_TO_70_VALUE
public static final int MATCH_RANGE_61_TO_70_VALUEMatch rate range for offline data upload entity is between 61% and 70%.
MATCH_RANGE_61_TO_70 = 7;- See Also:
-
MATCH_RANGE_71_TO_80_VALUE
public static final int MATCH_RANGE_71_TO_80_VALUEMatch rate range for offline data upload entity is between 71% and 80%.
MATCH_RANGE_71_TO_80 = 8;- See Also:
-
MATCH_RANGE_81_TO_90_VALUE
public static final int MATCH_RANGE_81_TO_90_VALUEMatch rate range for offline data upload entity is between 81% and 90%.
MATCH_RANGE_81_TO_90 = 9;- See Also:
-
MATCH_RANGE_91_TO_100_VALUE
public static final int MATCH_RANGE_91_TO_100_VALUEMatch rate range for offline data upload entity is more than or equal to 91%.
MATCH_RANGE_91_TO_100 = 10;- 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
public static OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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 OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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 OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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<OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange> 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 OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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
-