/** * #event.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import type { WorkerPool_Source } from "../../workerpool/v1/workerpool.js"; export type EventMessageMetadata = { defaultTopic: string; publicationSourceWhitelist: WorkerPool_Source[]; }; export type EventFieldMetadata = { shardingIdentifier: boolean; shardingFieldPath: string; }; export type MessageRoute = { /** * Cluster URI is optional. Defaults to the same cluster as the original protobuf message. * This will be mapped internally to the correct publisher. */ clusterUri?: string | undefined; /** Topic is optional. Defaults to `dlq_{proto_full_name}`. */ topic?: string | undefined; /** Partitioning value is optional. Defaults to the annotated field on the original protobuf message. */ partitioningValue?: string | undefined; }; //# sourceMappingURL=event.d.ts.map