Enum PageInfo.FormInfo.ParameterInfo.ParameterState
- java.lang.Object
-
- java.lang.Enum<PageInfo.FormInfo.ParameterInfo.ParameterState>
-
- com.google.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PageInfo.FormInfo.ParameterInfo.ParameterState>
- Enclosing class:
- PageInfo.FormInfo.ParameterInfo
public static enum PageInfo.FormInfo.ParameterInfo.ParameterState extends Enum<PageInfo.FormInfo.ParameterInfo.ParameterState> implements com.google.protobuf.ProtocolMessageEnum
Represents the state of a parameter.
Protobuf enumgoogle.cloud.dialogflow.cx.v3.PageInfo.FormInfo.ParameterInfo.ParameterState
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EMPTYIndicates that the parameter does not have a value.FILLEDIndicates that the parameter has a value.INVALIDIndicates that the parameter value is invalid.PARAMETER_STATE_UNSPECIFIEDNot specified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intEMPTY_VALUEIndicates that the parameter does not have a value.static intFILLED_VALUEIndicates that the parameter has a value.static intINVALID_VALUEIndicates that the parameter value is invalid.static intPARAMETER_STATE_UNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PageInfo.FormInfo.ParameterInfo.ParameterStateforNumber(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<PageInfo.FormInfo.ParameterInfo.ParameterState>internalGetValueMap()static PageInfo.FormInfo.ParameterInfo.ParameterStatevalueOf(int value)Deprecated.static PageInfo.FormInfo.ParameterInfo.ParameterStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PageInfo.FormInfo.ParameterInfo.ParameterStatevalueOf(String name)Returns the enum constant of this type with the specified name.static PageInfo.FormInfo.ParameterInfo.ParameterState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PARAMETER_STATE_UNSPECIFIED
public static final PageInfo.FormInfo.ParameterInfo.ParameterState PARAMETER_STATE_UNSPECIFIED
Not specified. This value should be never used.
PARAMETER_STATE_UNSPECIFIED = 0;
-
EMPTY
public static final PageInfo.FormInfo.ParameterInfo.ParameterState EMPTY
Indicates that the parameter does not have a value.
EMPTY = 1;
-
INVALID
public static final PageInfo.FormInfo.ParameterInfo.ParameterState INVALID
Indicates that the parameter value is invalid. This field can be used by the webhook to invalidate the parameter and ask the server to collect it from the user again.
INVALID = 2;
-
FILLED
public static final PageInfo.FormInfo.ParameterInfo.ParameterState FILLED
Indicates that the parameter has a value.
FILLED = 3;
-
UNRECOGNIZED
public static final PageInfo.FormInfo.ParameterInfo.ParameterState UNRECOGNIZED
-
-
Field Detail
-
PARAMETER_STATE_UNSPECIFIED_VALUE
public static final int PARAMETER_STATE_UNSPECIFIED_VALUE
Not specified. This value should be never used.
PARAMETER_STATE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
EMPTY_VALUE
public static final int EMPTY_VALUE
Indicates that the parameter does not have a value.
EMPTY = 1;- See Also:
- Constant Field Values
-
INVALID_VALUE
public static final int INVALID_VALUE
Indicates that the parameter value is invalid. This field can be used by the webhook to invalidate the parameter and ask the server to collect it from the user again.
INVALID = 2;- See Also:
- Constant Field Values
-
FILLED_VALUE
public static final int FILLED_VALUE
Indicates that the parameter has a value.
FILLED = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PageInfo.FormInfo.ParameterInfo.ParameterState[] 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 (PageInfo.FormInfo.ParameterInfo.ParameterState c : PageInfo.FormInfo.ParameterInfo.ParameterState.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PageInfo.FormInfo.ParameterInfo.ParameterState 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 PageInfo.FormInfo.ParameterInfo.ParameterState 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 PageInfo.FormInfo.ParameterInfo.ParameterState 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<PageInfo.FormInfo.ParameterInfo.ParameterState> 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 PageInfo.FormInfo.ParameterInfo.ParameterState 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
-
-