Enum GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase
- java.lang.Object
-
- java.lang.Enum<GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase>
-
- com.google.ads.googleads.v15.services.GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase>
- Enclosing class:
- GetSmartCampaignStatusResponse
public static enum GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase extends java.lang.Enum<GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ELIGIBLE_DETAILSENDED_DETAILSNOT_ELIGIBLE_DETAILSPAUSED_DETAILSREMOVED_DETAILSSMARTCAMPAIGNSTATUSDETAILS_NOT_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCaseforNumber(int value)intgetNumber()static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCasevalueOf(int value)Deprecated.static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NOT_ELIGIBLE_DETAILS
public static final GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase NOT_ELIGIBLE_DETAILS
-
ELIGIBLE_DETAILS
public static final GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase ELIGIBLE_DETAILS
-
PAUSED_DETAILS
public static final GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase PAUSED_DETAILS
-
REMOVED_DETAILS
public static final GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase REMOVED_DETAILS
-
ENDED_DETAILS
public static final GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase ENDED_DETAILS
-
SMARTCAMPAIGNSTATUSDETAILS_NOT_SET
public static final GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase SMARTCAMPAIGNSTATUSDETAILS_NOT_SET
-
-
Method Detail
-
values
public static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase[] 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 (GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase c : GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase 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 namejava.lang.NullPointerException- if the argument is null
-
valueOf
@Deprecated public static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase 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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static GetSmartCampaignStatusResponse.SmartCampaignStatusDetailsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-