Enum Agent.Tier
- java.lang.Object
-
- java.lang.Enum<Agent.Tier>
-
- com.google.cloud.dialogflow.v2beta1.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.v2beta1.Agent.Tier
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TIER_ENTERPRISE
Essentials Edition, previously known as Enterprise Essential Edition.TIER_ENTERPRISE_PLUS
Deprecated.TIER_STANDARD
Trial Edition, previously known as Standard Edition.TIER_UNSPECIFIED
Not specified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
TIER_ENTERPRISE_PLUS_VALUE
Deprecated.static int
TIER_ENTERPRISE_VALUE
Essentials Edition, previously known as Enterprise Essential Edition.static int
TIER_STANDARD_VALUE
Trial Edition, previously known as Standard Edition.static int
TIER_UNSPECIFIED_VALUE
Not specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Agent.Tier
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<Agent.Tier>
internalGetValueMap()
static Agent.Tier
valueOf(int value)
Deprecated.static Agent.Tier
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Agent.Tier
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in 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
-
-