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

src.compute.v1.GetTargetGrpcProxyArgs.scala Maven / Gradle / Ivy

The newest version!
package besom.api.googlenative.compute.v1

final case class GetTargetGrpcProxyArgs private(
  project: besom.types.Output[scala.Option[String]],
  targetGrpcProxy: besom.types.Output[String]
)

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

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy