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

src.cloudiot.v1.GetRegistryGroupIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.cloudiot.v1

final case class GetRegistryGroupIamPolicyArgs private(
  groupId: besom.types.Output[String],
  location: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]],
  registryId: besom.types.Output[String]
)

object GetRegistryGroupIamPolicyArgs:
  def apply(
    groupId: besom.types.Input[String],
    location: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None,
    registryId: besom.types.Input[String]
  )(using besom.types.Context): GetRegistryGroupIamPolicyArgs =
    new GetRegistryGroupIamPolicyArgs(
      groupId = groupId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      registryId = registryId.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy