RuntimeOptionPrompt

pulumirpc.language.RuntimeOptionPrompt
See theRuntimeOptionPrompt companion class
object RuntimeOptionPrompt extends GeneratedMessageCompanion[RuntimeOptionPrompt]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RuntimeOptionPrompt]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

implicit class RuntimeOptionPromptLens[UpperPB](_l: Lens[UpperPB, RuntimeOptionPrompt]) extends MessageLens[UpperPB, RuntimeOptionPrompt]

Attributes

Supertypes
class MessageLens[UpperPB, RuntimeOptionPrompt]
class ObjectLens[UpperPB, RuntimeOptionPrompt]
trait Lens[UpperPB, RuntimeOptionPrompt]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class RuntimeOptionType(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object INT32
trait Recognized
object STRING
class Unrecognized
object RuntimeOptionType extends GeneratedEnumCompanion[RuntimeOptionType]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[RuntimeOptionType]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self 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 GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RuntimeOptionValue extends GeneratedMessageCompanion[RuntimeOptionValue]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RuntimeOptionValue]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Attributes

Inherited from:
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor

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 messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(key: String, description: String, promptType: RuntimeOptionType, choices: Seq[RuntimeOptionValue], default: Option[RuntimeOptionValue]): RuntimeOptionPrompt
def parseFrom(`_input__`: CodedInputStream): RuntimeOptionPrompt

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion
def merge(a: RuntimeOptionPrompt, input: CodedInputStream): RuntimeOptionPrompt

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
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[RuntimeOptionPrompt]

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, RuntimeOptionPrompt]

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val CHOICES_FIELD_NUMBER: 4
final val DEFAULT_FIELD_NUMBER: 5
final val KEY_FIELD_NUMBER: 1
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def RuntimeOptionPromptLens[UpperPB](_l: Lens[UpperPB, RuntimeOptionPrompt]): RuntimeOptionPromptLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[RuntimeOptionPrompt]
implicit def messageReads: Reads[RuntimeOptionPrompt]