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

src.dlp.v2.GetDiscoveryConfigResult.scala Maven / Gradle / Ivy

package besom.api.googlenative.dlp.v2


final case class GetDiscoveryConfigResult private(
  actions: scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2DataProfileActionResponse],
  createTime: String,
  displayName: String,
  errors: scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2ErrorResponse],
  inspectTemplates: scala.collection.immutable.List[String],
  lastRunTime: String,
  name: String,
  orgConfig: besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2OrgConfigResponse,
  status: String,
  targets: scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2DiscoveryTargetResponse],
  updateTime: String
)
object GetDiscoveryConfigResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetDiscoveryConfigResult])
      def actions : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2DataProfileActionResponse]] = output.map(_.actions)
      def createTime : besom.types.Output[String] = output.map(_.createTime)
      def displayName : besom.types.Output[String] = output.map(_.displayName)
      def errors : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2ErrorResponse]] = output.map(_.errors)
      def inspectTemplates : besom.types.Output[scala.collection.immutable.List[String]] = output.map(_.inspectTemplates)
      def lastRunTime : besom.types.Output[String] = output.map(_.lastRunTime)
      def name : besom.types.Output[String] = output.map(_.name)
      def orgConfig : besom.types.Output[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2OrgConfigResponse] = output.map(_.orgConfig)
      def status : besom.types.Output[String] = output.map(_.status)
      def targets : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2DiscoveryTargetResponse]] = output.map(_.targets)
      def updateTime : besom.types.Output[String] = output.map(_.updateTime)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetDiscoveryConfigResult]])
      def actions : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2DataProfileActionResponse]]] = output.map(_.map(_.actions))
      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 errors : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2ErrorResponse]]] = output.map(_.map(_.errors))
      def inspectTemplates : besom.types.Output[scala.Option[scala.collection.immutable.List[String]]] = output.map(_.map(_.inspectTemplates))
      def lastRunTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.lastRunTime))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def orgConfig : besom.types.Output[scala.Option[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2OrgConfigResponse]] = output.map(_.map(_.orgConfig))
      def status : besom.types.Output[scala.Option[String]] = output.map(_.map(_.status))
      def targets : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2DiscoveryTargetResponse]]] = output.map(_.map(_.targets))
      def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy