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

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

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


final case class GetJobTriggerResult private(
  createTime: String,
  description: String,
  displayName: String,
  errors: scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2ErrorResponse],
  inspectJob: besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2InspectJobConfigResponse,
  lastRunTime: String,
  name: String,
  status: String,
  triggers: scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2TriggerResponse],
  updateTime: String
)
object GetJobTriggerResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetJobTriggerResult])
      def createTime : besom.types.Output[String] = output.map(_.createTime)
      def description : besom.types.Output[String] = output.map(_.description)
      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 inspectJob : besom.types.Output[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2InspectJobConfigResponse] = output.map(_.inspectJob)
      def lastRunTime : besom.types.Output[String] = output.map(_.lastRunTime)
      def name : besom.types.Output[String] = output.map(_.name)
      def status : besom.types.Output[String] = output.map(_.status)
      def triggers : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2TriggerResponse]] = output.map(_.triggers)
      def updateTime : besom.types.Output[String] = output.map(_.updateTime)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetJobTriggerResult]])
      def createTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createTime))
      def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
      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 inspectJob : besom.types.Output[scala.Option[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2InspectJobConfigResponse]] = output.map(_.map(_.inspectJob))
      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 status : besom.types.Output[scala.Option[String]] = output.map(_.map(_.status))
      def triggers : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dlp.v2.outputs.GooglePrivacyDlpV2TriggerResponse]]] = output.map(_.map(_.triggers))
      def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy