Dsl

class Dsl

Types

Link copied to clipboard
class AssetProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
object Companion
Link copied to clipboard
class GenericProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class ScriptsProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
class StylesProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

Link copied to clipboard
@get:JvmName(name = "getDigest")
@set:JvmName(name = "setDigest")
var digest: ByteString

bytes digest = 4;

Link copied to clipboard
@get:JvmName(name = "getGenerated")
@set:JvmName(name = "setGenerated")
var generated: Timestamp

.google.protobuf.Timestamp generated = 3;

Link copied to clipboard
Link copied to clipboard

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;

Link copied to clipboard

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;

Link copied to clipboard
@get:JvmName(name = "getSettings")
@set:JvmName(name = "setSettings")
var settings: AssetBundle.BundlerSettings

.elide.assets.AssetBundle.BundlerSettings settings = 2;

Link copied to clipboard

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;

Link copied to clipboard
@get:JvmName(name = "getVersion")
@set:JvmName(name = "setVersion")
var version: Int

uint32 version = 1;

Functions

Link copied to clipboard

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

Link copied to clipboard

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

Link copied to clipboard

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;

Link copied to clipboard

bytes digest = 4;

Link copied to clipboard

.google.protobuf.Timestamp generated = 3;

Link copied to clipboard

.elide.assets.AssetBundle.BundlerSettings settings = 2;

Link copied to clipboard

uint32 version = 1;

Link copied to clipboard

.google.protobuf.Timestamp generated = 3;

Link copied to clipboard

.elide.assets.AssetBundle.BundlerSettings settings = 2;

Link copied to clipboard
@JvmName(name = "plusAssignAllAsset")
inline operator fun DslList<AssetBundle.AssetContent, AssetBundleKt.Dsl.AssetProxy>.plusAssign(values: Iterable<AssetBundle.AssetContent>)
@JvmName(name = "plusAssignAsset")
inline operator fun DslList<AssetBundle.AssetContent, AssetBundleKt.Dsl.AssetProxy>.plusAssign(value: AssetBundle.AssetContent)

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

Link copied to clipboard

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;

Link copied to clipboard

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;

Link copied to clipboard

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;

Link copied to clipboard
@JvmName(name = "setAsset")
operator fun DslList<AssetBundle.AssetContent, AssetBundleKt.Dsl.AssetProxy>.set(index: Int, value: AssetBundle.AssetContent)

repeated .elide.assets.AssetBundle.AssetContent asset = 8;

@JvmName(name = "setGeneric")
inline operator fun DslMap<String, AssetBundle.GenericBundle, AssetBundleKt.Dsl.GenericProxy>.set(key: String, value: AssetBundle.GenericBundle)

map<string, .elide.assets.AssetBundle.GenericBundle> generic = 7;

@JvmName(name = "setScripts")
inline operator fun DslMap<String, AssetBundle.ScriptBundle, AssetBundleKt.Dsl.ScriptsProxy>.set(key: String, value: AssetBundle.ScriptBundle)

map<string, .elide.assets.AssetBundle.ScriptBundle> scripts = 6;

@JvmName(name = "setStyles")
inline operator fun DslMap<String, AssetBundle.StyleBundle, AssetBundleKt.Dsl.StylesProxy>.set(key: String, value: AssetBundle.StyleBundle)

map<string, .elide.assets.AssetBundle.StyleBundle> styles = 5;