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 enumweaviate.v1.TenantActivityStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TENANT_ACTIVITY_STATUS_COLDTENANT_ACTIVITY_STATUS_COLD = 2;TENANT_ACTIVITY_STATUS_FROZENTENANT_ACTIVITY_STATUS_FROZEN = 4;TENANT_ACTIVITY_STATUS_HOTTENANT_ACTIVITY_STATUS_HOT = 1;TENANT_ACTIVITY_STATUS_UNSPECIFIEDTENANT_ACTIVITY_STATUS_UNSPECIFIED = 0;TENANT_ACTIVITY_STATUS_WARMTENANT_ACTIVITY_STATUS_WARM = 3;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intTENANT_ACTIVITY_STATUS_COLD_VALUETENANT_ACTIVITY_STATUS_COLD = 2;static intTENANT_ACTIVITY_STATUS_FROZEN_VALUETENANT_ACTIVITY_STATUS_FROZEN = 4;static intTENANT_ACTIVITY_STATUS_HOT_VALUETENANT_ACTIVITY_STATUS_HOT = 1;static intTENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUETENANT_ACTIVITY_STATUS_UNSPECIFIED = 0;static intTENANT_ACTIVITY_STATUS_WARM_VALUETENANT_ACTIVITY_STATUS_WARM = 3;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WeaviateProtoTenants.TenantActivityStatusforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoTenants.TenantActivityStatus>internalGetValueMap()static WeaviateProtoTenants.TenantActivityStatusvalueOf(int value)Deprecated.static WeaviateProtoTenants.TenantActivityStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WeaviateProtoTenants.TenantActivityStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static WeaviateProtoTenants.TenantActivityStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TENANT_ACTIVITY_STATUS_UNSPECIFIED
public static final WeaviateProtoTenants.TenantActivityStatus TENANT_ACTIVITY_STATUS_UNSPECIFIED
TENANT_ACTIVITY_STATUS_UNSPECIFIED = 0;
-
TENANT_ACTIVITY_STATUS_HOT
public static final WeaviateProtoTenants.TenantActivityStatus TENANT_ACTIVITY_STATUS_HOT
TENANT_ACTIVITY_STATUS_HOT = 1;
-
TENANT_ACTIVITY_STATUS_COLD
public static final WeaviateProtoTenants.TenantActivityStatus TENANT_ACTIVITY_STATUS_COLD
TENANT_ACTIVITY_STATUS_COLD = 2;
-
TENANT_ACTIVITY_STATUS_WARM
public static final WeaviateProtoTenants.TenantActivityStatus TENANT_ACTIVITY_STATUS_WARM
TENANT_ACTIVITY_STATUS_WARM = 3;
-
TENANT_ACTIVITY_STATUS_FROZEN
public static final WeaviateProtoTenants.TenantActivityStatus TENANT_ACTIVITY_STATUS_FROZEN
TENANT_ACTIVITY_STATUS_FROZEN = 4;
-
UNRECOGNIZED
public static final WeaviateProtoTenants.TenantActivityStatus UNRECOGNIZED
-
-
Field Detail
-
TENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUE
public static final int TENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUE
TENANT_ACTIVITY_STATUS_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
TENANT_ACTIVITY_STATUS_HOT_VALUE
public static final int TENANT_ACTIVITY_STATUS_HOT_VALUE
TENANT_ACTIVITY_STATUS_HOT = 1;- See Also:
- Constant Field Values
-
TENANT_ACTIVITY_STATUS_COLD_VALUE
public static final int TENANT_ACTIVITY_STATUS_COLD_VALUE
TENANT_ACTIVITY_STATUS_COLD = 2;- See Also:
- Constant Field Values
-
TENANT_ACTIVITY_STATUS_WARM_VALUE
public static final int TENANT_ACTIVITY_STATUS_WARM_VALUE
TENANT_ACTIVITY_STATUS_WARM = 3;- See Also:
- Constant Field Values
-
TENANT_ACTIVITY_STATUS_FROZEN_VALUE
public static final int TENANT_ACTIVITY_STATUS_FROZEN_VALUE
TENANT_ACTIVITY_STATUS_FROZEN = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static WeaviateProtoTenants.TenantActivityStatus[] 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 (WeaviateProtoTenants.TenantActivityStatus c : WeaviateProtoTenants.TenantActivityStatus.values()) System.out.println(c);
- 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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-