diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py index db462778a8da11..fcd6d2fa61d7b6 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_table.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table.py @@ -207,14 +207,14 @@ 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 @@ 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: diff --git a/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py b/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py index 404a7328aaebbb..08a8d20c3eb310 100644 --- a/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_bigquery_table_facts.py @@ -314,14 +314,14 @@ 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: