getTransitiveDependencyBytes

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

Return

The bytes of the transitiveDependency at the given index.

Parameters

index

The index of the value to return.