Alias

pulumirpc.alias.Alias
See theAlias companion class
object Alias extends GeneratedMessageCompanion[Alias]

Attributes

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

Members list

Type members

Classlikes

sealed abstract class Alias extends GeneratedOneof

Attributes

Companion
object
Supertypes
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty
class Spec
class Urn
object Alias

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Alias.type
implicit class AliasLens[UpperPB](_l: Lens[UpperPB, Alias]) extends MessageLens[UpperPB, Alias]

Attributes

Supertypes
class MessageLens[UpperPB, Alias]
class ObjectLens[UpperPB, Alias]
trait Lens[UpperPB, Alias]
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class Spec(name: String, `type`: String, stack: String, project: String, parent: Parent, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Spec]

Value parameters

name

The previous name of the resource. If none is provided, we will use the current name.

project

The previous project of the resource. If not set, the current project of the resource is used.

stack

The previous stack of the resource. If not set, the current stack of the resource is used.

type

The previous type of the resource. If none is provided, we will use the current resoource type.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Spec]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Spec.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
type ValueType = Alias

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(alias: Alias): Alias
def parseFrom(`_input__`: CodedInputStream): Alias

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

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

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): Alias

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[Alias]

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val SPEC_FIELD_NUMBER: 2
final val URN_FIELD_NUMBER: 1
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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