Enum 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 enum milvus.proto.milvus.ShowType
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Deprecated.
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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 interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Deprecated.
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null