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

src.dataproc.v1.RegionJobIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.dataproc.v1

final case class RegionJobIamPolicyArgs private(
  bindings: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.dataproc.v1.inputs.BindingArgs]]],
  etag: besom.types.Output[scala.Option[String]],
  jobId: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]],
  regionId: besom.types.Output[String],
  version: besom.types.Output[scala.Option[Int]]
)

object RegionJobIamPolicyArgs:
  def apply(
    bindings: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.dataproc.v1.inputs.BindingArgs]]] = scala.None,
    etag: besom.types.Input.Optional[String] = scala.None,
    jobId: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None,
    regionId: besom.types.Input[String],
    version: besom.types.Input.Optional[Int] = scala.None
  )(using besom.types.Context): RegionJobIamPolicyArgs =
    new RegionJobIamPolicyArgs(
      bindings = bindings.asOptionOutput(isSecret = false),
      etag = etag.asOptionOutput(isSecret = false),
      jobId = jobId.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      regionId = regionId.asOutput(isSecret = false),
      version = version.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy