
src.cloudbuild.v2.getConnection.scala Maven / Gradle / Ivy
package besom.api.googlenative.cloudbuild.v2
def getConnection(using ctx: besom.types.Context)(
args: besom.api.googlenative.cloudbuild.v2.GetConnectionArgs,
opts: besom.InvokeOptions = besom.InvokeOptions()
): besom.types.Output[besom.api.googlenative.cloudbuild.v2.GetConnectionResult] =
ctx.invoke[besom.api.googlenative.cloudbuild.v2.GetConnectionArgs, besom.api.googlenative.cloudbuild.v2.GetConnectionResult]("google-native:cloudbuild/v2:getConnection", args, opts)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy