Package io.milvus.grpc
Enum ShowType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ShowType>,java.lang.constant.Constable
@Deprecated
public enum ShowType
extends Enum<ShowType>
implements com.google.protobuf.ProtocolMessageEnum
Deprecated.
Deprecated: use GetLoadingProgress rpc insteadProtobuf enum
milvus.proto.milvus.ShowType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Will return all collectionsDeprecated.Will return loaded collections with their inMemory_percentagesDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.Will return all collectionsstatic final intDeprecated.Will return loaded collections with their inMemory_percentages -
Method Summary
Modifier and TypeMethodDescriptionstatic ShowTypeforNumber(int value) Deprecated.static final com.google.protobuf.Descriptors.EnumDescriptorDeprecated.final com.google.protobuf.Descriptors.EnumDescriptorDeprecated.final intDeprecated.final com.google.protobuf.Descriptors.EnumValueDescriptorDeprecated.static com.google.protobuf.Internal.EnumLiteMap<ShowType> Deprecated.static ShowTypevalueOf(int value) Deprecated.static ShowTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Deprecated.Returns the enum constant of this type with the specified name.static ShowTypeDeprecated.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 Details
-
All
Deprecated.Will return all collections
All = 0; -
InMemory
Deprecated.Will return loaded collections with their inMemory_percentages
InMemory = 1; -
UNRECOGNIZED
Deprecated.
-
-
Field Details
-
All_VALUE
public static final int All_VALUEDeprecated.Will return all collections
All = 0;- See Also:
-
InMemory_VALUE
public static final int InMemory_VALUEDeprecated.Will return loaded collections with their inMemory_percentages
InMemory = 1;- See Also:
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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
Deprecated.- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
Deprecated. -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()Deprecated.- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()Deprecated.- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()Deprecated. -
valueOf
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
-