
src.pubsub.v1beta1a.GetTopicResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.pubsub.v1beta1a
final case class GetTopicResult private(
name: String
)
object GetTopicResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetTopicResult] =
besom.internal.Decoder.derived[GetTopicResult]
given outputOps: {} with
extension(output: besom.types.Output[GetTopicResult])
def name : besom.types.Output[String] = output.map(_.name)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetTopicResult]])
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy