ConfigureErrorMissingKeys

pulumirpc.provider.ConfigureErrorMissingKeys
See theConfigureErrorMissingKeys companion class
object ConfigureErrorMissingKeys extends GeneratedMessageCompanion[ConfigureErrorMissingKeys]

Attributes

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

Members list

Type members

Classlikes

implicit class ConfigureErrorMissingKeysLens[UpperPB](_l: Lens[UpperPB, ConfigureErrorMissingKeys]) extends MessageLens[UpperPB, ConfigureErrorMissingKeys]

Attributes

Supertypes
class MessageLens[UpperPB, ConfigureErrorMissingKeys]
class ObjectLens[UpperPB, ConfigureErrorMissingKeys]
trait Lens[UpperPB, ConfigureErrorMissingKeys]
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MissingKey(name: String, description: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[MissingKey]

Value parameters

description

a description of the missing config key, as reported by the provider.

name

the Pulumi name (not the provider name!) of the missing config key.

Attributes

Companion
object
Supertypes
trait Updatable[MissingKey]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MissingKey extends GeneratedMessageCompanion[MissingKey]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[MissingKey]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
MissingKey.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 parseFrom(`_input__`: CodedInputStream): ConfigureErrorMissingKeys

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: ConfigureErrorMissingKeys, input: CodedInputStream): ConfigureErrorMissingKeys

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[ConfigureErrorMissingKeys]

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

lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def ConfigureErrorMissingKeysLens[UpperPB](_l: Lens[UpperPB, ConfigureErrorMissingKeys]): ConfigureErrorMissingKeysLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[ConfigureErrorMissingKeys]