// @generated by protoc-gen-es v1.10.0 with parameter "target=ts" // @generated from file core/options.proto (package api, syntax proto3) /* eslint-disable */ // @ts-nocheck import { proto3 } from "@bufbuild/protobuf"; import { FieldOptions, FileOptions, MessageOptions, MethodOptions, ServiceOptions } from "../google/protobuf/descriptor_pb.js"; /** * @generated from extension: string entityName = 50000; */ export const entityName = proto3.makeExtension( "api.entityName", FileOptions, { no: 50000, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string entityShortName = 50001; */ export const entityShortName = proto3.makeExtension( "api.entityShortName", FileOptions, { no: 50001, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: bool m0_FileIgnore = 50002; */ export const m0_FileIgnore = proto3.makeExtension( "api.m0_FileIgnore", FileOptions, { no: 50002, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: string moduleName = 50003; */ export const moduleName = proto3.makeExtension( "api.moduleName", FileOptions, { no: 50003, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string messageType = 50100; */ export const messageType = proto3.makeExtension( "api.messageType", MessageOptions, { no: 50100, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: bool payload = 50101; */ export const payload = proto3.makeExtension( "api.payload", MessageOptions, { no: 50101, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: string action = 50102; */ export const action = proto3.makeExtension( "api.action", MessageOptions, { no: 50102, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string inputEvent = 50103; */ export const inputEvent = proto3.makeExtension( "api.inputEvent", MessageOptions, { no: 50103, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string resultingEvent = 50104; */ export const resultingEvent = proto3.makeExtension( "api.resultingEvent", MessageOptions, { no: 50104, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string postAggMethods = 50105; */ export const postAggMethods = proto3.makeExtension( "api.postAggMethods", MessageOptions, { no: 50105, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string additionalSource = 50106; */ export const additionalSource = proto3.makeExtension( "api.additionalSource", MessageOptions, { no: 50106, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string preAggMethods = 50107; */ export const preAggMethods = proto3.makeExtension( "api.preAggMethods", MessageOptions, { no: 50107, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: bool metadata = 50200; */ export const metadata = proto3.makeExtension( "api.metadata", FieldOptions, { no: 50200, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: string mapPath = 50201; */ export const mapPath = proto3.makeExtension( "api.mapPath", FieldOptions, { no: 50201, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: bool language = 50202; */ export const language = proto3.makeExtension( "api.language", FieldOptions, { no: 50202, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: string entityRef = 50203; */ export const entityRef = proto3.makeExtension( "api.entityRef", FieldOptions, { no: 50203, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string entityRefFilter = 50204; */ export const entityRefFilter = proto3.makeExtension( "api.entityRefFilter", FieldOptions, { no: 50204, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string aggKey = 50205; */ export const aggKey = proto3.makeExtension( "api.aggKey", FieldOptions, { no: 50205, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string aggSkip = 50206; */ export const aggSkip = proto3.makeExtension( "api.aggSkip", FieldOptions, { no: 50206, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: bool segmentationKeys = 50207; */ export const segmentationKeys = proto3.makeExtension( "api.segmentationKeys", FieldOptions, { no: 50207, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: string transientRef = 50208; */ export const transientRef = proto3.makeExtension( "api.transientRef", FieldOptions, { no: 50208, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: bool kpi = 50209; */ export const kpi = proto3.makeExtension( "api.kpi", FieldOptions, { no: 50209, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: string serviceType = 50300; */ export const serviceType = proto3.makeExtension( "api.serviceType", ServiceOptions, { no: 50300, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * @generated from extension: string k8sService = 50301; */ export const k8sService = proto3.makeExtension( "api.k8sService", ServiceOptions, { no: 50301, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * string k8sNamespace = 50302; * string serviceRoles = 50303; * * @generated from extension: bool roleManager = 50304; */ export const roleManager = proto3.makeExtension( "api.roleManager", ServiceOptions, { no: 50304, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * @generated from extension: bool resourceManager = 50305; */ export const resourceManager = proto3.makeExtension( "api.resourceManager", ServiceOptions, { no: 50305, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * Define if query method implemen,tation is custom (not generated) * * @generated from extension: bool customQuery = 50400; */ export const customQuery = proto3.makeExtension( "api.customQuery", MethodOptions, { no: 50400, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * Resource type on which acts the methods (platform, organisation, project, ...) * * @generated from extension: string rscType = 50401; */ export const rscType = proto3.makeExtension( "api.rscType", MethodOptions, { no: 50401, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * List of roles which can call api method * * @generated from extension: string roles = 50402; */ export const roles = proto3.makeExtension( "api.roles", MethodOptions, { no: 50402, kind: "scalar", T: 9 /* ScalarType.STRING */ }, ); /** * API method reserved for platform internal use * * @generated from extension: bool platformReserved = 50403; */ export const platformReserved = proto3.makeExtension( "api.platformReserved", MethodOptions, { no: 50403, kind: "scalar", T: 8 /* ScalarType.BOOL */ }, ); /** * Module ID the method belongs to * * @generated from extension: string moduleID = 50404; */ export const moduleID = proto3.makeExtension( "api.moduleID", MethodOptions, { no: 50404, kind: "scalar", T: 9 /* ScalarType.STRING */ }, );