Enum Class CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase
java.lang.Object
java.lang.Enum<CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase>
com.google.ads.googleads.v18.resources.CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase>,Constable
public static enum CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase
extends Enum<CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCaseforNumber(int value) intstatic CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCasevalueOf(int value) Deprecated.static CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCaseReturns the enum constant of this class with the specified name.static CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EVENT_OCCURRENCE_RANGE
public static final CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase EVENT_OCCURRENCE_RANGE -
EVENT_COUNTER
public static final CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase EVENT_COUNTER -
EVENTRATE_NOT_SET
public static final CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase EVENTRATE_NOT_SET
-
-
Method Details
-
values
public static CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase[] 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 CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase 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
-
valueOf
@Deprecated public static CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase 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 CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventRateCase forNumber(int value) -
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-