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