import type { GenFile, GenMessage, GenService } from '@bufbuild/protobuf/codegenv1'; import type { TaggingPDPConfig, TaggingPDPConfigVersion } from './tagging_pb'; import type { KASConfig, KASConfigVersion } from './kas_config_pb'; import type { SecureViewerConfig, SecureViewerConfigVersion } from './secureviewer_config_pb'; import type { OutlookConfig, OutlookConfigVersion } from './outlook_config_pb'; import type { SharePointConfig, SharepointConfigVersion } from './sharepoint_config_pb'; import type { Message } from '@bufbuild/protobuf'; /** * Describes the file config/v1/config.proto. */ export declare const file_config_v1_config: GenFile; /** * @generated from message config.v1.GetTaggingPDPConfigResponse */ export type GetTaggingPDPConfigResponse = Message<'config.v1.GetTaggingPDPConfigResponse'> & { /** * @generated from field: string value = 1; */ value: string; /** * @generated from field: string json_schema = 2; */ jsonSchema: string; }; /** * Describes the message config.v1.GetTaggingPDPConfigResponse. * Use `create(GetTaggingPDPConfigResponseSchema)` to create a new message. */ export declare const GetTaggingPDPConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetSecureViewerConfigResponse */ export type GetSecureViewerConfigResponse = Message<'config.v1.GetSecureViewerConfigResponse'> & { /** * @generated from field: string value = 1; */ value: string; /** * @generated from field: string json_schema = 2; */ jsonSchema: string; }; /** * Describes the message config.v1.GetSecureViewerConfigResponse. * Use `create(GetSecureViewerConfigResponseSchema)` to create a new message. */ export declare const GetSecureViewerConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetKASConfigResponse */ export type GetKASConfigResponse = Message<'config.v1.GetKASConfigResponse'> & { /** * @generated from field: string value = 1; */ value: string; /** * @generated from field: string json_schema = 2; */ jsonSchema: string; }; /** * Describes the message config.v1.GetKASConfigResponse. * Use `create(GetKASConfigResponseSchema)` to create a new message. */ export declare const GetKASConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetOutlookConfigResponse */ export type GetOutlookConfigResponse = Message<'config.v1.GetOutlookConfigResponse'> & { /** * @generated from field: string value = 1; */ value: string; /** * @generated from field: string json_schema = 2; */ jsonSchema: string; }; /** * Describes the message config.v1.GetOutlookConfigResponse. * Use `create(GetOutlookConfigResponseSchema)` to create a new message. */ export declare const GetOutlookConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetSharePointConfigResponse */ export type GetSharePointConfigResponse = Message<'config.v1.GetSharePointConfigResponse'> & { /** * @generated from field: string value = 1; */ value: string; /** * @generated from field: string json_schema = 2; */ jsonSchema: string; }; /** * Describes the message config.v1.GetSharePointConfigResponse. * Use `create(GetSharePointConfigResponseSchema)` to create a new message. */ export declare const GetSharePointConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetTaggingPDPConfigRequest */ export type GetTaggingPDPConfigRequest = Message<'config.v1.GetTaggingPDPConfigRequest'> & { /** * @generated from field: config.v1.TaggingPDPConfigVersion version = 1; */ version: TaggingPDPConfigVersion; }; /** * Describes the message config.v1.GetTaggingPDPConfigRequest. * Use `create(GetTaggingPDPConfigRequestSchema)` to create a new message. */ export declare const GetTaggingPDPConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetTaggingPDPConfigRequest */ export type SetTaggingPDPConfigRequest = Message<'config.v1.SetTaggingPDPConfigRequest'> & { /** * @generated from field: config.v1.TaggingPDPConfig config = 1; */ config?: TaggingPDPConfig; }; /** * Describes the message config.v1.SetTaggingPDPConfigRequest. * Use `create(SetTaggingPDPConfigRequestSchema)` to create a new message. */ export declare const SetTaggingPDPConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetTaggingPDPConfigResponse */ export type SetTaggingPDPConfigResponse = Message<'config.v1.SetTaggingPDPConfigResponse'> & { /** * @generated from field: config.v1.TaggingPDPConfig config = 1; */ config?: TaggingPDPConfig; }; /** * Describes the message config.v1.SetTaggingPDPConfigResponse. * Use `create(SetTaggingPDPConfigResponseSchema)` to create a new message. */ export declare const SetTaggingPDPConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetSecureViewerConfigRequest */ export type GetSecureViewerConfigRequest = Message<'config.v1.GetSecureViewerConfigRequest'> & { /** * @generated from field: config.v1.SecureViewerConfigVersion version = 1; */ version: SecureViewerConfigVersion; }; /** * Describes the message config.v1.GetSecureViewerConfigRequest. * Use `create(GetSecureViewerConfigRequestSchema)` to create a new message. */ export declare const GetSecureViewerConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetSecureViewerConfigRequest */ export type SetSecureViewerConfigRequest = Message<'config.v1.SetSecureViewerConfigRequest'> & { /** * @generated from field: config.v1.SecureViewerConfig config = 1; */ config?: SecureViewerConfig; }; /** * Describes the message config.v1.SetSecureViewerConfigRequest. * Use `create(SetSecureViewerConfigRequestSchema)` to create a new message. */ export declare const SetSecureViewerConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetSecureViewerConfigResponse */ export type SetSecureViewerConfigResponse = Message<'config.v1.SetSecureViewerConfigResponse'> & { /** * @generated from field: config.v1.SecureViewerConfig config = 1; */ config?: SecureViewerConfig; }; /** * Describes the message config.v1.SetSecureViewerConfigResponse. * Use `create(SetSecureViewerConfigResponseSchema)` to create a new message. */ export declare const SetSecureViewerConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetOutlookConfigRequest */ export type GetOutlookConfigRequest = Message<'config.v1.GetOutlookConfigRequest'> & { /** * @generated from field: config.v1.OutlookConfigVersion version = 1; */ version: OutlookConfigVersion; }; /** * Describes the message config.v1.GetOutlookConfigRequest. * Use `create(GetOutlookConfigRequestSchema)` to create a new message. */ export declare const GetOutlookConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetOutlookConfigRequest */ export type SetOutlookConfigRequest = Message<'config.v1.SetOutlookConfigRequest'> & { /** * @generated from field: config.v1.OutlookConfig config = 1; */ config?: OutlookConfig; }; /** * Describes the message config.v1.SetOutlookConfigRequest. * Use `create(SetOutlookConfigRequestSchema)` to create a new message. */ export declare const SetOutlookConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetOutlookConfigResponse */ export type SetOutlookConfigResponse = Message<'config.v1.SetOutlookConfigResponse'> & { /** * @generated from field: config.v1.OutlookConfig config = 1; */ config?: OutlookConfig; }; /** * Describes the message config.v1.SetOutlookConfigResponse. * Use `create(SetOutlookConfigResponseSchema)` to create a new message. */ export declare const SetOutlookConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetSharePointConfigRequest */ export type GetSharePointConfigRequest = Message<'config.v1.GetSharePointConfigRequest'> & { /** * @generated from field: config.v1.SharepointConfigVersion version = 1; */ version: SharepointConfigVersion; }; /** * Describes the message config.v1.GetSharePointConfigRequest. * Use `create(GetSharePointConfigRequestSchema)` to create a new message. */ export declare const GetSharePointConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetSharePointConfigRequest */ export type SetSharePointConfigRequest = Message<'config.v1.SetSharePointConfigRequest'> & { /** * @generated from field: config.v1.SharePointConfig config = 1; */ config?: SharePointConfig; }; /** * Describes the message config.v1.SetSharePointConfigRequest. * Use `create(SetSharePointConfigRequestSchema)` to create a new message. */ export declare const SetSharePointConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetSharePointConfigResponse */ export type SetSharePointConfigResponse = Message<'config.v1.SetSharePointConfigResponse'> & { /** * @generated from field: config.v1.SharePointConfig config = 1; */ config?: SharePointConfig; }; /** * Describes the message config.v1.SetSharePointConfigResponse. * Use `create(SetSharePointConfigResponseSchema)` to create a new message. */ export declare const SetSharePointConfigResponseSchema: GenMessage; /** * @generated from message config.v1.GetKASConfigRequest */ export type GetKASConfigRequest = Message<'config.v1.GetKASConfigRequest'> & { /** * @generated from field: config.v1.KASConfigVersion version = 1; */ version: KASConfigVersion; }; /** * Describes the message config.v1.GetKASConfigRequest. * Use `create(GetKASConfigRequestSchema)` to create a new message. */ export declare const GetKASConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetKASConfigRequest */ export type SetKASConfigRequest = Message<'config.v1.SetKASConfigRequest'> & { /** * @generated from field: config.v1.KASConfig config = 1; */ config?: KASConfig; }; /** * Describes the message config.v1.SetKASConfigRequest. * Use `create(SetKASConfigRequestSchema)` to create a new message. */ export declare const SetKASConfigRequestSchema: GenMessage; /** * @generated from message config.v1.SetKASConfigResponse */ export type SetKASConfigResponse = Message<'config.v1.SetKASConfigResponse'> & { /** * @generated from field: config.v1.KASConfig config = 1; */ config?: KASConfig; }; /** * Describes the message config.v1.SetKASConfigResponse. * Use `create(SetKASConfigResponseSchema)` to create a new message. */ export declare const SetKASConfigResponseSchema: GenMessage; /** * @generated from service config.v1.ConfigService */ export declare const ConfigService: GenService<{ /** * @generated from rpc config.v1.ConfigService.GetTaggingPDPConfig */ getTaggingPDPConfig: { methodKind: 'unary'; input: typeof GetTaggingPDPConfigRequestSchema; output: typeof GetTaggingPDPConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.SetTaggingPDPConfig */ setTaggingPDPConfig: { methodKind: 'unary'; input: typeof SetTaggingPDPConfigRequestSchema; output: typeof SetTaggingPDPConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.GetSecureViewerConfig */ getSecureViewerConfig: { methodKind: 'unary'; input: typeof GetSecureViewerConfigRequestSchema; output: typeof GetSecureViewerConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.SetSecureViewerConfig */ setSecureViewerConfig: { methodKind: 'unary'; input: typeof SetSecureViewerConfigRequestSchema; output: typeof SetSecureViewerConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.GetOutlookConfig */ getOutlookConfig: { methodKind: 'unary'; input: typeof GetOutlookConfigRequestSchema; output: typeof GetOutlookConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.SetOutlookConfig */ setOutlookConfig: { methodKind: 'unary'; input: typeof SetOutlookConfigRequestSchema; output: typeof SetOutlookConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.GetKASConfig */ getKASConfig: { methodKind: 'unary'; input: typeof GetKASConfigRequestSchema; output: typeof GetKASConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.SetKASConfig */ setKASConfig: { methodKind: 'unary'; input: typeof SetKASConfigRequestSchema; output: typeof SetKASConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.GetSharePointConfig */ getSharePointConfig: { methodKind: 'unary'; input: typeof GetSharePointConfigRequestSchema; output: typeof GetSharePointConfigResponseSchema; }; /** * @generated from rpc config.v1.ConfigService.SetSharePointConfig */ setSharePointConfig: { methodKind: 'unary'; input: typeof SetSharePointConfigRequestSchema; output: typeof SetSharePointConfigResponseSchema; }; }>;