Uses of Enum
io.weaviate.client.grpc.protocol.v1.WeaviateProtoTenants.TenantActivityStatus
Packages that use WeaviateProtoTenants.TenantActivityStatus
-
Uses of WeaviateProtoTenants.TenantActivityStatus in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoTenants.TenantActivityStatusModifier and TypeMethodDescriptionWeaviateProtoTenants.TenantActivityStatus.forNumber(int value) WeaviateProtoTenants.Tenant.Builder.getActivityStatus().weaviate.v1.TenantActivityStatus activity_status = 2;WeaviateProtoTenants.Tenant.getActivityStatus().weaviate.v1.TenantActivityStatus activity_status = 2;WeaviateProtoTenants.TenantOrBuilder.getActivityStatus().weaviate.v1.TenantActivityStatus activity_status = 2;WeaviateProtoTenants.TenantActivityStatus.valueOf(int value) Deprecated.WeaviateProtoTenants.TenantActivityStatus.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.WeaviateProtoTenants.TenantActivityStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.weaviate.client.grpc.protocol.v1 that return types with arguments of type WeaviateProtoTenants.TenantActivityStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<WeaviateProtoTenants.TenantActivityStatus>WeaviateProtoTenants.TenantActivityStatus.internalGetValueMap()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoTenants.TenantActivityStatusModifier and TypeMethodDescriptionWeaviateProtoTenants.Tenant.Builder.setActivityStatus(WeaviateProtoTenants.TenantActivityStatus value) .weaviate.v1.TenantActivityStatus activity_status = 2;