topics_create | R Documentation |
Creates a pub/sub topic
topics_create( name, labels = NULL, kms_key_name = NULL, satisfies_pzs = NULL, message_storage_policy = NULL, schema_settings = NULL, message_retention_duration = NULL )
name |
|
labels |
|
kms_key_name |
|
satisfies_pzs |
|
message_storage_policy |
|
schema_settings |
|
message_retention_duration |
|
A Topic
object representing the freshly created topic
Other Topic functions:
topics_delete()
,
topics_exists()
,
topics_get()
,
topics_list_subscriptions()
,
topics_list()
,
topics_patch()
,
topics_publish()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.