mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 02:40:29 -07:00
Co-authored-by: upodroid <cy@borg.dev> Co-authored-by: Cameron Thornton <camthornton@google.com> Signed-off-by: Modular Magician <magic-modules@google.com> Co-authored-by: upodroid <cy@borg.dev> Co-authored-by: Cameron Thornton <camthornton@google.com>
This commit is contained in:
parent
af1194139d
commit
6e0a23e67c
2 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,7 @@ options:
|
|||
- HTTP request body. A request body is allowed only if the HTTP method is
|
||||
POST or PUT. It will result in invalid argument error to set a body on a
|
||||
job with an incompatible HttpMethod.
|
||||
- A base64-encoded string.
|
||||
required: false
|
||||
type: str
|
||||
headers:
|
||||
|
@ -241,6 +242,7 @@ options:
|
|||
- HTTP request body. A request body is allowed only if the HTTP method is
|
||||
POST, PUT, or PATCH. It is an error to set body on a job with an incompatible
|
||||
HttpMethod.
|
||||
- A base64-encoded string.
|
||||
required: false
|
||||
type: str
|
||||
headers:
|
||||
|
@ -526,6 +528,7 @@ appEngineHttpTarget:
|
|||
- HTTP request body. A request body is allowed only if the HTTP method is POST
|
||||
or PUT. It will result in invalid argument error to set a body on a job with
|
||||
an incompatible HttpMethod.
|
||||
- A base64-encoded string.
|
||||
returned: success
|
||||
type: str
|
||||
headers:
|
||||
|
@ -557,6 +560,7 @@ httpTarget:
|
|||
description:
|
||||
- HTTP request body. A request body is allowed only if the HTTP method is POST,
|
||||
PUT, or PATCH. It is an error to set body on a job with an incompatible HttpMethod.
|
||||
- A base64-encoded string.
|
||||
returned: success
|
||||
type: str
|
||||
headers:
|
||||
|
|
|
@ -270,6 +270,7 @@ resources:
|
|||
- HTTP request body. A request body is allowed only if the HTTP method is
|
||||
POST or PUT. It will result in invalid argument error to set a body on
|
||||
a job with an incompatible HttpMethod.
|
||||
- A base64-encoded string.
|
||||
returned: success
|
||||
type: str
|
||||
headers:
|
||||
|
@ -302,6 +303,7 @@ resources:
|
|||
- HTTP request body. A request body is allowed only if the HTTP method is
|
||||
POST, PUT, or PATCH. It is an error to set body on a job with an incompatible
|
||||
HttpMethod.
|
||||
- A base64-encoded string.
|
||||
returned: success
|
||||
type: str
|
||||
headers:
|
||||
|
|
Loading…
Add table
Reference in a new issue