ResourceCallRequest

pulumirpc.resource.ResourceCallRequest
See theResourceCallRequest companion class
object ResourceCallRequest extends GeneratedMessageCompanion[ResourceCallRequest]

Attributes

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

Members list

Type members

Classlikes

final case class ArgDependenciesEntry(key: String, value: Option[ArgumentDependencies], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ArgDependenciesEntry]

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ArgDependenciesEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class ArgumentDependencies(urns: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ArgumentDependencies]

ArgumentDependencies describes the resources that a particular argument depends on.

ArgumentDependencies describes the resources that a particular argument depends on.

Value parameters

urns

A list of URNs this argument depends on.

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class MessageLens[UpperPB, ResourceCallRequest]
class ObjectLens[UpperPB, ResourceCallRequest]
trait Lens[UpperPB, ResourceCallRequest]
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(tok: String, args: Option[Struct], argDependencies: Map[String, ArgumentDependencies], provider: String, version: String, pluginDownloadURL: String, pluginChecksums: Map[String, ByteString], sourcePosition: Option[SourcePosition], packageRef: String): ResourceCallRequest
def parseFrom(`_input__`: CodedInputStream): ResourceCallRequest

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

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

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, ResourceCallRequest]

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val ARGS_FIELD_NUMBER: 2
final val PACKAGEREF_FIELD_NUMBER: 17
final val PROVIDER_FIELD_NUMBER: 4
final val TOK_FIELD_NUMBER: 1
final val VERSION_FIELD_NUMBER: 5
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

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