pulumirpc.language.RuntimeOptionPrompt
See theRuntimeOptionPrompt companion class
object RuntimeOptionPrompt extends GeneratedMessageCompanion[RuntimeOptionPrompt]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[RuntimeOptionPrompt]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RuntimeOptionPrompt.type
Members list
Type members
Classlikes
implicit class RuntimeOptionPromptLens[UpperPB](_l: Lens[UpperPB, RuntimeOptionPrompt]) extends MessageLens[UpperPB, RuntimeOptionPrompt]
Attributes
- Supertypes
sealed abstract class RuntimeOptionType(val value: Int) extends GeneratedEnum
Attributes
- Companion
- object
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object RuntimeOptionType extends GeneratedEnumCompanion[RuntimeOptionType]
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrortrait GeneratedEnumCompanion[RuntimeOptionType]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RuntimeOptionType.type
final case class RuntimeOptionValue(promptType: RuntimeOptionType, stringValue: String, int32Value: Int, displayName: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[RuntimeOptionValue]
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[RuntimeOptionValue]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object RuntimeOptionValue extends GeneratedMessageCompanion[RuntimeOptionValue]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[RuntimeOptionValue]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
RuntimeOptionValue.type
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(key: String, description: String, promptType: RuntimeOptionType, choices: Seq[RuntimeOptionValue], default: Option[RuntimeOptionValue]): RuntimeOptionPrompt
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
final implicit def RuntimeOptionPromptLens[UpperPB](_l: Lens[UpperPB, RuntimeOptionPrompt]): RuntimeOptionPromptLens[UpperPB]
In this article