mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -07:00
Replace description: > with description: | (#264)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
4d48c24681
commit
30b3993396
2 changed files with 23 additions and 23 deletions
|
@ -207,14 +207,14 @@ options:
|
||||||
required: false
|
required: false
|
||||||
source_uris:
|
source_uris:
|
||||||
description:
|
description:
|
||||||
- 'The fully-qualified URIs that point to your data in Google Cloud. For Google
|
- The fully-qualified URIs that point to your data in Google Cloud.
|
||||||
Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and
|
- 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard
|
||||||
it must come after the ''bucket'' name. Size limits related to load jobs
|
character and it must come after the ''bucket'' name. Size limits related
|
||||||
apply to external data sources. For Google Cloud Bigtable URIs: Exactly
|
to load jobs apply to external data sources. For Google Cloud Bigtable URIs:
|
||||||
one URI can be specified and it has be a fully specified and valid HTTPS
|
Exactly one URI can be specified and it has be a fully specified and valid
|
||||||
URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups,
|
HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore
|
||||||
exactly one URI can be specified. Also, the ''*'' wildcard character is
|
backups, exactly one URI can be specified. Also, the ''*'' wildcard character
|
||||||
not allowed.'
|
is not allowed.'
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
description:
|
description:
|
||||||
|
@ -655,13 +655,13 @@ externalDataConfiguration:
|
||||||
type: str
|
type: str
|
||||||
sourceUris:
|
sourceUris:
|
||||||
description:
|
description:
|
||||||
- 'The fully-qualified URIs that point to your data in Google Cloud. For Google
|
- The fully-qualified URIs that point to your data in Google Cloud.
|
||||||
Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and
|
- 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character
|
||||||
it must come after the ''bucket'' name. Size limits related to load jobs apply
|
and it must come after the ''bucket'' name. Size limits related to load jobs
|
||||||
to external data sources. For Google Cloud Bigtable URIs: Exactly one URI
|
apply to external data sources. For Google Cloud Bigtable URIs: Exactly one
|
||||||
can be specified and it has be a fully specified and valid HTTPS URL for a
|
URI can be specified and it has be a fully specified and valid HTTPS URL for
|
||||||
Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one
|
a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly
|
||||||
URI can be specified. Also, the ''*'' wildcard character is not allowed.'
|
one URI can be specified. Also, the ''*'' wildcard character is not allowed.'
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -314,14 +314,14 @@ resources:
|
||||||
type: str
|
type: str
|
||||||
sourceUris:
|
sourceUris:
|
||||||
description:
|
description:
|
||||||
- 'The fully-qualified URIs that point to your data in Google Cloud. For
|
- The fully-qualified URIs that point to your data in Google Cloud.
|
||||||
Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character
|
- 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard
|
||||||
and it must come after the ''bucket'' name. Size limits related to load
|
character and it must come after the ''bucket'' name. Size limits related
|
||||||
jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly
|
to load jobs apply to external data sources. For Google Cloud Bigtable
|
||||||
one URI can be specified and it has be a fully specified and valid HTTPS
|
URIs: Exactly one URI can be specified and it has be a fully specified
|
||||||
URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups,
|
and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud
|
||||||
exactly one URI can be specified. Also, the ''*'' wildcard character is
|
Datastore backups, exactly one URI can be specified. Also, the ''*'' wildcard
|
||||||
not allowed.'
|
character is not allowed.'
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Add table
Reference in a new issue