Enum Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint
- java.lang.Object
-
- java.lang.Enum<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint>
-
- com.google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint>
public static enum Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint extends Enum<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint> implements com.google.protobuf.ProtocolMessageEnum
Type of the URI.
Protobuf enumgoogle.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMP_ACTION
Url would be an amp actionAMP_CONTENT
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via <link rel="amphtml">.UNRECOGNIZED
URL_TYPE_HINT_UNSPECIFIED
Unspecified
-
Field Summary
Fields Modifier and Type Field Description static int
AMP_ACTION_VALUE
Url would be an amp actionstatic int
AMP_CONTENT_VALUE
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via <link rel="amphtml">.static int
URL_TYPE_HINT_UNSPECIFIED_VALUE
Unspecified
-
Method Summary
-
-
-
Enum Constant Detail
-
URL_TYPE_HINT_UNSPECIFIED
public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint URL_TYPE_HINT_UNSPECIFIED
Unspecified
URL_TYPE_HINT_UNSPECIFIED = 0;
-
AMP_ACTION
public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint AMP_ACTION
Url would be an amp action
AMP_ACTION = 1;
-
AMP_CONTENT
public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint AMP_CONTENT
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via <link rel="amphtml">.
AMP_CONTENT = 2;
-
UNRECOGNIZED
public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint UNRECOGNIZED
-
-
Field Detail
-
URL_TYPE_HINT_UNSPECIFIED_VALUE
public static final int URL_TYPE_HINT_UNSPECIFIED_VALUE
Unspecified
URL_TYPE_HINT_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
AMP_ACTION_VALUE
public static final int AMP_ACTION_VALUE
Url would be an amp action
AMP_ACTION = 1;
- See Also:
- Constant Field Values
-
AMP_CONTENT_VALUE
public static final int AMP_CONTENT_VALUE
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via <link rel="amphtml">.
AMP_CONTENT = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint[] 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 (Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint c : Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint 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 Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint 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 Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint 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<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint> 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 Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint 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
-
-