All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.deploymentmanager.v2.GetDeploymentResult.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.deploymentmanager.v2


final case class GetDeploymentResult private(
  description: String,
  fingerprint: String,
  insertTime: String,
  labels: scala.collection.immutable.List[besom.api.googlenative.deploymentmanager.v2.outputs.DeploymentLabelEntryResponse],
  manifest: String,
  name: String,
  operation: besom.api.googlenative.deploymentmanager.v2.outputs.OperationResponse,
  selfLink: String,
  target: besom.api.googlenative.deploymentmanager.v2.outputs.TargetConfigurationResponse,
  update: besom.api.googlenative.deploymentmanager.v2.outputs.DeploymentUpdateResponse,
  updateTime: String
)
object GetDeploymentResult :

  given decoder(using besom.types.Context): besom.types.Decoder[GetDeploymentResult] =
    besom.internal.Decoder.derived[GetDeploymentResult]



  given outputOps: {} with
    extension(output: besom.types.Output[GetDeploymentResult])
      def description : besom.types.Output[String] = output.map(_.description)
      def fingerprint : besom.types.Output[String] = output.map(_.fingerprint)
      def insertTime : besom.types.Output[String] = output.map(_.insertTime)
      def labels : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.deploymentmanager.v2.outputs.DeploymentLabelEntryResponse]] = output.map(_.labels)
      def manifest : besom.types.Output[String] = output.map(_.manifest)
      def name : besom.types.Output[String] = output.map(_.name)
      def operation : besom.types.Output[besom.api.googlenative.deploymentmanager.v2.outputs.OperationResponse] = output.map(_.operation)
      def selfLink : besom.types.Output[String] = output.map(_.selfLink)
      def target : besom.types.Output[besom.api.googlenative.deploymentmanager.v2.outputs.TargetConfigurationResponse] = output.map(_.target)
      def update : besom.types.Output[besom.api.googlenative.deploymentmanager.v2.outputs.DeploymentUpdateResponse] = output.map(_.update)
      def updateTime : besom.types.Output[String] = output.map(_.updateTime)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetDeploymentResult]])
      def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
      def fingerprint : besom.types.Output[scala.Option[String]] = output.map(_.map(_.fingerprint))
      def insertTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.insertTime))
      def labels : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.deploymentmanager.v2.outputs.DeploymentLabelEntryResponse]]] = output.map(_.map(_.labels))
      def manifest : besom.types.Output[scala.Option[String]] = output.map(_.map(_.manifest))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def operation : besom.types.Output[scala.Option[besom.api.googlenative.deploymentmanager.v2.outputs.OperationResponse]] = output.map(_.map(_.operation))
      def selfLink : besom.types.Output[scala.Option[String]] = output.map(_.map(_.selfLink))
      def target : besom.types.Output[scala.Option[besom.api.googlenative.deploymentmanager.v2.outputs.TargetConfigurationResponse]] = output.map(_.map(_.target))
      def update : besom.types.Output[scala.Option[besom.api.googlenative.deploymentmanager.v2.outputs.DeploymentUpdateResponse]] = output.map(_.map(_.update))
      def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy