GetTopicPlainArgs

data class GetTopicPlainArgs(val name: String, val project: String? = null) : ConvertibleToJava<GetTopicPlainArgs>

A collection of arguments for invoking getTopic.

Constructors

Link copied to clipboard
constructor(name: String, project: String? = null)

Properties

Link copied to clipboard

The name of the Cloud Pub/Sub Topic.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Functions

Link copied to clipboard
open override fun toJava(): GetTopicPlainArgs