mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-06-15 13:29:10 -07:00
* cloud_tasks_queue - add logging config * add example for cloud task fields * fix tab vs spaces in rb files. Added required to solitary nested field Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
c0f747b910
commit
94c2d40382
2 changed files with 59 additions and 0 deletions
|
@ -235,6 +235,19 @@ resources:
|
|||
- The last time this queue was purged.
|
||||
returned: success
|
||||
type: str
|
||||
stackdriverLoggingConfig:
|
||||
description:
|
||||
- Configuration options for writing logs to Stackdriver Logging.
|
||||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
samplingRatio:
|
||||
description:
|
||||
- Specifies the fraction of operations to write to Stackdriver Logging.
|
||||
- This field may contain any value between 0.0 and 1.0, inclusive. 0.0 is
|
||||
the default and means that no operations are logged.
|
||||
returned: success
|
||||
type: str
|
||||
status:
|
||||
description:
|
||||
- The current state of the queue.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue