@sisyphus.js/google
Version:
Precompiled google common protos by sisyphus protobuf compiler
32 lines • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Distribution = void 0;
var Distribution;
(function (Distribution) {
Distribution.name = 'google.api.Distribution';
var Range;
(function (Range) {
Range.name = 'google.api.Distribution.Range';
})(Range = Distribution.Range || (Distribution.Range = {}));
var BucketOptions;
(function (BucketOptions) {
BucketOptions.name = 'google.api.Distribution.BucketOptions';
var Linear;
(function (Linear) {
Linear.name = 'google.api.Distribution.BucketOptions.Linear';
})(Linear = BucketOptions.Linear || (BucketOptions.Linear = {}));
var Exponential;
(function (Exponential) {
Exponential.name = 'google.api.Distribution.BucketOptions.Exponential';
})(Exponential = BucketOptions.Exponential || (BucketOptions.Exponential = {}));
var Explicit;
(function (Explicit) {
Explicit.name = 'google.api.Distribution.BucketOptions.Explicit';
})(Explicit = BucketOptions.Explicit || (BucketOptions.Explicit = {}));
})(BucketOptions = Distribution.BucketOptions || (Distribution.BucketOptions = {}));
var Exemplar;
(function (Exemplar) {
Exemplar.name = 'google.api.Distribution.Exemplar';
})(Exemplar = Distribution.Exemplar || (Distribution.Exemplar = {}));
})(Distribution || (exports.Distribution = Distribution = {}));
//# sourceMappingURL=distribution.js.map