Teach package runtime edge materialization
This commit is contained in:
Vendored
+22
@@ -483,12 +483,34 @@ export type EdgeEndpointSchema = Message<"camino.EdgeEndpointSchema"> & {
|
||||
* @generated from field: bool indexed = 5;
|
||||
*/
|
||||
indexed: boolean;
|
||||
/**
|
||||
* @generated from field: camino.EdgeMaterialization materialize = 6;
|
||||
*/
|
||||
materialize?: EdgeMaterialization | undefined;
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.EdgeEndpointSchema.
|
||||
* Use `create(EdgeEndpointSchemaSchema)` to create a new message.
|
||||
*/
|
||||
export declare const EdgeEndpointSchemaSchema: GenMessage<EdgeEndpointSchema>;
|
||||
/**
|
||||
* @generated from message camino.EdgeMaterialization
|
||||
*/
|
||||
export type EdgeMaterialization = Message<"camino.EdgeMaterialization"> & {
|
||||
/**
|
||||
* @generated from field: camino.SymbolRef class = 1;
|
||||
*/
|
||||
class?: SymbolRef | undefined;
|
||||
/**
|
||||
* @generated from field: string connect_projection = 2;
|
||||
*/
|
||||
connectProjection: string;
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.EdgeMaterialization.
|
||||
* Use `create(EdgeMaterializationSchema)` to create a new message.
|
||||
*/
|
||||
export declare const EdgeMaterializationSchema: GenMessage<EdgeMaterialization>;
|
||||
/**
|
||||
* @generated from message camino.MethodSchema
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user