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 Summary
Enum ConstantsEnum ConstantDescriptionnot used yet - added to let the clients already add code to handle this in the futureTENANT_ACTIVITY_STATUS_COLD = 2;TENANT_ACTIVITY_STATUS_FREEZING = 6;TENANT_ACTIVITY_STATUS_FROZEN = 4;TENANT_ACTIVITY_STATUS_HOT = 1;TENANT_ACTIVITY_STATUS_INACTIVE = 8;TENANT_ACTIVITY_STATUS_OFFLOADED = 9;TENANT_ACTIVITY_STATUS_OFFLOADING = 10;TENANT_ACTIVITY_STATUS_ONLOADING = 11;TENANT_ACTIVITY_STATUS_UNFREEZING = 5;TENANT_ACTIVITY_STATUS_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intnot used yet - added to let the clients already add code to handle this in the futurestatic final intTENANT_ACTIVITY_STATUS_COLD = 2;static final intTENANT_ACTIVITY_STATUS_FREEZING = 6;static final intTENANT_ACTIVITY_STATUS_FROZEN = 4;static final intTENANT_ACTIVITY_STATUS_HOT = 1;static final intTENANT_ACTIVITY_STATUS_INACTIVE = 8;static final intTENANT_ACTIVITY_STATUS_OFFLOADED = 9;static final intTENANT_ACTIVITY_STATUS_OFFLOADING = 10;static final intTENANT_ACTIVITY_STATUS_ONLOADING = 11;static final intTENANT_ACTIVITY_STATUS_UNFREEZING = 5;static final intTENANT_ACTIVITY_STATUS_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoTenants.TenantActivityStatus>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TENANT_ACTIVITY_STATUS_UNSPECIFIED
TENANT_ACTIVITY_STATUS_UNSPECIFIED = 0; -
TENANT_ACTIVITY_STATUS_HOT
TENANT_ACTIVITY_STATUS_HOT = 1; -
TENANT_ACTIVITY_STATUS_COLD
TENANT_ACTIVITY_STATUS_COLD = 2; -
TENANT_ACTIVITY_STATUS_FROZEN
TENANT_ACTIVITY_STATUS_FROZEN = 4; -
TENANT_ACTIVITY_STATUS_UNFREEZING
TENANT_ACTIVITY_STATUS_UNFREEZING = 5; -
TENANT_ACTIVITY_STATUS_FREEZING
TENANT_ACTIVITY_STATUS_FREEZING = 6; -
TENANT_ACTIVITY_STATUS_ACTIVE
not used yet - added to let the clients already add code to handle this in the future
TENANT_ACTIVITY_STATUS_ACTIVE = 7; -
TENANT_ACTIVITY_STATUS_INACTIVE
TENANT_ACTIVITY_STATUS_INACTIVE = 8; -
TENANT_ACTIVITY_STATUS_OFFLOADED
TENANT_ACTIVITY_STATUS_OFFLOADED = 9; -
TENANT_ACTIVITY_STATUS_OFFLOADING
TENANT_ACTIVITY_STATUS_OFFLOADING = 10; -
TENANT_ACTIVITY_STATUS_ONLOADING
TENANT_ACTIVITY_STATUS_ONLOADING = 11; -
UNRECOGNIZED
-
-
Field Details
-
TENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUE
public static final int TENANT_ACTIVITY_STATUS_UNSPECIFIED_VALUETENANT_ACTIVITY_STATUS_UNSPECIFIED = 0;- See Also:
-
TENANT_ACTIVITY_STATUS_HOT_VALUE
public static final int TENANT_ACTIVITY_STATUS_HOT_VALUETENANT_ACTIVITY_STATUS_HOT = 1;- See Also:
-
TENANT_ACTIVITY_STATUS_COLD_VALUE
public static final int TENANT_ACTIVITY_STATUS_COLD_VALUETENANT_ACTIVITY_STATUS_COLD = 2;- See Also:
-
TENANT_ACTIVITY_STATUS_FROZEN_VALUE
public static final int TENANT_ACTIVITY_STATUS_FROZEN_VALUETENANT_ACTIVITY_STATUS_FROZEN = 4;- See Also:
-
TENANT_ACTIVITY_STATUS_UNFREEZING_VALUE
public static final int TENANT_ACTIVITY_STATUS_UNFREEZING_VALUETENANT_ACTIVITY_STATUS_UNFREEZING = 5;- See Also:
-
TENANT_ACTIVITY_STATUS_FREEZING_VALUE
public static final int TENANT_ACTIVITY_STATUS_FREEZING_VALUETENANT_ACTIVITY_STATUS_FREEZING = 6;- See Also:
-
TENANT_ACTIVITY_STATUS_ACTIVE_VALUE
public static final int TENANT_ACTIVITY_STATUS_ACTIVE_VALUEnot 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_VALUETENANT_ACTIVITY_STATUS_INACTIVE = 8;- See Also:
-
TENANT_ACTIVITY_STATUS_OFFLOADED_VALUE
public static final int TENANT_ACTIVITY_STATUS_OFFLOADED_VALUETENANT_ACTIVITY_STATUS_OFFLOADED = 9;- See Also:
-
TENANT_ACTIVITY_STATUS_OFFLOADING_VALUE
public static final int TENANT_ACTIVITY_STATUS_OFFLOADING_VALUETENANT_ACTIVITY_STATUS_OFFLOADING = 10;- See Also:
-
TENANT_ACTIVITY_STATUS_ONLOADING_VALUE
public static final int TENANT_ACTIVITY_STATUS_ONLOADING_VALUETENANT_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
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.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
- 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
-