TransformResourceOptions

pulumirpc.resource.TransformResourceOptions
See theTransformResourceOptions companion class
object TransformResourceOptions extends GeneratedMessageCompanion[TransformResourceOptions]

Attributes

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

Members list

Type members

Classlikes

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 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 TransformResourceOptionsLens[UpperPB](_l: Lens[UpperPB, TransformResourceOptions]) extends MessageLens[UpperPB, TransformResourceOptions]

Attributes

Supertypes
class MessageLens[UpperPB, TransformResourceOptions]
class ObjectLens[UpperPB, TransformResourceOptions]
trait Lens[UpperPB, TransformResourceOptions]
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(dependsOn: Seq[String], protect: Boolean, ignoreChanges: Seq[String], replaceOnChanges: Seq[String], version: String, aliases: Seq[Alias], provider: String, customTimeouts: Option[CustomTimeouts], pluginDownloadUrl: String, retainOnDelete: Boolean, deletedWith: String, deleteBeforeReplace: Option[Boolean], additionalSecretOutputs: Seq[String], providers: Map[String, String], pluginChecksums: Map[String, ByteString]): TransformResourceOptions
def parseFrom(`_input__`: CodedInputStream): TransformResourceOptions

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

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

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

Implicits

Implicits

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