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