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