Enum ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         Not specified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Used for return value only. Represents value unknown in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • CONVERSION_LESS_THAN_ONE_DAY_VALUE

        public static final int CONVERSION_LESS_THAN_ONE_DAY_VALUE
         Conversion lag bucket from 0 to 1 day. 0 day is included, 1 day is not.
         
        CONVERSION_LESS_THAN_ONE_DAY = 2;
        See Also:
        Constant Field Values
      • CONVERSION_ONE_TO_TWO_DAYS_VALUE

        public static final int CONVERSION_ONE_TO_TWO_DAYS_VALUE
         Conversion lag bucket from 1 to 2 days. 1 day is included, 2 days is not.
         
        CONVERSION_ONE_TO_TWO_DAYS = 3;
        See Also:
        Constant Field Values
      • CONVERSION_TWO_TO_THREE_DAYS_VALUE

        public static final int CONVERSION_TWO_TO_THREE_DAYS_VALUE
         Conversion lag bucket from 2 to 3 days. 2 days is included,
         3 days is not.
         
        CONVERSION_TWO_TO_THREE_DAYS = 4;
        See Also:
        Constant Field Values
      • CONVERSION_THREE_TO_FOUR_DAYS_VALUE

        public static final int CONVERSION_THREE_TO_FOUR_DAYS_VALUE
         Conversion lag bucket from 3 to 4 days. 3 days is included,
         4 days is not.
         
        CONVERSION_THREE_TO_FOUR_DAYS = 5;
        See Also:
        Constant Field Values
      • CONVERSION_FOUR_TO_FIVE_DAYS_VALUE

        public static final int CONVERSION_FOUR_TO_FIVE_DAYS_VALUE
         Conversion lag bucket from 4 to 5 days. 4 days is included,
         5 days is not.
         
        CONVERSION_FOUR_TO_FIVE_DAYS = 6;
        See Also:
        Constant Field Values
      • CONVERSION_FIVE_TO_SIX_DAYS_VALUE

        public static final int CONVERSION_FIVE_TO_SIX_DAYS_VALUE
         Conversion lag bucket from 5 to 6 days. 5 days is included,
         6 days is not.
         
        CONVERSION_FIVE_TO_SIX_DAYS = 7;
        See Also:
        Constant Field Values
      • CONVERSION_SIX_TO_SEVEN_DAYS_VALUE

        public static final int CONVERSION_SIX_TO_SEVEN_DAYS_VALUE
         Conversion lag bucket from 6 to 7 days. 6 days is included,
         7 days is not.
         
        CONVERSION_SIX_TO_SEVEN_DAYS = 8;
        See Also:
        Constant Field Values
      • CONVERSION_SEVEN_TO_EIGHT_DAYS_VALUE

        public static final int CONVERSION_SEVEN_TO_EIGHT_DAYS_VALUE
         Conversion lag bucket from 7 to 8 days. 7 days is included,
         8 days is not.
         
        CONVERSION_SEVEN_TO_EIGHT_DAYS = 9;
        See Also:
        Constant Field Values
      • CONVERSION_EIGHT_TO_NINE_DAYS_VALUE

        public static final int CONVERSION_EIGHT_TO_NINE_DAYS_VALUE
         Conversion lag bucket from 8 to 9 days. 8 days is included,
         9 days is not.
         
        CONVERSION_EIGHT_TO_NINE_DAYS = 10;
        See Also:
        Constant Field Values
      • CONVERSION_NINE_TO_TEN_DAYS_VALUE

        public static final int CONVERSION_NINE_TO_TEN_DAYS_VALUE
         Conversion lag bucket from 9 to 10 days. 9 days is included,
         10 days is not.
         
        CONVERSION_NINE_TO_TEN_DAYS = 11;
        See Also:
        Constant Field Values
      • CONVERSION_TEN_TO_ELEVEN_DAYS_VALUE

        public static final int CONVERSION_TEN_TO_ELEVEN_DAYS_VALUE
         Conversion lag bucket from 10 to 11 days. 10 days is included,
         11 days is not.
         
        CONVERSION_TEN_TO_ELEVEN_DAYS = 12;
        See Also:
        Constant Field Values
      • CONVERSION_ELEVEN_TO_TWELVE_DAYS_VALUE

        public static final int CONVERSION_ELEVEN_TO_TWELVE_DAYS_VALUE
         Conversion lag bucket from 11 to 12 days. 11 days is included,
         12 days is not.
         
        CONVERSION_ELEVEN_TO_TWELVE_DAYS = 13;
        See Also:
        Constant Field Values
      • CONVERSION_TWELVE_TO_THIRTEEN_DAYS_VALUE

        public static final int CONVERSION_TWELVE_TO_THIRTEEN_DAYS_VALUE
         Conversion lag bucket from 12 to 13 days. 12 days is included,
         13 days is not.
         
        CONVERSION_TWELVE_TO_THIRTEEN_DAYS = 14;
        See Also:
        Constant Field Values
      • CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS_VALUE

        public static final int CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS_VALUE
         Conversion lag bucket from 13 to 14 days. 13 days is included,
         14 days is not.
         
        CONVERSION_THIRTEEN_TO_FOURTEEN_DAYS = 15;
        See Also:
        Constant Field Values
      • CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS_VALUE

        public static final int CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS_VALUE
         Conversion lag bucket from 14 to 21 days. 14 days is included,
         21 days is not.
         
        CONVERSION_FOURTEEN_TO_TWENTY_ONE_DAYS = 16;
        See Also:
        Constant Field Values
      • CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS_VALUE

        public static final int CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS_VALUE
         Conversion lag bucket from 21 to 30 days. 21 days is included,
         30 days is not.
         
        CONVERSION_TWENTY_ONE_TO_THIRTY_DAYS = 17;
        See Also:
        Constant Field Values
      • CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS_VALUE

        public static final int CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS_VALUE
         Conversion lag bucket from 30 to 45 days. 30 days is included,
         45 days is not.
         
        CONVERSION_THIRTY_TO_FORTY_FIVE_DAYS = 18;
        See Also:
        Constant Field Values
      • CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS_VALUE

        public static final int CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS_VALUE
         Conversion lag bucket from 45 to 60 days. 45 days is included,
         60 days is not.
         
        CONVERSION_FORTY_FIVE_TO_SIXTY_DAYS = 19;
        See Also:
        Constant Field Values
      • CONVERSION_SIXTY_TO_NINETY_DAYS_VALUE

        public static final int CONVERSION_SIXTY_TO_NINETY_DAYS_VALUE
         Conversion lag bucket from 60 to 90 days. 60 days is included,
         90 days is not.
         
        CONVERSION_SIXTY_TO_NINETY_DAYS = 20;
        See Also:
        Constant Field Values
      • ADJUSTMENT_LESS_THAN_ONE_DAY_VALUE

        public static final int ADJUSTMENT_LESS_THAN_ONE_DAY_VALUE
         Conversion adjustment lag bucket from 0 to 1 day. 0 day is included,
         1 day is not.
         
        ADJUSTMENT_LESS_THAN_ONE_DAY = 21;
        See Also:
        Constant Field Values
      • ADJUSTMENT_ONE_TO_TWO_DAYS_VALUE

        public static final int ADJUSTMENT_ONE_TO_TWO_DAYS_VALUE
         Conversion adjustment lag bucket from 1 to 2 days. 1 day is included,
         2 days is not.
         
        ADJUSTMENT_ONE_TO_TWO_DAYS = 22;
        See Also:
        Constant Field Values
      • ADJUSTMENT_TWO_TO_THREE_DAYS_VALUE

        public static final int ADJUSTMENT_TWO_TO_THREE_DAYS_VALUE
         Conversion adjustment lag bucket from 2 to 3 days. 2 days is included,
         3 days is not.
         
        ADJUSTMENT_TWO_TO_THREE_DAYS = 23;
        See Also:
        Constant Field Values
      • ADJUSTMENT_THREE_TO_FOUR_DAYS_VALUE

        public static final int ADJUSTMENT_THREE_TO_FOUR_DAYS_VALUE
         Conversion adjustment lag bucket from 3 to 4 days. 3 days is included,
         4 days is not.
         
        ADJUSTMENT_THREE_TO_FOUR_DAYS = 24;
        See Also:
        Constant Field Values
      • ADJUSTMENT_FOUR_TO_FIVE_DAYS_VALUE

        public static final int ADJUSTMENT_FOUR_TO_FIVE_DAYS_VALUE
         Conversion adjustment lag bucket from 4 to 5 days. 4 days is included,
         5 days is not.
         
        ADJUSTMENT_FOUR_TO_FIVE_DAYS = 25;
        See Also:
        Constant Field Values
      • ADJUSTMENT_FIVE_TO_SIX_DAYS_VALUE

        public static final int ADJUSTMENT_FIVE_TO_SIX_DAYS_VALUE
         Conversion adjustment lag bucket from 5 to 6 days. 5 days is included,
         6 days is not.
         
        ADJUSTMENT_FIVE_TO_SIX_DAYS = 26;
        See Also:
        Constant Field Values
      • ADJUSTMENT_SIX_TO_SEVEN_DAYS_VALUE

        public static final int ADJUSTMENT_SIX_TO_SEVEN_DAYS_VALUE
         Conversion adjustment lag bucket from 6 to 7 days. 6 days is included,
         7 days is not.
         
        ADJUSTMENT_SIX_TO_SEVEN_DAYS = 27;
        See Also:
        Constant Field Values
      • ADJUSTMENT_SEVEN_TO_EIGHT_DAYS_VALUE

        public static final int ADJUSTMENT_SEVEN_TO_EIGHT_DAYS_VALUE
         Conversion adjustment lag bucket from 7 to 8 days. 7 days is included,
         8 days is not.
         
        ADJUSTMENT_SEVEN_TO_EIGHT_DAYS = 28;
        See Also:
        Constant Field Values
      • ADJUSTMENT_EIGHT_TO_NINE_DAYS_VALUE

        public static final int ADJUSTMENT_EIGHT_TO_NINE_DAYS_VALUE
         Conversion adjustment lag bucket from 8 to 9 days. 8 days is included,
         9 days is not.
         
        ADJUSTMENT_EIGHT_TO_NINE_DAYS = 29;
        See Also:
        Constant Field Values
      • ADJUSTMENT_NINE_TO_TEN_DAYS_VALUE

        public static final int ADJUSTMENT_NINE_TO_TEN_DAYS_VALUE
         Conversion adjustment lag bucket from 9 to 10 days. 9 days is included,
         10 days is not.
         
        ADJUSTMENT_NINE_TO_TEN_DAYS = 30;
        See Also:
        Constant Field Values
      • ADJUSTMENT_TEN_TO_ELEVEN_DAYS_VALUE

        public static final int ADJUSTMENT_TEN_TO_ELEVEN_DAYS_VALUE
         Conversion adjustment lag bucket from 10 to 11 days. 10 days is included,
         11 days is not.
         
        ADJUSTMENT_TEN_TO_ELEVEN_DAYS = 31;
        See Also:
        Constant Field Values
      • ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS_VALUE

        public static final int ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS_VALUE
         Conversion adjustment lag bucket from 11 to 12 days. 11 days is included,
         12 days is not.
         
        ADJUSTMENT_ELEVEN_TO_TWELVE_DAYS = 32;
        See Also:
        Constant Field Values
      • ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS_VALUE

        public static final int ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS_VALUE
         Conversion adjustment lag bucket from 12 to 13 days. 12 days is included,
         13 days is not.
         
        ADJUSTMENT_TWELVE_TO_THIRTEEN_DAYS = 33;
        See Also:
        Constant Field Values
      • ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS_VALUE

        public static final int ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS_VALUE
         Conversion adjustment lag bucket from 13 to 14 days. 13 days is included,
         14 days is not.
         
        ADJUSTMENT_THIRTEEN_TO_FOURTEEN_DAYS = 34;
        See Also:
        Constant Field Values
      • ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS_VALUE

        public static final int ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS_VALUE
         Conversion adjustment lag bucket from 14 to 21 days. 14 days is included,
         21 days is not.
         
        ADJUSTMENT_FOURTEEN_TO_TWENTY_ONE_DAYS = 35;
        See Also:
        Constant Field Values
      • ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS_VALUE

        public static final int ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS_VALUE
         Conversion adjustment lag bucket from 21 to 30 days. 21 days is included,
         30 days is not.
         
        ADJUSTMENT_TWENTY_ONE_TO_THIRTY_DAYS = 36;
        See Also:
        Constant Field Values
      • ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS_VALUE

        public static final int ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS_VALUE
         Conversion adjustment lag bucket from 30 to 45 days. 30 days is included,
         45 days is not.
         
        ADJUSTMENT_THIRTY_TO_FORTY_FIVE_DAYS = 37;
        See Also:
        Constant Field Values
      • ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS_VALUE

        public static final int ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS_VALUE
         Conversion adjustment lag bucket from 45 to 60 days. 45 days is included,
         60 days is not.
         
        ADJUSTMENT_FORTY_FIVE_TO_SIXTY_DAYS = 38;
        See Also:
        Constant Field Values
      • ADJUSTMENT_SIXTY_TO_NINETY_DAYS_VALUE

        public static final int ADJUSTMENT_SIXTY_TO_NINETY_DAYS_VALUE
         Conversion adjustment lag bucket from 60 to 90 days. 60 days is included,
         90 days is not.
         
        ADJUSTMENT_SIXTY_TO_NINETY_DAYS = 39;
        See Also:
        Constant Field Values
      • ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS_VALUE

        public static final int ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS_VALUE
         Conversion adjustment lag bucket from 90 to 145 days. 90 days is
         included, 145 days is not.
         
        ADJUSTMENT_NINETY_TO_ONE_HUNDRED_AND_FORTY_FIVE_DAYS = 40;
        See Also:
        Constant Field Values
      • CONVERSION_UNKNOWN_VALUE

        public static final int CONVERSION_UNKNOWN_VALUE
         Conversion lag bucket UNKNOWN. This is for dates before conversion lag
         bucket was available in Google Ads.
         
        CONVERSION_UNKNOWN = 41;
        See Also:
        Constant Field Values
      • ADJUSTMENT_UNKNOWN_VALUE

        public static final int ADJUSTMENT_UNKNOWN_VALUE
         Conversion adjustment lag bucket UNKNOWN. This is for dates before
         conversion adjustment lag bucket was available in Google Ads.
         
        ADJUSTMENT_UNKNOWN = 42;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket c : ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null