EmbeddedScriptOrBuilder

interface EmbeddedScriptOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getDirectDependency(index: Int): String
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.
repeated string direct_dependency = 6;
Link copied to clipboard
abstract fun getDirectDependencyBytes(index: Int): ByteString
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.
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.
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.
repeated string direct_dependency = 6;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getFilename(): String
Filename, or some synthesized filename, for this script.
string filename = 2;
Link copied to clipboard
abstract fun getFilenameBytes(): ByteString
Filename, or some synthesized filename, for this script.
string filename = 2;
Link copied to clipboard
Link copied to clipboard
Language of the embedded script, and expected interpreted language.
.elide.assets.EmbeddedScriptLanguage language = 3;
Link copied to clipboard
abstract fun getLanguageValue(): Int
Language of the embedded script, and expected interpreted language.
.elide.assets.EmbeddedScriptLanguage language = 3;
Link copied to clipboard
abstract fun getLastModified(): Timestamp
Last-modified timestamp for the assets underlying this script.
.google.protobuf.Timestamp last_modified = 5;
Link copied to clipboard
abstract fun getLastModifiedOrBuilder(): TimestampOrBuilder
Last-modified timestamp for the assets underlying this script.
.google.protobuf.Timestamp last_modified = 5;
Link copied to clipboard
Embedded script-level metadata, including language-specific metadata.
.elide.assets.EmbeddedScriptMetadata metadata = 4;
Link copied to clipboard
Embedded script-level metadata, including language-specific metadata.
.elide.assets.EmbeddedScriptMetadata metadata = 4;
Link copied to clipboard
abstract fun getModule(): String
Module name / ID for this embedded script. Set at build time.
string module = 1;
Link copied to clipboard
abstract fun getModuleBytes(): ByteString
Module name / ID for this embedded script. Set at build time.
string module = 1;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getScript(): DataContainerRef
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.
.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.
.elide.data.DataContainerRef script = 8;
Link copied to clipboard
Source-map file path for the embedded script, if generated as an external file.
.elide.data.DataContainerRef sourcemap = 9;
Link copied to clipboard
Source-map file path for the embedded script, if generated as an external file.
.elide.data.DataContainerRef sourcemap = 9;
Link copied to clipboard
abstract fun getTransitiveDependency(index: Int): String
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.
repeated string transitive_dependency = 7;
Link copied to clipboard
abstract fun getTransitiveDependencyBytes(index: Int): ByteString
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.
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.
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.
repeated string transitive_dependency = 7;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasLastModified(): Boolean
Last-modified timestamp for the assets underlying this script.
.google.protobuf.Timestamp last_modified = 5;
Link copied to clipboard
abstract fun hasMetadata(): Boolean
Embedded script-level metadata, including language-specific metadata.
.elide.assets.EmbeddedScriptMetadata metadata = 4;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasScript(): Boolean
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.
.elide.data.DataContainerRef script = 8;
Link copied to clipboard
abstract fun hasSourcemap(): Boolean
Source-map file path for the embedded script, if generated as an external file.
.elide.data.DataContainerRef sourcemap = 9;
Link copied to clipboard
abstract fun isInitialized(): Boolean