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

src.dataproc.v1beta2.GetRegionJobIamPolicyArgs.scala Maven / Gradle / Ivy

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

final case class GetRegionJobIamPolicyArgs private(
  jobId: besom.types.Output[String],
  optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
  project: besom.types.Output[scala.Option[String]],
  regionId: besom.types.Output[String]
)

object GetRegionJobIamPolicyArgs:
  def apply(
    jobId: besom.types.Input[String],
    optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None,
    regionId: besom.types.Input[String]
  )(using besom.types.Context): GetRegionJobIamPolicyArgs =
    new GetRegionJobIamPolicyArgs(
      jobId = jobId.asOutput(isSecret = false),
      optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      regionId = regionId.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy