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