mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Fix doc lint errors in gcp_pubsub_subscription
This commit is contained in:
parent
25d53ff320
commit
5ebc615a48
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ options:
|
||||||
max_duration:
|
max_duration:
|
||||||
description:
|
description:
|
||||||
- Subscription writes a new output file if the specified value of max duration is exceeded. Min 60s, max 600s.
|
- Subscription writes a new output file if the specified value of max duration is exceeded. Min 60s, max 600s.
|
||||||
required: true
|
required: false
|
||||||
type: str
|
type: str
|
||||||
max_bytes:
|
max_bytes:
|
||||||
description:
|
description:
|
||||||
|
@ -108,7 +108,7 @@ options:
|
||||||
output_format:
|
output_format:
|
||||||
description:
|
description:
|
||||||
- Specify the format of the output files that are to be stored in a Cloud Storage bucket as text or avro.
|
- Specify the format of the output files that are to be stored in a Cloud Storage bucket as text or avro.
|
||||||
required: true
|
required: false
|
||||||
type: str
|
type: str
|
||||||
write_metadata:
|
write_metadata:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue