mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-07 11:20:28 -07:00
Merge pull request #118 from modular-magician/codegen-pr-2904
Try to clarify scheduler docs on pubsub
This commit is contained in:
commit
c2c8faa1ad
2 changed files with 10 additions and 9 deletions
|
@ -127,9 +127,9 @@ options:
|
||||||
suboptions:
|
suboptions:
|
||||||
topic_name:
|
topic_name:
|
||||||
description:
|
description:
|
||||||
- The name of the Cloud Pub/Sub topic to which messages will be published
|
- 'The full resource name for the Cloud Pub/Sub topic to which messages will
|
||||||
when a job is delivered. The topic name must be in the same format as required
|
be published when a job is delivered. ~>**NOTE**: The topic name must be
|
||||||
by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID.
|
in the same format as required by PubSub''s PublishRequest.name, e.g. `projects/my-project/topics/my-topic`.'
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
data:
|
data:
|
||||||
|
@ -427,9 +427,9 @@ pubsubTarget:
|
||||||
contains:
|
contains:
|
||||||
topicName:
|
topicName:
|
||||||
description:
|
description:
|
||||||
- The name of the Cloud Pub/Sub topic to which messages will be published when
|
- 'The full resource name for the Cloud Pub/Sub topic to which messages will
|
||||||
a job is delivered. The topic name must be in the same format as required
|
be published when a job is delivered. ~>**NOTE**: The topic name must be in
|
||||||
by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID.
|
the same format as required by PubSub''s PublishRequest.name, e.g. `projects/my-project/topics/my-topic`.'
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
data:
|
data:
|
||||||
|
|
|
@ -187,9 +187,10 @@ resources:
|
||||||
contains:
|
contains:
|
||||||
topicName:
|
topicName:
|
||||||
description:
|
description:
|
||||||
- The name of the Cloud Pub/Sub topic to which messages will be published
|
- 'The full resource name for the Cloud Pub/Sub topic to which messages
|
||||||
when a job is delivered. The topic name must be in the same format as
|
will be published when a job is delivered. ~>**NOTE**: The topic name
|
||||||
required by PubSub's PublishRequest.name, for example projects/PROJECT_ID/topics/TOPIC_ID.
|
must be in the same format as required by PubSub''s PublishRequest.name,
|
||||||
|
e.g. `projects/my-project/topics/my-topic`.'
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Add table
Reference in a new issue