@sisyphus.js/google
Version:
Precompiled google common protos by sisyphus protobuf compiler
29 lines • 1.38 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Property = exports.ProjectProperties = void 0;
var ProjectProperties;
(function (ProjectProperties) {
ProjectProperties.name = 'google.api.ProjectProperties';
})(ProjectProperties || (exports.ProjectProperties = ProjectProperties = {}));
var Property;
(function (Property) {
Property.name = 'google.api.Property';
/** Supported data type of the property values */
var PropertyType;
(function (PropertyType) {
/** The type is unspecified, and will result in an error. */
PropertyType[PropertyType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
/** The type is `int64`. */
PropertyType[PropertyType["INT64"] = 1] = "INT64";
/** The type is `bool`. */
PropertyType[PropertyType["BOOL"] = 2] = "BOOL";
/** The type is `string`. */
PropertyType[PropertyType["STRING"] = 3] = "STRING";
/** The type is 'double'. */
PropertyType[PropertyType["DOUBLE"] = 4] = "DOUBLE";
})(PropertyType = Property.PropertyType || (Property.PropertyType = {}));
(function (PropertyType) {
PropertyType.name = 'google.api.Property.PropertyType';
})(PropertyType = Property.PropertyType || (Property.PropertyType = {}));
})(Property || (exports.Property = Property = {}));
//# sourceMappingURL=consumer.js.map