Enum AccountLink.LinkedAccountCase
- java.lang.Object
-
- java.lang.Enum<AccountLink.LinkedAccountCase>
-
- com.google.ads.googleads.v10.resources.AccountLink.LinkedAccountCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<AccountLink.LinkedAccountCase>
- Enclosing class:
- AccountLink
public static enum AccountLink.LinkedAccountCase extends java.lang.Enum<AccountLink.LinkedAccountCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DATA_PARTNERGOOGLE_ADSLINKEDACCOUNT_NOT_SETTHIRD_PARTY_APP_ANALYTICS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AccountLink.LinkedAccountCaseforNumber(int value)intgetNumber()static AccountLink.LinkedAccountCasevalueOf(int value)Deprecated.static AccountLink.LinkedAccountCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccountLink.LinkedAccountCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
THIRD_PARTY_APP_ANALYTICS
public static final AccountLink.LinkedAccountCase THIRD_PARTY_APP_ANALYTICS
-
DATA_PARTNER
public static final AccountLink.LinkedAccountCase DATA_PARTNER
-
GOOGLE_ADS
public static final AccountLink.LinkedAccountCase GOOGLE_ADS
-
LINKEDACCOUNT_NOT_SET
public static final AccountLink.LinkedAccountCase LINKEDACCOUNT_NOT_SET
-
-
Method Detail
-
values
public static AccountLink.LinkedAccountCase[] 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 (AccountLink.LinkedAccountCase c : AccountLink.LinkedAccountCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AccountLink.LinkedAccountCase 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 AccountLink.LinkedAccountCase 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 AccountLink.LinkedAccountCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-