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