Package com.google.cloud.dialogflow.v2
Enum Agent.Tier
- java.lang.Object
-
- java.lang.Enum<Agent.Tier>
-
- com.google.cloud.dialogflow.v2.Agent.Tier
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Agent.Tier>
- Enclosing class:
- Agent
public static enum Agent.Tier extends Enum<Agent.Tier> implements com.google.protobuf.ProtocolMessageEnum
Represents the agent tier.
Protobuf enumgoogle.cloud.dialogflow.v2.Agent.Tier
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TIER_ENTERPRISEEssentials Edition, previously known as Enterprise Essential Edition.TIER_ENTERPRISE_PLUSDeprecated.TIER_STANDARDTrial Edition, previously known as Standard Edition.TIER_UNSPECIFIEDNot specified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intTIER_ENTERPRISE_PLUS_VALUEDeprecated.static intTIER_ENTERPRISE_VALUEEssentials Edition, previously known as Enterprise Essential Edition.static intTIER_STANDARD_VALUETrial Edition, previously known as Standard Edition.static intTIER_UNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Agent.TierforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Agent.Tier>internalGetValueMap()static Agent.TiervalueOf(int value)Deprecated.static Agent.TiervalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Agent.TiervalueOf(String name)Returns the enum constant of this type with the specified name.static Agent.Tier[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TIER_UNSPECIFIED
public static final Agent.Tier TIER_UNSPECIFIED
Not specified. This value should never be used.
TIER_UNSPECIFIED = 0;
-
TIER_STANDARD
public static final Agent.Tier TIER_STANDARD
Trial Edition, previously known as Standard Edition.
TIER_STANDARD = 1;
-
TIER_ENTERPRISE
public static final Agent.Tier TIER_ENTERPRISE
Essentials Edition, previously known as Enterprise Essential Edition.
TIER_ENTERPRISE = 2;
-
TIER_ENTERPRISE_PLUS
@Deprecated public static final Agent.Tier TIER_ENTERPRISE_PLUS
Deprecated.Essentials Edition (same as TIER_ENTERPRISE), previously known as Enterprise Plus Edition.
TIER_ENTERPRISE_PLUS = 3 [deprecated = true];
-
UNRECOGNIZED
public static final Agent.Tier UNRECOGNIZED
-
-
Field Detail
-
TIER_UNSPECIFIED_VALUE
public static final int TIER_UNSPECIFIED_VALUE
Not specified. This value should never be used.
TIER_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
TIER_STANDARD_VALUE
public static final int TIER_STANDARD_VALUE
Trial Edition, previously known as Standard Edition.
TIER_STANDARD = 1;- See Also:
- Constant Field Values
-
TIER_ENTERPRISE_VALUE
public static final int TIER_ENTERPRISE_VALUE
Essentials Edition, previously known as Enterprise Essential Edition.
TIER_ENTERPRISE = 2;- See Also:
- Constant Field Values
-
TIER_ENTERPRISE_PLUS_VALUE
@Deprecated public static final int TIER_ENTERPRISE_PLUS_VALUE
Deprecated.Essentials Edition (same as TIER_ENTERPRISE), previously known as Enterprise Plus Edition.
TIER_ENTERPRISE_PLUS = 3 [deprecated = true];- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Agent.Tier[] 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 (Agent.Tier c : Agent.Tier.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Agent.Tier valueOf(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:
IllegalArgumentException- if this enum type 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 public static Agent.Tier 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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static Agent.Tier forNumber(int value)
- 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<Agent.Tier> 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 Agent.Tier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-