EmbeddedScript
Describes a single embedded script asset, which is embedded within an Elide application. The script is enclosed
within the protocol buffer record, along with a digest and various metadata.
Content copied to clipboard
elide.assets.EmbeddedScript
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unique set of direct dependencies for this embedded script asset; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string direct_dependency = 6;
Link copied to clipboard
Unique set of direct dependencies for this embedded script asset; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string direct_dependency = 6;
Link copied to clipboard
Unique set of direct dependencies for this embedded script asset; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string direct_dependency = 6;
Link copied to clipboard
Unique set of direct dependencies for this embedded script asset; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string direct_dependency = 6;
Link copied to clipboard
Filename, or some synthesized filename, for this script.
Content copied to clipboard
string filename = 2;
Link copied to clipboard
Filename, or some synthesized filename, for this script.
Content copied to clipboard
string filename = 2;
Link copied to clipboard
Link copied to clipboard
Language of the embedded script, and expected interpreted language.
Content copied to clipboard
.elide.assets.EmbeddedScriptLanguage language = 3;
Link copied to clipboard
Language of the embedded script, and expected interpreted language.
Content copied to clipboard
.elide.assets.EmbeddedScriptLanguage language = 3;
Link copied to clipboard
Last-modified timestamp for the assets underlying this script.
Content copied to clipboard
.google.protobuf.Timestamp last_modified = 5;
Link copied to clipboard
Last-modified timestamp for the assets underlying this script.
Content copied to clipboard
.google.protobuf.Timestamp last_modified = 5;
Link copied to clipboard
Embedded script-level metadata, including language-specific metadata.
Content copied to clipboard
.elide.assets.EmbeddedScriptMetadata metadata = 4;
Link copied to clipboard
Embedded script-level metadata, including language-specific metadata.
Content copied to clipboard
.elide.assets.EmbeddedScriptMetadata metadata = 4;
Link copied to clipboard
Module name / ID for this embedded script. Set at build time.
Content copied to clipboard
string module = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Describes the raw data for the script content itself, plus a digest of the data for verification purposes; the
digest payload additionally specifies the algorithm used.
Content copied to clipboard
.elide.data.DataContainerRef script = 8;
Link copied to clipboard
Describes the raw data for the script content itself, plus a digest of the data for verification purposes; the
digest payload additionally specifies the algorithm used.
Content copied to clipboard
.elide.data.DataContainerRef script = 8;
Link copied to clipboard
Link copied to clipboard
Source-map file path for the embedded script, if generated as an external file.
Content copied to clipboard
.elide.data.DataContainerRef sourcemap = 9;
Link copied to clipboard
Source-map file path for the embedded script, if generated as an external file.
Content copied to clipboard
.elide.data.DataContainerRef sourcemap = 9;
Link copied to clipboard
Unique transitive closure of all dependencies this module relies upon; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string transitive_dependency = 7;
Link copied to clipboard
Unique transitive closure of all dependencies this module relies upon; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string transitive_dependency = 7;
Link copied to clipboard
Unique transitive closure of all dependencies this module relies upon; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string transitive_dependency = 7;
Link copied to clipboard
Unique transitive closure of all dependencies this module relies upon; expected to be other, compatible embedded
scripts (same language, same runtime level). Expressed as a `module` ID.
Content copied to clipboard
repeated string transitive_dependency = 7;
Link copied to clipboard
Link copied to clipboard
Last-modified timestamp for the assets underlying this script.
Content copied to clipboard
.google.protobuf.Timestamp last_modified = 5;
Link copied to clipboard
Embedded script-level metadata, including language-specific metadata.
Content copied to clipboard
.elide.assets.EmbeddedScriptMetadata metadata = 4;
Link copied to clipboard
Link copied to clipboard
Source-map file path for the embedded script, if generated as an external file.
Content copied to clipboard
.elide.data.DataContainerRef sourcemap = 9;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): EmbeddedScript
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): EmbeddedScript
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard