Uses of Enum
io.milvus.grpc.QuotaState
Packages that use QuotaState
-
Uses of QuotaState in io.milvus.grpc
Methods in io.milvus.grpc that return QuotaStateModifier and TypeMethodDescriptionstatic QuotaStateQuotaState.forNumber(int value) CheckHealthResponse.Builder.getQuotaStates(int index) repeated .milvus.proto.milvus.QuotaState quota_states = 4;CheckHealthResponse.getQuotaStates(int index) repeated .milvus.proto.milvus.QuotaState quota_states = 4;CheckHealthResponseOrBuilder.getQuotaStates(int index) repeated .milvus.proto.milvus.QuotaState quota_states = 4;static QuotaStateQuotaState.valueOf(int value) Deprecated.static QuotaStateQuotaState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static QuotaStateReturns the enum constant of this type with the specified name.static QuotaState[]QuotaState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type QuotaStateModifier and TypeMethodDescriptionCheckHealthResponse.Builder.getQuotaStatesList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;CheckHealthResponse.getQuotaStatesList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;CheckHealthResponseOrBuilder.getQuotaStatesList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;static com.google.protobuf.Internal.EnumLiteMap<QuotaState> QuotaState.internalGetValueMap()Methods in io.milvus.grpc with parameters of type QuotaStateModifier and TypeMethodDescriptionCheckHealthResponse.Builder.addQuotaStates(QuotaState value) repeated .milvus.proto.milvus.QuotaState quota_states = 4;CheckHealthResponse.Builder.setQuotaStates(int index, QuotaState value) repeated .milvus.proto.milvus.QuotaState quota_states = 4;Method parameters in io.milvus.grpc with type arguments of type QuotaStateModifier and TypeMethodDescriptionCheckHealthResponse.Builder.addAllQuotaStates(Iterable<? extends QuotaState> values) repeated .milvus.proto.milvus.QuotaState quota_states = 4;