Alias

pulumirpc.alias.Alias
See theAlias companion class

Attributes

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

Members list

Type members

Classlikes

object Alias

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Alias.type
sealed trait Alias extends GeneratedOneof

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object Empty.type
class Spec
class Urn
implicit class AliasLens[UpperPB](_l: Lens[UpperPB, Alias]) extends ObjectLens[UpperPB, Alias]

Attributes

Supertypes
class ObjectLens[UpperPB, Alias]
trait Lens[UpperPB, Alias]
trait Serializable
class Object
trait Matchable
class Any
Show all

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
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 = A

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(alias: Alias): Alias

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

Inherited methods

def fromAscii(s: String): A

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
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

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

Attributes

Inherited from:
GeneratedMessageCompanion

Attributes

Inherited from:
GeneratedMessageCompanion

Implicits

Implicits

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