All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ydb.public.api.protos.ydb_common.proto Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
syntax = "proto3";
option cc_enable_arenas = true;

package Ydb;
option java_package = "com.yandex.ydb.common";
option java_outer_classname = "CommonProtos";

message FeatureFlag {
    enum Status {
        STATUS_UNSPECIFIED = 0;
        ENABLED = 1;
        DISABLED = 2;
    }
}

message CostInfo {
    // Total amount of request units (RU), consumed by the operation.
    double consumed_units = 1;
}

message QuotaExceeded {
    bool disk = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy