RegisterResourceRequest

pulumirpc.resource.RegisterResourceRequest
See theRegisterResourceRequest companion class
object RegisterResourceRequest extends GeneratedMessageCompanion[RegisterResourceRequest]

Attributes

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

Members list

Type members

Classlikes

final case class CustomTimeouts(create: String, update: String, delete: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CustomTimeouts]

CustomTimeouts allows a user to be able to create a set of custom timeout parameters.

CustomTimeouts allows a user to be able to create a set of custom timeout parameters.

Value parameters

create

The create resource timeout represented as a string e.g. 5m.

delete

The delete resource timeout represented as a string e.g. 5m.

update

The update resource timeout represented as a string e.g. 5m.

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[CustomTimeouts]
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
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
final case class ProvidersEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ProvidersEntry]

Attributes

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

Attributes

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

Attributes

Supertypes
class MessageLens[UpperPB, RegisterResourceRequest]
class ObjectLens[UpperPB, RegisterResourceRequest]
trait Lens[UpperPB, RegisterResourceRequest]
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(`type`: String, name: String, parent: String, custom: Boolean, `object`: Option[Struct], protect: Boolean, dependencies: Seq[String], provider: String, propertyDependencies: Map[String, PropertyDependencies], deleteBeforeReplace: Boolean, version: String, ignoreChanges: Seq[String], acceptSecrets: Boolean, additionalSecretOutputs: Seq[String], aliasURNs: Seq[String], importId: String, customTimeouts: Option[CustomTimeouts], deleteBeforeReplaceDefined: Boolean, supportsPartialValues: Boolean, remote: Boolean, acceptResources: Boolean, providers: Map[String, String], replaceOnChanges: Seq[String], pluginDownloadURL: String, pluginChecksums: Map[String, ByteString], retainOnDelete: Boolean, aliases: Seq[Alias], deletedWith: String, aliasSpecs: Boolean, sourcePosition: Option[SourcePosition], transforms: Seq[Callback], supportsResultReporting: Boolean, packageRef: String): RegisterResourceRequest
def parseFrom(`_input__`: CodedInputStream): RegisterResourceRequest

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

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

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

Attributes

Inherited from:
GeneratedMessageCompanion

Implicits

Implicits

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