mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -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
|
||||
source_uris:
|
||||
description:
|
||||
- 'The fully-qualified URIs that point to your data in Google Cloud. For Google
|
||||
Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and
|
||||
it must come after the ''bucket'' name. Size limits related to load jobs
|
||||
apply to external data sources. For Google Cloud Bigtable URIs: Exactly
|
||||
one URI can be specified and it has be a fully specified and valid HTTPS
|
||||
URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups,
|
||||
exactly one URI can be specified. Also, the ''*'' wildcard character is
|
||||
not allowed.'
|
||||
- The fully-qualified URIs that point to your data in Google Cloud.
|
||||
- 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard
|
||||
character and it must come after the ''bucket'' name. Size limits related
|
||||
to load jobs apply to external data sources. For Google Cloud Bigtable URIs:
|
||||
Exactly one URI can be specified and it has be a fully specified and valid
|
||||
HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore
|
||||
backups, exactly one URI can be specified. Also, the ''*'' wildcard character
|
||||
is not allowed.'
|
||||
required: false
|
||||
schema:
|
||||
description:
|
||||
|
@ -655,13 +655,13 @@ externalDataConfiguration:
|
|||
type: str
|
||||
sourceUris:
|
||||
description:
|
||||
- 'The fully-qualified URIs that point to your data in Google Cloud. For Google
|
||||
Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and
|
||||
it must come after the ''bucket'' name. Size limits related to load jobs apply
|
||||
to external data sources. For Google Cloud Bigtable URIs: Exactly one URI
|
||||
can be specified and it has be a fully specified and valid HTTPS URL for a
|
||||
Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one
|
||||
URI can be specified. Also, the ''*'' wildcard character is not allowed.'
|
||||
- The fully-qualified URIs that point to your data in Google Cloud.
|
||||
- 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character
|
||||
and it must come after the ''bucket'' name. Size limits related to load jobs
|
||||
apply to external data sources. For Google Cloud Bigtable URIs: Exactly one
|
||||
URI can be specified and it has be a fully specified and valid HTTPS URL for
|
||||
a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly
|
||||
one URI can be specified. Also, the ''*'' wildcard character is not allowed.'
|
||||
returned: success
|
||||
type: list
|
||||
schema:
|
||||
|
|
|
@ -314,14 +314,14 @@ resources:
|
|||
type: str
|
||||
sourceUris:
|
||||
description:
|
||||
- 'The fully-qualified URIs that point to your data in Google Cloud. For
|
||||
Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character
|
||||
and it must come after the ''bucket'' name. Size limits related to load
|
||||
jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly
|
||||
one URI can be specified and it has be a fully specified and valid HTTPS
|
||||
URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups,
|
||||
exactly one URI can be specified. Also, the ''*'' wildcard character is
|
||||
not allowed.'
|
||||
- The fully-qualified URIs that point to your data in Google Cloud.
|
||||
- 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard
|
||||
character and it must come after the ''bucket'' name. Size limits related
|
||||
to load jobs apply to external data sources. For Google Cloud Bigtable
|
||||
URIs: Exactly one URI can be specified and it has be a fully specified
|
||||
and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud
|
||||
Datastore backups, exactly one URI can be specified. Also, the ''*'' wildcard
|
||||
character is not allowed.'
|
||||
returned: success
|
||||
type: list
|
||||
schema:
|
||||
|
|
Loading…
Add table
Reference in a new issue