Add skip enum value generation (#3767) (#259)

* Add skip enum value generation

* Fix default

* Fix reader

* Fix line spacing on enum values

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-07-23 09:30:20 -07:00 committed by GitHub
commit 0eff143eef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 129 additions and 122 deletions

View file

@ -945,13 +945,13 @@ resources:
redirectResponseCode:
description:
- 'The HTTP Status code to use for this RedirectAction. Supported
values are: - MOVED_PERMANENTLY_DEFAULT, which is the default
values are: * MOVED_PERMANENTLY_DEFAULT, which is the default
value and corresponds to 301.'
- "- FOUND, which corresponds to 302."
- "- SEE_OTHER which corresponds to 303."
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case,
- "* FOUND, which corresponds to 302."
- "* SEE_OTHER which corresponds to 303."
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case,
the request method will be retained."
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case,
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case,
the request method will be retained."
returned: success
type: str
@ -1406,13 +1406,13 @@ resources:
redirectResponseCode:
description:
- 'The HTTP Status code to use for this RedirectAction. Supported
values are: - MOVED_PERMANENTLY_DEFAULT, which is the default
values are: * MOVED_PERMANENTLY_DEFAULT, which is the default
value and corresponds to 301.'
- "- FOUND, which corresponds to 302."
- "- SEE_OTHER which corresponds to 303."
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case,
- "* FOUND, which corresponds to 302."
- "* SEE_OTHER which corresponds to 303."
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case,
the request method will be retained."
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case,
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case,
the request method will be retained."
returned: success
type: str
@ -1470,13 +1470,13 @@ resources:
redirectResponseCode:
description:
- 'The HTTP Status code to use for this RedirectAction. Supported values
are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
are: * MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
to 301.'
- "- FOUND, which corresponds to 302."
- "- SEE_OTHER which corresponds to 303."
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case, the
- "* FOUND, which corresponds to 302."
- "* SEE_OTHER which corresponds to 303."
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case, the
request method will be retained."
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case, the
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case, the
request method will be retained."
returned: success
type: str
@ -1560,13 +1560,13 @@ resources:
redirectResponseCode:
description:
- 'The HTTP Status code to use for this RedirectAction. Supported values
are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
are: * MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds
to 301.'
- "- FOUND, which corresponds to 302."
- "- SEE_OTHER which corresponds to 303."
- "- TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request
- "* FOUND, which corresponds to 302."
- "* SEE_OTHER which corresponds to 303."
- "* TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request
method will be retained."
- "- PERMANENT_REDIRECT, which corresponds to 308. In this case, the request
- "* PERMANENT_REDIRECT, which corresponds to 308. In this case, the request
method will be retained."
returned: success
type: str