You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,14 +44,14 @@ See the [Authentication][authentication] section in the base directory's README.
44
44
45
45
## Authorization
46
46
47
-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Google Cloud Batch APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Google Cloud Batch API calls.
47
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Batch APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Batch API calls.
48
48
49
49
## Getting Started
50
50
51
51
### Prerequisites
52
52
53
-
You will need a [Google Cloud Platform Console][developer-console] project with the Google Cloud Batch [API enabled][enable-api].
54
-
You will need to [enable billing][enable-billing] to use Google Google Cloud Batch.
53
+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Batch [API enabled][enable-api].
54
+
You will need to [enable billing][enable-billing] to use Google Cloud Batch.
55
55
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
56
56
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
57
57
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -61,13 +61,13 @@ You will need to [enable billing][enable-billing] to use Google Google Cloud Bat
61
61
You'll need to obtain the `google-cloud-batch` library. See the [Quickstart](#quickstart) section
62
62
to add `google-cloud-batch` as a dependency in your code.
63
63
64
-
## About Google Cloud Batch
64
+
## About Cloud Batch
65
65
66
66
67
-
[Google Cloud Batch][product-docs] n/a
67
+
[Cloud Batch][product-docs] n/a
68
68
69
-
See the [Google Cloud Batch client library docs][javadocs] to learn how to
70
-
use this Google Cloud Batch Client Library.
69
+
See the [Cloud Batch client library docs][javadocs] to learn how to
70
+
use this Cloud Batch Client Library.
71
71
72
72
73
73
@@ -80,7 +80,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
80
80
81
81
## Transport
82
82
83
-
Google Cloud Batch uses gRPC for the transport layer.
0 commit comments