getDirectDependencyBytes

open 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;

Return

The bytes of the directDependency at the given index.

Parameters

index

The index of the value to return.