Enum Class ExperimentMetricEnum.ExperimentMetric
java.lang.Object
java.lang.Enum<ExperimentMetricEnum.ExperimentMetric>
com.google.ads.googleads.v18.enums.ExperimentMetricEnum.ExperimentMetric
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ExperimentMetricEnum.ExperimentMetric>,Constable
- Enclosing class:
- ExperimentMetricEnum
public static enum ExperimentMetricEnum.ExperimentMetric
extends Enum<ExperimentMetricEnum.ExperimentMetric>
implements com.google.protobuf.ProtocolMessageEnum
The type of experiment metric.Protobuf enum
google.ads.googleads.v18.enums.ExperimentMetricEnum.ExperimentMetric-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe goal of the experiment is avg cpc.The goal of the experiment is clicks.The goal of the experiment is completed video views.The goal of the experiment is conversion value.The goal of the experiment is conversions.The goal of the experiment is conversion rate.The goal of the experiment is conversion value per cost.The goal of the experiment is cost.The goal of the experiment is cost per conversion.The goal of the experiment is ctr.The goal of the experiment is custom algorithms.The goal of the experiment is impressions.The goal of the experiment is incremental conversions.The value is unknown in this version.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe goal of the experiment is avg cpc.static final intThe goal of the experiment is clicks.static final intThe goal of the experiment is completed video views.static final intThe goal of the experiment is conversion value.static final intThe goal of the experiment is conversion rate.static final intThe goal of the experiment is conversions.static final intThe goal of the experiment is conversion value per cost.static final intThe goal of the experiment is cost per conversion.static final intThe goal of the experiment is cost.static final intThe goal of the experiment is ctr.static final intThe goal of the experiment is custom algorithms.static final intThe goal of the experiment is impressions.static final intThe goal of the experiment is incremental conversions.static final intThe value is unknown in this version.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<ExperimentMetricEnum.ExperimentMetric>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
The value is unknown in this version.
UNKNOWN = 1; -
CLICKS
The goal of the experiment is clicks.
CLICKS = 2; -
IMPRESSIONS
The goal of the experiment is impressions.
IMPRESSIONS = 3; -
COST
The goal of the experiment is cost.
COST = 4; -
CONVERSIONS_PER_INTERACTION_RATE
The goal of the experiment is conversion rate.
CONVERSIONS_PER_INTERACTION_RATE = 5; -
COST_PER_CONVERSION
The goal of the experiment is cost per conversion.
COST_PER_CONVERSION = 6; -
CONVERSIONS_VALUE_PER_COST
The goal of the experiment is conversion value per cost.
CONVERSIONS_VALUE_PER_COST = 7; -
AVERAGE_CPC
The goal of the experiment is avg cpc.
AVERAGE_CPC = 8; -
CTR
The goal of the experiment is ctr.
CTR = 9; -
INCREMENTAL_CONVERSIONS
The goal of the experiment is incremental conversions.
INCREMENTAL_CONVERSIONS = 10; -
COMPLETED_VIDEO_VIEWS
The goal of the experiment is completed video views.
COMPLETED_VIDEO_VIEWS = 11; -
CUSTOM_ALGORITHMS
The goal of the experiment is custom algorithms.
CUSTOM_ALGORITHMS = 12; -
CONVERSIONS
The goal of the experiment is conversions.
CONVERSIONS = 13; -
CONVERSION_VALUE
The goal of the experiment is conversion value.
CONVERSION_VALUE = 14; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe value is unknown in this version.
UNKNOWN = 1;- See Also:
-
CLICKS_VALUE
public static final int CLICKS_VALUEThe goal of the experiment is clicks.
CLICKS = 2;- See Also:
-
IMPRESSIONS_VALUE
public static final int IMPRESSIONS_VALUEThe goal of the experiment is impressions.
IMPRESSIONS = 3;- See Also:
-
COST_VALUE
public static final int COST_VALUEThe goal of the experiment is cost.
COST = 4;- See Also:
-
CONVERSIONS_PER_INTERACTION_RATE_VALUE
public static final int CONVERSIONS_PER_INTERACTION_RATE_VALUEThe goal of the experiment is conversion rate.
CONVERSIONS_PER_INTERACTION_RATE = 5;- See Also:
-
COST_PER_CONVERSION_VALUE
public static final int COST_PER_CONVERSION_VALUEThe goal of the experiment is cost per conversion.
COST_PER_CONVERSION = 6;- See Also:
-
CONVERSIONS_VALUE_PER_COST_VALUE
public static final int CONVERSIONS_VALUE_PER_COST_VALUEThe goal of the experiment is conversion value per cost.
CONVERSIONS_VALUE_PER_COST = 7;- See Also:
-
AVERAGE_CPC_VALUE
public static final int AVERAGE_CPC_VALUEThe goal of the experiment is avg cpc.
AVERAGE_CPC = 8;- See Also:
-
CTR_VALUE
public static final int CTR_VALUEThe goal of the experiment is ctr.
CTR = 9;- See Also:
-
INCREMENTAL_CONVERSIONS_VALUE
public static final int INCREMENTAL_CONVERSIONS_VALUEThe goal of the experiment is incremental conversions.
INCREMENTAL_CONVERSIONS = 10;- See Also:
-
COMPLETED_VIDEO_VIEWS_VALUE
public static final int COMPLETED_VIDEO_VIEWS_VALUEThe goal of the experiment is completed video views.
COMPLETED_VIDEO_VIEWS = 11;- See Also:
-
CUSTOM_ALGORITHMS_VALUE
public static final int CUSTOM_ALGORITHMS_VALUEThe goal of the experiment is custom algorithms.
CUSTOM_ALGORITHMS = 12;- See Also:
-
CONVERSIONS_VALUE
public static final int CONVERSIONS_VALUEThe goal of the experiment is conversions.
CONVERSIONS = 13;- See Also:
-
CONVERSION_VALUE_VALUE
public static final int CONVERSION_VALUE_VALUEThe goal of the experiment is conversion value.
CONVERSION_VALUE = 14;- 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<ExperimentMetricEnum.ExperimentMetric> 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 ExperimentMetricEnum.ExperimentMetric 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
-