All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.pubsub.v1beta2.GetTopicResult.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.pubsub.v1beta2


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