@cerbos/grpc
Version:
Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications
20 lines • 1.1 kB
JavaScript
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// source: google/api/field_behavior.proto
Object.defineProperty(exports, "__esModule", { value: true });
exports.FieldBehavior = exports.protobufPackage = void 0;
/* eslint-disable */
exports.protobufPackage = "google.api";
var FieldBehavior;
(function (FieldBehavior) {
FieldBehavior[FieldBehavior["FIELD_BEHAVIOR_UNSPECIFIED"] = 0] = "FIELD_BEHAVIOR_UNSPECIFIED";
FieldBehavior[FieldBehavior["OPTIONAL"] = 1] = "OPTIONAL";
FieldBehavior[FieldBehavior["REQUIRED"] = 2] = "REQUIRED";
FieldBehavior[FieldBehavior["OUTPUT_ONLY"] = 3] = "OUTPUT_ONLY";
FieldBehavior[FieldBehavior["INPUT_ONLY"] = 4] = "INPUT_ONLY";
FieldBehavior[FieldBehavior["IMMUTABLE"] = 5] = "IMMUTABLE";
FieldBehavior[FieldBehavior["UNORDERED_LIST"] = 6] = "UNORDERED_LIST";
FieldBehavior[FieldBehavior["NON_EMPTY_DEFAULT"] = 7] = "NON_EMPTY_DEFAULT";
FieldBehavior[FieldBehavior["IDENTIFIER"] = 8] = "IDENTIFIER";
})(FieldBehavior || (exports.FieldBehavior = FieldBehavior = {}));
//# sourceMappingURL=field_behavior.js.map
;