UNPKG

@cerbos/grpc

Version:

Client library for interacting with the Cerbos policy decision point service over gRPC from server-side Node.js applications

19 lines (15 loc) 382 B
// Code generated by protoc-gen-ts_proto. DO NOT EDIT. // source: google/api/field_behavior.proto /* eslint-disable */ export const protobufPackage = "google.api"; export enum FieldBehavior { FIELD_BEHAVIOR_UNSPECIFIED = 0, OPTIONAL = 1, REQUIRED = 2, OUTPUT_ONLY = 3, INPUT_ONLY = 4, IMMUTABLE = 5, UNORDERED_LIST = 6, NON_EMPTY_DEFAULT = 7, IDENTIFIER = 8, }