Enum WeaviateProtoProperties.Value.KindCase
- java.lang.Object
-
- java.lang.Enum<WeaviateProtoProperties.Value.KindCase>
-
- io.weaviate.client.grpc.protocol.v1.WeaviateProtoProperties.Value.KindCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<WeaviateProtoProperties.Value.KindCase>
- Enclosing class:
- WeaviateProtoProperties.Value
public static enum WeaviateProtoProperties.Value.KindCase extends Enum<WeaviateProtoProperties.Value.KindCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BLOB_VALUEBOOL_VALUEDATE_VALUEGEO_VALUEINT_VALUEKIND_NOT_SETLIST_VALUENULL_VALUENUMBER_VALUEOBJECT_VALUEPHONE_VALUESTRING_VALUEDeprecated.TEXT_VALUEUUID_VALUE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WeaviateProtoProperties.Value.KindCaseforNumber(int value)intgetNumber()static WeaviateProtoProperties.Value.KindCasevalueOf(int value)Deprecated.static WeaviateProtoProperties.Value.KindCasevalueOf(String name)Returns the enum constant of this type with the specified name.static WeaviateProtoProperties.Value.KindCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NUMBER_VALUE
public static final WeaviateProtoProperties.Value.KindCase NUMBER_VALUE
-
STRING_VALUE
@Deprecated public static final WeaviateProtoProperties.Value.KindCase STRING_VALUE
Deprecated.
-
BOOL_VALUE
public static final WeaviateProtoProperties.Value.KindCase BOOL_VALUE
-
OBJECT_VALUE
public static final WeaviateProtoProperties.Value.KindCase OBJECT_VALUE
-
LIST_VALUE
public static final WeaviateProtoProperties.Value.KindCase LIST_VALUE
-
DATE_VALUE
public static final WeaviateProtoProperties.Value.KindCase DATE_VALUE
-
UUID_VALUE
public static final WeaviateProtoProperties.Value.KindCase UUID_VALUE
-
INT_VALUE
public static final WeaviateProtoProperties.Value.KindCase INT_VALUE
-
GEO_VALUE
public static final WeaviateProtoProperties.Value.KindCase GEO_VALUE
-
BLOB_VALUE
public static final WeaviateProtoProperties.Value.KindCase BLOB_VALUE
-
PHONE_VALUE
public static final WeaviateProtoProperties.Value.KindCase PHONE_VALUE
-
NULL_VALUE
public static final WeaviateProtoProperties.Value.KindCase NULL_VALUE
-
TEXT_VALUE
public static final WeaviateProtoProperties.Value.KindCase TEXT_VALUE
-
KIND_NOT_SET
public static final WeaviateProtoProperties.Value.KindCase KIND_NOT_SET
-
-
Method Detail
-
values
public static WeaviateProtoProperties.Value.KindCase[] 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 (WeaviateProtoProperties.Value.KindCase c : WeaviateProtoProperties.Value.KindCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WeaviateProtoProperties.Value.KindCase 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
-
valueOf
@Deprecated public static WeaviateProtoProperties.Value.KindCase 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 WeaviateProtoProperties.Value.KindCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-