mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
862039f849
commit
be865b82c4
2 changed files with 10 additions and 10 deletions
|
@ -141,9 +141,9 @@ options:
|
||||||
suboptions:
|
suboptions:
|
||||||
topic_name:
|
topic_name:
|
||||||
description:
|
description:
|
||||||
- 'The full resource name for the Cloud Pub/Sub topic to which messages will
|
- 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
|
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`.'
|
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:
|
||||||
|
@ -455,9 +455,9 @@ pubsubTarget:
|
||||||
contains:
|
contains:
|
||||||
topicName:
|
topicName:
|
||||||
description:
|
description:
|
||||||
- 'The full resource name for the Cloud Pub/Sub topic to which messages will
|
- 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
|
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`.'
|
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:
|
||||||
|
|
|
@ -200,10 +200,10 @@ resources:
|
||||||
contains:
|
contains:
|
||||||
topicName:
|
topicName:
|
||||||
description:
|
description:
|
||||||
- 'The full resource name for the Cloud Pub/Sub topic to which messages
|
- The full resource name for the Cloud Pub/Sub topic to which messages will
|
||||||
will be published when a job is delivered. ~>**NOTE**: The topic name
|
be published when a job is delivered. ~>**NOTE:** The topic name must
|
||||||
must be in the same format as required by PubSub''s PublishRequest.name,
|
be in the same format as required by PubSub's PublishRequest.name, e.g.
|
||||||
e.g. `projects/my-project/topics/my-topic`.'
|
`projects/my-project/topics/my-topic`.
|
||||||
returned: success
|
returned: success
|
||||||
type: str
|
type: str
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Add table
Reference in a new issue