Add labels, update to Pubsub Subscription/Topic (#191)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-02-19 15:11:18 -08:00 committed by Alex Stephen
commit 4abaee1bc6
4 changed files with 108 additions and 18 deletions

View file

@ -62,6 +62,11 @@ items:
- Name of the topic.
returned: success
type: str
labels:
description:
- A set of key/value label pairs to assign to this Topic.
returned: success
type: dict
'''
################################################################################