Uses of Class
io.milvus.grpc.QuotaState
-
Packages that use QuotaState Package Description io.milvus.grpc -
-
Uses of QuotaState in io.milvus.grpc
Methods in io.milvus.grpc that return QuotaState Modifier and Type Method Description static QuotaStateQuotaState. forNumber(int value)QuotaStateCheckHealthResponse.Builder. getQuotaStates(int index)repeated .milvus.proto.milvus.QuotaState quota_states = 4;QuotaStateCheckHealthResponse. getQuotaStates(int index)repeated .milvus.proto.milvus.QuotaState quota_states = 4;QuotaStateCheckHealthResponseOrBuilder. 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 QuotaStateQuotaState. valueOf(String name)Returns 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 QuotaState Modifier and Type Method Description List<QuotaState>CheckHealthResponse.Builder. getQuotaStatesList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;List<QuotaState>CheckHealthResponse. getQuotaStatesList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;List<QuotaState>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 QuotaState Modifier and Type Method Description CheckHealthResponse.BuilderCheckHealthResponse.Builder. addQuotaStates(QuotaState value)repeated .milvus.proto.milvus.QuotaState quota_states = 4;CheckHealthResponse.BuilderCheckHealthResponse.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 QuotaState Modifier and Type Method Description CheckHealthResponse.BuilderCheckHealthResponse.Builder. addAllQuotaStates(Iterable<? extends QuotaState> values)repeated .milvus.proto.milvus.QuotaState quota_states = 4;
-