Package io.milvus.grpc
Enum ShowType
- java.lang.Object
-
- java.lang.Enum<ShowType>
-
- io.milvus.grpc.ShowType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<ShowType>
@Deprecated public enum ShowType extends Enum<ShowType> implements com.google.protobuf.ProtocolMessageEnum
Deprecated.Deprecated: use GetLoadingProgress rpc instead
Protobuf enummilvus.proto.milvus.ShowType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description All
Deprecated.Will return all collectionsInMemory
Deprecated.Will return loaded collections with their inMemory_percentagesUNRECOGNIZED
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static int
All_VALUE
Deprecated.Will return all collectionsstatic int
InMemory_VALUE
Deprecated.Will return loaded collections with their inMemory_percentages
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ShowType
forNumber(int value)
Deprecated.static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
Deprecated.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
Deprecated.int
getNumber()
Deprecated.com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
Deprecated.static com.google.protobuf.Internal.EnumLiteMap<ShowType>
internalGetValueMap()
Deprecated.static ShowType
valueOf(int value)
Deprecated.static ShowType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static ShowType
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static ShowType[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
All
public static final ShowType All
Deprecated.Will return all collections
All = 0;
-
InMemory
public static final ShowType InMemory
Deprecated.Will return loaded collections with their inMemory_percentages
InMemory = 1;
-
UNRECOGNIZED
public static final ShowType UNRECOGNIZED
Deprecated.
-
-
Field Detail
-
All_VALUE
public static final int All_VALUE
Deprecated.Will return all collections
All = 0;
- See Also:
- Constant Field Values
-
InMemory_VALUE
public static final int InMemory_VALUE
Deprecated.Will return loaded collections with their inMemory_percentages
InMemory = 1;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ShowType[] values()
Deprecated.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 (ShowType c : ShowType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ShowType valueOf(String name)
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:
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()
Deprecated.- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ShowType 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 ShowType forNumber(int value)
Deprecated.- 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<ShowType> internalGetValueMap()
Deprecated.
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Deprecated.- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Deprecated.- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
Deprecated.
-
valueOf
public static ShowType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
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
-
-