Try to clarify scheduler docs on pubsub

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
emily 2020-01-02 18:09:38 +00:00 committed by Modular Magician
commit f52c8741dc
2 changed files with 10 additions and 9 deletions

View file

@ -187,9 +187,10 @@ resources:
contains:
topicName:
description:
- The name of the Cloud Pub/Sub topic to which messages will be published
when a job is delivered. The topic name must be in the same format as
required by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID.
- 'The full resource name for the Cloud Pub/Sub topic to which messages
will be published when a job is delivered. ~>**NOTE**: The topic name
must be in the same format as required by PubSub''s PublishRequest.name,
e.g. `projects/my-project/topics/my-topic`.'
returned: success
type: str
data: