pulumirpc.language.RunRequest
See theRunRequest companion class
object RunRequest extends GeneratedMessageCompanion[RunRequest]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[RunRequest]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RunRequest.type
Members list
Type members
Classlikes
final case class ConfigEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ConfigEntry]
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[ConfigEntry]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ConfigEntry extends GeneratedMessageCompanion[ConfigEntry]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ConfigEntry]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ConfigEntry.type
implicit class RunRequestLens[UpperPB](_l: Lens[UpperPB, RunRequest]) extends MessageLens[UpperPB, RunRequest]
Attributes
- Supertypes
Inherited types
The names of the product elements
The name of the type
Attributes
- Inherited from:
- GeneratedMessageCompanion
Value members
Concrete methods
Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.
Attributes
def of(project: String, stack: String, pwd: String, program: String, args: Seq[String], config: Map[String, String], dryRun: Boolean, parallel: Int, monitorAddress: String, queryMode: Boolean, configSecretKeys: Seq[String], organization: String, configPropertyMap: Option[Struct], info: Option[ProgramInfo], loaderTarget: String, attachDebugger: Boolean): RunRequest
Parses a message from a CodedInputStream.
Parses a message from a CodedInputStream.
Attributes
Inherited methods
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Merges the given message with the additional fields in the steam.
Merges the given message with the additional fields in the steam.
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Concrete fields
Implicits
Implicits
In this article