LanguageRuntime

pulumirpc.language.LanguageRuntimeGrpc$.LanguageRuntime
See theLanguageRuntime companion object

LanguageRuntime is the interface that the planning monitor uses to drive execution of an interpreter responsible for confguring and creating resource objects.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

GetPluginInfo returns generic information about this plugin, like its version.

GetPluginInfo returns generic information about this plugin, like its version.

Attributes

GetRequiredPlugins computes the complete set of anticipated plugins required by a program.

GetRequiredPlugins computes the complete set of anticipated plugins required by a program.

Attributes

InstallDependencies will install dependencies for the project, e.g. by running npm install for nodejs projects.

InstallDependencies will install dependencies for the project, e.g. by running npm install for nodejs projects.

Attributes

Run executes a program and returns its result.

Run executes a program and returns its result.

Attributes

Concrete methods

Attributes

Definition Classes