Enum Class ConversionLagBucketEnum.ConversionLagBucket
java.lang.Object
java.lang.Enum<ConversionLagBucketEnum.ConversionLagBucket>
com.google.ads.googleads.v18.enums.ConversionLagBucketEnum.ConversionLagBucket
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ConversionLagBucketEnum.ConversionLagBucket>,Constable
- Enclosing class:
- ConversionLagBucketEnum
public static enum ConversionLagBucketEnum.ConversionLagBucket
extends Enum<ConversionLagBucketEnum.ConversionLagBucket>
implements com.google.protobuf.ProtocolMessageEnum
Enum representing the number of days between impression and conversion.Protobuf enum
google.ads.googleads.v18.enums.ConversionLagBucketEnum.ConversionLagBucket-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionConversion lag bucket from 8 to 9 days.Conversion lag bucket from 11 to 12 days.Conversion lag bucket from 5 to 6 days.Conversion lag bucket from 45 to 60 days.Conversion lag bucket from 4 to 5 days.Conversion lag bucket from 14 to 21 days.Conversion lag bucket from 0 to 1 day.Conversion lag bucket from 9 to 10 days.Conversion lag bucket from 1 to 2 days.Conversion lag bucket from 7 to 8 days.Conversion lag bucket from 6 to 7 days.Conversion lag bucket from 60 to 90 days.Conversion lag bucket from 10 to 11 days.Conversion lag bucket from 13 to 14 days.Conversion lag bucket from 30 to 45 days.Conversion lag bucket from 3 to 4 days.Conversion lag bucket from 12 to 13 days.Conversion lag bucket from 21 to 30 days.Conversion lag bucket from 2 to 3 days.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConversion lag bucket from 8 to 9 days.static final intConversion lag bucket from 11 to 12 days.static final intConversion lag bucket from 5 to 6 days.static final intConversion lag bucket from 45 to 60 days.static final intConversion lag bucket from 4 to 5 days.static final intConversion lag bucket from 14 to 21 days.static final intConversion lag bucket from 0 to 1 day.static final intConversion lag bucket from 9 to 10 days.static final intConversion lag bucket from 1 to 2 days.static final intConversion lag bucket from 7 to 8 days.static final intConversion lag bucket from 6 to 7 days.static final intConversion lag bucket from 60 to 90 days.static final intConversion lag bucket from 10 to 11 days.static final intConversion lag bucket from 13 to 14 days.static final intConversion lag bucket from 30 to 45 days.static final intConversion lag bucket from 3 to 4 days.static final intConversion lag bucket from 12 to 13 days.static final intConversion lag bucket from 21 to 30 days.static final intConversion lag bucket from 2 to 3 days.static final intUsed for return value only.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<ConversionLagBucketEnum.ConversionLagBucket>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
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
LESS_THAN_ONE_DAY
Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
LESS_THAN_ONE_DAY = 2; -
ONE_TO_TWO_DAYS
Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
ONE_TO_TWO_DAYS = 3; -
TWO_TO_THREE_DAYS
Conversion lag bucket from 2 to 3 days. 2 days is included, 3 days is not.
TWO_TO_THREE_DAYS = 4; -
THREE_TO_FOUR_DAYS
Conversion lag bucket from 3 to 4 days. 3 days is included, 4 days is not.
THREE_TO_FOUR_DAYS = 5; -
FOUR_TO_FIVE_DAYS
Conversion lag bucket from 4 to 5 days. 4 days is included, 5 days is not.
FOUR_TO_FIVE_DAYS = 6; -
FIVE_TO_SIX_DAYS
Conversion lag bucket from 5 to 6 days. 5 days is included, 6 days is not.
FIVE_TO_SIX_DAYS = 7; -
SIX_TO_SEVEN_DAYS
Conversion lag bucket from 6 to 7 days. 6 days is included, 7 days is not.
SIX_TO_SEVEN_DAYS = 8; -
SEVEN_TO_EIGHT_DAYS
Conversion lag bucket from 7 to 8 days. 7 days is included, 8 days is not.
SEVEN_TO_EIGHT_DAYS = 9; -
EIGHT_TO_NINE_DAYS
Conversion lag bucket from 8 to 9 days. 8 days is included, 9 days is not.
EIGHT_TO_NINE_DAYS = 10; -
NINE_TO_TEN_DAYS
Conversion lag bucket from 9 to 10 days. 9 days is included, 10 days is not.
NINE_TO_TEN_DAYS = 11; -
TEN_TO_ELEVEN_DAYS
Conversion lag bucket from 10 to 11 days. 10 days is included, 11 days is not.
TEN_TO_ELEVEN_DAYS = 12; -
ELEVEN_TO_TWELVE_DAYS
Conversion lag bucket from 11 to 12 days. 11 days is included, 12 days is not.
ELEVEN_TO_TWELVE_DAYS = 13; -
TWELVE_TO_THIRTEEN_DAYS
Conversion lag bucket from 12 to 13 days. 12 days is included, 13 days is not.
TWELVE_TO_THIRTEEN_DAYS = 14; -
THIRTEEN_TO_FOURTEEN_DAYS
Conversion lag bucket from 13 to 14 days. 13 days is included, 14 days is not.
THIRTEEN_TO_FOURTEEN_DAYS = 15; -
FOURTEEN_TO_TWENTY_ONE_DAYS
Conversion lag bucket from 14 to 21 days. 14 days is included, 21 days is not.
FOURTEEN_TO_TWENTY_ONE_DAYS = 16; -
TWENTY_ONE_TO_THIRTY_DAYS
Conversion lag bucket from 21 to 30 days. 21 days is included, 30 days is not.
TWENTY_ONE_TO_THIRTY_DAYS = 17; -
THIRTY_TO_FORTY_FIVE_DAYS
Conversion lag bucket from 30 to 45 days. 30 days is included, 45 days is not.
THIRTY_TO_FORTY_FIVE_DAYS = 18; -
FORTY_FIVE_TO_SIXTY_DAYS
Conversion lag bucket from 45 to 60 days. 45 days is included, 60 days is not.
FORTY_FIVE_TO_SIXTY_DAYS = 19; -
SIXTY_TO_NINETY_DAYS
Conversion lag bucket from 60 to 90 days. 60 days is included, 90 days is not.
SIXTY_TO_NINETY_DAYS = 20; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
LESS_THAN_ONE_DAY_VALUE
public static final int LESS_THAN_ONE_DAY_VALUEConversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
LESS_THAN_ONE_DAY = 2;- See Also:
-
ONE_TO_TWO_DAYS_VALUE
public static final int ONE_TO_TWO_DAYS_VALUEConversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
ONE_TO_TWO_DAYS = 3;- See Also:
-
TWO_TO_THREE_DAYS_VALUE
public static final int TWO_TO_THREE_DAYS_VALUEConversion lag bucket from 2 to 3 days. 2 days is included, 3 days is not.
TWO_TO_THREE_DAYS = 4;- See Also:
-
THREE_TO_FOUR_DAYS_VALUE
public static final int THREE_TO_FOUR_DAYS_VALUEConversion lag bucket from 3 to 4 days. 3 days is included, 4 days is not.
THREE_TO_FOUR_DAYS = 5;- See Also:
-
FOUR_TO_FIVE_DAYS_VALUE
public static final int FOUR_TO_FIVE_DAYS_VALUEConversion lag bucket from 4 to 5 days. 4 days is included, 5 days is not.
FOUR_TO_FIVE_DAYS = 6;- See Also:
-
FIVE_TO_SIX_DAYS_VALUE
public static final int FIVE_TO_SIX_DAYS_VALUEConversion lag bucket from 5 to 6 days. 5 days is included, 6 days is not.
FIVE_TO_SIX_DAYS = 7;- See Also:
-
SIX_TO_SEVEN_DAYS_VALUE
public static final int SIX_TO_SEVEN_DAYS_VALUEConversion lag bucket from 6 to 7 days. 6 days is included, 7 days is not.
SIX_TO_SEVEN_DAYS = 8;- See Also:
-
SEVEN_TO_EIGHT_DAYS_VALUE
public static final int SEVEN_TO_EIGHT_DAYS_VALUEConversion lag bucket from 7 to 8 days. 7 days is included, 8 days is not.
SEVEN_TO_EIGHT_DAYS = 9;- See Also:
-
EIGHT_TO_NINE_DAYS_VALUE
public static final int EIGHT_TO_NINE_DAYS_VALUEConversion lag bucket from 8 to 9 days. 8 days is included, 9 days is not.
EIGHT_TO_NINE_DAYS = 10;- See Also:
-
NINE_TO_TEN_DAYS_VALUE
public static final int NINE_TO_TEN_DAYS_VALUEConversion lag bucket from 9 to 10 days. 9 days is included, 10 days is not.
NINE_TO_TEN_DAYS = 11;- See Also:
-
TEN_TO_ELEVEN_DAYS_VALUE
public static final int TEN_TO_ELEVEN_DAYS_VALUEConversion lag bucket from 10 to 11 days. 10 days is included, 11 days is not.
TEN_TO_ELEVEN_DAYS = 12;- See Also:
-
ELEVEN_TO_TWELVE_DAYS_VALUE
public static final int ELEVEN_TO_TWELVE_DAYS_VALUEConversion lag bucket from 11 to 12 days. 11 days is included, 12 days is not.
ELEVEN_TO_TWELVE_DAYS = 13;- See Also:
-
TWELVE_TO_THIRTEEN_DAYS_VALUE
public static final int TWELVE_TO_THIRTEEN_DAYS_VALUEConversion lag bucket from 12 to 13 days. 12 days is included, 13 days is not.
TWELVE_TO_THIRTEEN_DAYS = 14;- See Also:
-
THIRTEEN_TO_FOURTEEN_DAYS_VALUE
public static final int THIRTEEN_TO_FOURTEEN_DAYS_VALUEConversion lag bucket from 13 to 14 days. 13 days is included, 14 days is not.
THIRTEEN_TO_FOURTEEN_DAYS = 15;- See Also:
-
FOURTEEN_TO_TWENTY_ONE_DAYS_VALUE
public static final int FOURTEEN_TO_TWENTY_ONE_DAYS_VALUEConversion lag bucket from 14 to 21 days. 14 days is included, 21 days is not.
FOURTEEN_TO_TWENTY_ONE_DAYS = 16;- See Also:
-
TWENTY_ONE_TO_THIRTY_DAYS_VALUE
public static final int TWENTY_ONE_TO_THIRTY_DAYS_VALUEConversion lag bucket from 21 to 30 days. 21 days is included, 30 days is not.
TWENTY_ONE_TO_THIRTY_DAYS = 17;- See Also:
-
THIRTY_TO_FORTY_FIVE_DAYS_VALUE
public static final int THIRTY_TO_FORTY_FIVE_DAYS_VALUEConversion lag bucket from 30 to 45 days. 30 days is included, 45 days is not.
THIRTY_TO_FORTY_FIVE_DAYS = 18;- See Also:
-
FORTY_FIVE_TO_SIXTY_DAYS_VALUE
public static final int FORTY_FIVE_TO_SIXTY_DAYS_VALUEConversion lag bucket from 45 to 60 days. 45 days is included, 60 days is not.
FORTY_FIVE_TO_SIXTY_DAYS = 19;- See Also:
-
SIXTY_TO_NINETY_DAYS_VALUE
public static final int SIXTY_TO_NINETY_DAYS_VALUEConversion lag bucket from 60 to 90 days. 60 days is included, 90 days is not.
SIXTY_TO_NINETY_DAYS = 20;- 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<ConversionLagBucketEnum.ConversionLagBucket> 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 ConversionLagBucketEnum.ConversionLagBucket 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
-