Merge pull request #118 from modular-magician/codegen-pr-2904

Try to clarify scheduler docs on pubsub
This commit is contained in:
Alex Stephen 2020-01-02 15:54:47 -05:00 committed by GitHub
commit c2c8faa1ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

View file

@ -127,9 +127,9 @@ options:
suboptions:
topic_name:
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`.'
required: true
type: str
data:
@ -427,9 +427,9 @@ pubsubTarget:
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:

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: