Enum WeaviateProtoTenants.TenantActivityStatus

java.lang.Object
java.lang.Enum<WeaviateProtoTenants.TenantActivityStatus>
io.weaviate.client.grpc.protocol.v1.WeaviateProtoTenants.TenantActivityStatus
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<WeaviateProtoTenants.TenantActivityStatus>
Enclosing class:
WeaviateProtoTenants

public static enum WeaviateProtoTenants.TenantActivityStatus extends Enum<WeaviateProtoTenants.TenantActivityStatus> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum weaviate.v1.TenantActivityStatus
  • Enum Constant Details

  • Field Details

    • TENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUE

      public static final int TENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUE
      TENANT_ACTIVITY_STATUS_UNSPECIFIED = 0;
      See Also:
    • TENANT_ACTIVITY_STATUS_HOT_VALUE

      public static final int TENANT_ACTIVITY_STATUS_HOT_VALUE
      TENANT_ACTIVITY_STATUS_HOT = 1;
      See Also:
    • TENANT_ACTIVITY_STATUS_COLD_VALUE

      public static final int TENANT_ACTIVITY_STATUS_COLD_VALUE
      TENANT_ACTIVITY_STATUS_COLD = 2;
      See Also:
    • TENANT_ACTIVITY_STATUS_FROZEN_VALUE

      public static final int TENANT_ACTIVITY_STATUS_FROZEN_VALUE
      TENANT_ACTIVITY_STATUS_FROZEN = 4;
      See Also:
    • TENANT_ACTIVITY_STATUS_UNFREEZING_VALUE

      public static final int TENANT_ACTIVITY_STATUS_UNFREEZING_VALUE
      TENANT_ACTIVITY_STATUS_UNFREEZING = 5;
      See Also:
    • TENANT_ACTIVITY_STATUS_FREEZING_VALUE

      public static final int TENANT_ACTIVITY_STATUS_FREEZING_VALUE
      TENANT_ACTIVITY_STATUS_FREEZING = 6;
      See Also:
    • TENANT_ACTIVITY_STATUS_ACTIVE_VALUE

      public static final int TENANT_ACTIVITY_STATUS_ACTIVE_VALUE
       not used yet - added to let the clients already add code to handle this in the future
       
      TENANT_ACTIVITY_STATUS_ACTIVE = 7;
      See Also:
    • TENANT_ACTIVITY_STATUS_INACTIVE_VALUE

      public static final int TENANT_ACTIVITY_STATUS_INACTIVE_VALUE
      TENANT_ACTIVITY_STATUS_INACTIVE = 8;
      See Also:
    • TENANT_ACTIVITY_STATUS_OFFLOADED_VALUE

      public static final int TENANT_ACTIVITY_STATUS_OFFLOADED_VALUE
      TENANT_ACTIVITY_STATUS_OFFLOADED = 9;
      See Also:
    • TENANT_ACTIVITY_STATUS_OFFLOADING_VALUE

      public static final int TENANT_ACTIVITY_STATUS_OFFLOADING_VALUE
      TENANT_ACTIVITY_STATUS_OFFLOADING = 10;
      See Also:
    • TENANT_ACTIVITY_STATUS_ONLOADING_VALUE

      public static final int TENANT_ACTIVITY_STATUS_ONLOADING_VALUE
      TENANT_ACTIVITY_STATUS_ONLOADING = 11;
      See Also:
  • Method Details

    • values

      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

      public static WeaviateProtoTenants.TenantActivityStatus 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static WeaviateProtoTenants.TenantActivityStatus 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 WeaviateProtoTenants.TenantActivityStatus 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<WeaviateProtoTenants.TenantActivityStatus> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static WeaviateProtoTenants.TenantActivityStatus 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 name
      NullPointerException - if the argument is null