GetTopicResult

data class GetTopicResult(val id: String, val kmsKeyName: String, val labels: Map<String, String>, val messageRetentionDuration: String, val messageStoragePolicies: List<GetTopicMessageStoragePolicy>, val name: String, val project: String? = null, val schemaSettings: List<GetTopicSchemaSetting>)

A collection of values returned by getTopic.

Constructors

Link copied to clipboard
constructor(id: String, kmsKeyName: String, labels: Map<String, String>, messageRetentionDuration: String, messageStoragePolicies: List<GetTopicMessageStoragePolicy>, name: String, project: String? = null, schemaSettings: List<GetTopicSchemaSetting>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard