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

src.datastream.v1.GetPrivateConnectionResult.scala Maven / Gradle / Ivy

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


final case class GetPrivateConnectionResult private(
  createTime: String,
  displayName: String,
  error: besom.api.googlenative.datastream.v1.outputs.ErrorResponse,
  labels: scala.Predef.Map[String, String],
  name: String,
  state: String,
  updateTime: String,
  vpcPeeringConfig: besom.api.googlenative.datastream.v1.outputs.VpcPeeringConfigResponse
)
object GetPrivateConnectionResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetPrivateConnectionResult])
      def createTime : besom.types.Output[String] = output.map(_.createTime)
      def displayName : besom.types.Output[String] = output.map(_.displayName)
      def error : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.ErrorResponse] = output.map(_.error)
      def labels : besom.types.Output[scala.Predef.Map[String, String]] = output.map(_.labels)
      def name : besom.types.Output[String] = output.map(_.name)
      def state : besom.types.Output[String] = output.map(_.state)
      def updateTime : besom.types.Output[String] = output.map(_.updateTime)
      def vpcPeeringConfig : besom.types.Output[besom.api.googlenative.datastream.v1.outputs.VpcPeeringConfigResponse] = output.map(_.vpcPeeringConfig)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetPrivateConnectionResult]])
      def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
      def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
      def error : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.ErrorResponse]] = output.map(_.map(_.error))
      def labels : besom.types.Output[scala.Option[scala.Predef.Map[String, String]]] = output.map(_.map(_.labels))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def state : besom.types.Output[scala.Option[String]] = output.map(_.map(_.state))
      def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
      def vpcPeeringConfig : besom.types.Output[scala.Option[besom.api.googlenative.datastream.v1.outputs.VpcPeeringConfigResponse]] = output.map(_.map(_.vpcPeeringConfig))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy