pulumirpc.resource.TransformResourceOptions
See theTransformResourceOptions companion class
object TransformResourceOptions extends GeneratedMessageCompanion[TransformResourceOptions]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[TransformResourceOptions]trait Serializableclass Objecttrait Matchableclass AnyShow 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 GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PluginChecksumsEntry extends GeneratedMessageCompanion[PluginChecksumsEntry]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[PluginChecksumsEntry]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
PluginChecksumsEntry.type
final case class ProvidersEntry(key: String, value: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ProvidersEntry]
Attributes
- Companion
- object
- Supertypes
-
trait Updatable[ProvidersEntry]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ProvidersEntry extends GeneratedMessageCompanion[ProvidersEntry]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ProvidersEntry]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ProvidersEntry.type
implicit class TransformResourceOptionsLens[UpperPB](_l: Lens[UpperPB, TransformResourceOptions]) extends MessageLens[UpperPB, TransformResourceOptions]
Attributes
- Supertypes
Inherited types
The names of the product elements
The name of the type
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(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
Parses a message from a CodedInputStream.
Parses a message from a CodedInputStream.
Attributes
Inherited methods
Attributes
- Inherited from:
- GeneratedMessageCompanion
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
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
Attributes
- Inherited from:
- GeneratedMessageCompanion
Attributes
- Inherited from:
- GeneratedMessageCompanion
Concrete fields
Implicits
Implicits
final implicit def TransformResourceOptionsLens[UpperPB](_l: Lens[UpperPB, TransformResourceOptions]): TransformResourceOptionsLens[UpperPB]
In this article