Enum ConversionLagBucketEnum.ConversionLagBucket

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<ConversionLagBucketEnum.ConversionLagBucket>
    Enclosing class:
    ConversionLagBucketEnum

    public static enum ConversionLagBucketEnum.ConversionLagBucket
    extends java.lang.Enum<ConversionLagBucketEnum.ConversionLagBucket>
    implements com.google.protobuf.ProtocolMessageEnum
     Enum representing the number of days between impression and conversion.
     
    Protobuf enum google.ads.googleads.v10.enums.ConversionLagBucketEnum.ConversionLagBucket
    • 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
      • LESS_THAN_ONE_DAY_VALUE

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static final int SIXTY_TO_NINETY_DAYS_VALUE
         Conversion lag bucket from 60 to 90 days. 60 days is included,
         90 days is not.
         
        SIXTY_TO_NINETY_DAYS = 20;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ConversionLagBucketEnum.ConversionLagBucket[] 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 (ConversionLagBucketEnum.ConversionLagBucket c : ConversionLagBucketEnum.ConversionLagBucket.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ConversionLagBucketEnum.ConversionLagBucket 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 ConversionLagBucketEnum.ConversionLagBucket 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
      • forNumber

        public static ConversionLagBucketEnum.ConversionLagBucket forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • 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 ConversionLagBucketEnum.ConversionLagBucket 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