@fivetrandevelopers/zetasql
Version:
ZetaSQL gRPC server and client
15 lines • 608 B
JavaScript
;
// Original file: src/zetasql/protos/zetasql/public/deprecation_warning.proto
Object.defineProperty(exports, "__esModule", { value: true });
exports._zetasql_DeprecationWarning_Kind = void 0;
// Original file: src/zetasql/protos/zetasql/public/deprecation_warning.proto
exports._zetasql_DeprecationWarning_Kind = {
__Kind__switch_must_have_a_default__: -1,
UNKNOWN: 0,
DEPRECATED_FUNCTION: 1,
DEPRECATED_FUNCTION_SIGNATURE: 2,
PROTO3_FIELD_PRESENCE: 3,
QUERY_TOO_COMPLEX: 4,
DEPRECATED_ANONYMIZATION_OPTION_KAPPA: 5,
};
//# sourceMappingURL=DeprecationWarning.js.map