Skip to content

Commit 906e120

Browse files
committed
Prefer official branding: 'GCloud' -> 'Google Cloud'.
[ci skip]
1 parent 386cdbe commit 906e120

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/bigquery-usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@ Inserting data (asynchronous)
391391
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
392392

393393
Start a job loading data asynchronously from a set of CSV files, located on
394-
GCloud Storage, appending rows into an existing table. First, create the job
395-
locally:
394+
Google Cloud Storage, appending rows into an existing table. First, create
395+
the job locally:
396396

397397
.. doctest::
398398

@@ -448,7 +448,7 @@ Exporting data (async)
448448
~~~~~~~~~~~~~~~~~~~~~~
449449

450450
Start a job exporting a table's data asynchronously to a set of CSV files,
451-
located on GCloud Storage. First, create the job locally:
451+
located on Google Cloud Storage. First, create the job locally:
452452

453453
.. doctest::
454454

gcloud/bigquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""GCloud BigQuery API wrapper.
15+
"""Google Cloud BigQuery API wrapper.
1616
1717
The main concepts with this API are:
1818

gcloud/pubsub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""GCloud Pubsub API wrapper.
15+
"""Google Cloud Pubsub API wrapper.
1616
1717
The main concepts with this API are:
1818

0 commit comments

Comments
 (0)