RegisterResourceResponse

pulumirpc.resource.RegisterResourceResponse
See theRegisterResourceResponse companion class
object RegisterResourceResponse extends GeneratedMessageCompanion[RegisterResourceResponse]

Attributes

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

Members list

Type members

Classlikes

final case class PropertyDependencies(urns: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[PropertyDependencies]

PropertyDependencies describes the resources that a particular property depends on.

PropertyDependencies describes the resources that a particular property depends on.

Value parameters

urns

A list of URNs this property depends on.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[PropertyDependencies]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class PropertyDependenciesEntry(key: String, value: Option[PropertyDependencies], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[PropertyDependenciesEntry]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[PropertyDependenciesEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
implicit class RegisterResourceResponseLens[UpperPB](_l: Lens[UpperPB, RegisterResourceResponse]) extends MessageLens[UpperPB, RegisterResourceResponse]

Attributes

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

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(urn: String, id: String, `object`: Option[Struct], stable: Boolean, stables: Seq[String], propertyDependencies: Map[String, PropertyDependencies], result: Result): RegisterResourceResponse
def parseFrom(`_input__`: CodedInputStream): RegisterResourceResponse

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

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

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

final val ID_FIELD_NUMBER: 2
final val OBJECT_FIELD_NUMBER: 3
final val RESULT_FIELD_NUMBER: 7
final val STABLES_FIELD_NUMBER: 5
final val STABLE_FIELD_NUMBER: 4
final val URN_FIELD_NUMBER: 1
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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