Skip to content

Commit 48e96e5

Browse files
1 parent e4348f6 commit 48e96e5

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

‎java-batch/README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Cloud Batch Client for Java
22

3-
Java idiomatic client for [Google Cloud Batch][product-docs].
3+
Java idiomatic client for [Cloud Batch][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -44,14 +44,14 @@ See the [Authentication][authentication] section in the base directory's README.
4444

4545
## Authorization
4646

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.
4848

4949
## Getting Started
5050

5151
### Prerequisites
5252

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.
5555
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
5656
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
5757
`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
6161
You'll need to obtain the `google-cloud-batch` library. See the [Quickstart](#quickstart) section
6262
to add `google-cloud-batch` as a dependency in your code.
6363

64-
## About Google Cloud Batch
64+
## About Cloud Batch
6565

6666

67-
[Google Cloud Batch][product-docs] n/a
67+
[Cloud Batch][product-docs] n/a
6868

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.
7171

7272

7373

@@ -80,7 +80,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
8080

8181
## Transport
8282

83-
Google Cloud Batch uses gRPC for the transport layer.
83+
Cloud Batch uses gRPC for the transport layer.
8484

8585
## Supported Java Versions
8686

‎java-batch/google-cloud-batch-bom/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>

‎java-batch/google-cloud-batch/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
@@ -115,4 +115,4 @@
115115
</plugin>
116116
</plugins>
117117
</build>
118-
</project>
118+
</project>

0 commit comments

Comments
 (0)