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

src.genomics.v1alpha2.GetPipelineArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.genomics.v1alpha2

final case class GetPipelineArgs private(
  pipelineId: besom.types.Output[String]
)

object GetPipelineArgs:
  def apply(
    pipelineId: besom.types.Input[String]
  )(using besom.types.Context): GetPipelineArgs =
    new GetPipelineArgs(
      pipelineId = pipelineId.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetPipelineArgs] =
    besom.internal.Encoder.derived[GetPipelineArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetPipelineArgs] =
    besom.internal.ArgsEncoder.derived[GetPipelineArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy