Enum Class RegulatoryFeeTypeEnum.RegulatoryFeeType
java.lang.Object
java.lang.Enum<RegulatoryFeeTypeEnum.RegulatoryFeeType>
com.google.ads.googleads.v23.enums.RegulatoryFeeTypeEnum.RegulatoryFeeType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RegulatoryFeeTypeEnum.RegulatoryFeeType>,Constable
- Enclosing class:
- RegulatoryFeeTypeEnum
public static enum RegulatoryFeeTypeEnum.RegulatoryFeeType
extends Enum<RegulatoryFeeTypeEnum.RegulatoryFeeType>
implements com.google.protobuf.ProtocolMessageEnum
The possible type of regulatory fees.Protobuf enum
google.ads.googleads.v23.enums.RegulatoryFeeTypeEnum.RegulatoryFeeType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresents Austria DST fee.Represents Canada DST fee.Represents France regulatory operating cost.Represents India regulatory operating cost.Represents Italy regulatory operating cost.Represents operating charges.Represents Poland regulatory operating cost.Represents Spain regulatory operating cost.Represents Türkiye regulatory operating cost.Represents UK DST fee.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRepresents Austria DST fee.static final intRepresents Canada DST fee.static final intRepresents France regulatory operating cost.static final intRepresents India regulatory operating cost.static final intRepresents Italy regulatory operating cost.static final intRepresents operating charges.static final intRepresents Poland regulatory operating cost.static final intRepresents Spain regulatory operating cost.static final intRepresents Türkiye regulatory operating cost.static final intRepresents UK DST fee.static final intUsed for return value only.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<RegulatoryFeeTypeEnum.RegulatoryFeeType>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
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
AUSTRIA_DST_FEE
Represents Austria DST fee.
AUSTRIA_DST_FEE = 2; -
TURKIYE_REGULATORY_OPERATING_COST
Represents Türkiye regulatory operating cost.
TURKIYE_REGULATORY_OPERATING_COST = 3; -
UK_DST_FEE
Represents UK DST fee.
UK_DST_FEE = 4; -
SPAIN_REGULATORY_OPERATING_COST
Represents Spain regulatory operating cost.
SPAIN_REGULATORY_OPERATING_COST = 5; -
FRANCE_REGULATORY_OPERATING_COST
Represents France regulatory operating cost.
FRANCE_REGULATORY_OPERATING_COST = 6; -
ITALY_REGULATORY_OPERATING_COST
Represents Italy regulatory operating cost.
ITALY_REGULATORY_OPERATING_COST = 7; -
INDIA_REGULATORY_OPERATING_COST
Represents India regulatory operating cost.
INDIA_REGULATORY_OPERATING_COST = 8; -
POLAND_REGULATORY_OPERATING_COST
Represents Poland regulatory operating cost.
POLAND_REGULATORY_OPERATING_COST = 9; -
OPERATING_CHARGES
Represents operating charges.
OPERATING_CHARGES = 10; -
CANADA_DST_FEE
Represents Canada DST fee.
CANADA_DST_FEE = 11; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
AUSTRIA_DST_FEE_VALUE
public static final int AUSTRIA_DST_FEE_VALUERepresents Austria DST fee.
AUSTRIA_DST_FEE = 2;- See Also:
-
TURKIYE_REGULATORY_OPERATING_COST_VALUE
public static final int TURKIYE_REGULATORY_OPERATING_COST_VALUERepresents Türkiye regulatory operating cost.
TURKIYE_REGULATORY_OPERATING_COST = 3;- See Also:
-
UK_DST_FEE_VALUE
public static final int UK_DST_FEE_VALUERepresents UK DST fee.
UK_DST_FEE = 4;- See Also:
-
SPAIN_REGULATORY_OPERATING_COST_VALUE
public static final int SPAIN_REGULATORY_OPERATING_COST_VALUERepresents Spain regulatory operating cost.
SPAIN_REGULATORY_OPERATING_COST = 5;- See Also:
-
FRANCE_REGULATORY_OPERATING_COST_VALUE
public static final int FRANCE_REGULATORY_OPERATING_COST_VALUERepresents France regulatory operating cost.
FRANCE_REGULATORY_OPERATING_COST = 6;- See Also:
-
ITALY_REGULATORY_OPERATING_COST_VALUE
public static final int ITALY_REGULATORY_OPERATING_COST_VALUERepresents Italy regulatory operating cost.
ITALY_REGULATORY_OPERATING_COST = 7;- See Also:
-
INDIA_REGULATORY_OPERATING_COST_VALUE
public static final int INDIA_REGULATORY_OPERATING_COST_VALUERepresents India regulatory operating cost.
INDIA_REGULATORY_OPERATING_COST = 8;- See Also:
-
POLAND_REGULATORY_OPERATING_COST_VALUE
public static final int POLAND_REGULATORY_OPERATING_COST_VALUERepresents Poland regulatory operating cost.
POLAND_REGULATORY_OPERATING_COST = 9;- See Also:
-
OPERATING_CHARGES_VALUE
public static final int OPERATING_CHARGES_VALUERepresents operating charges.
OPERATING_CHARGES = 10;- See Also:
-
CANADA_DST_FEE_VALUE
public static final int CANADA_DST_FEE_VALUERepresents Canada DST fee.
CANADA_DST_FEE = 11;- 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<RegulatoryFeeTypeEnum.RegulatoryFeeType> 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 RegulatoryFeeTypeEnum.RegulatoryFeeType 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
-