Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to clarify scheduler docs on pubsub #118

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions plugins/modules/gcp_cloudscheduler_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
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:
Expand Down Expand Up @@ -427,9 +427,9 @@
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:
Expand Down
7 changes: 4 additions & 3 deletions plugins/modules/gcp_cloudscheduler_job_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@
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:
Expand Down