Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from renovate-bot/renovate/com.google.cloud-goo…
Browse files Browse the repository at this point in the history
…gle-cloud-shared-config-1.x

deps: update dependency com.google.cloud:google-cloud-shared-config to v1.5.0
  • Loading branch information
Neenu1995 authored Jun 15, 2022
2 parents 0a236f2 + 1224419 commit 6b3b90c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Cloud Batch Client for Java

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

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

## Authorization

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

## Getting Started

### Prerequisites

You will need a [Google Cloud Platform Console][developer-console] project with the Google Cloud Batch [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Google Cloud Batch.
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Batch [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Cloud Batch.
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
Expand All @@ -61,13 +61,13 @@ You will need to [enable billing][enable-billing] to use Google Google Cloud Bat
You'll need to obtain the `google-cloud-batch` library. See the [Quickstart](#quickstart) section
to add `google-cloud-batch` as a dependency in your code.

## About Google Cloud Batch
## About Cloud Batch


[Google Cloud Batch][product-docs] n/a
[Cloud Batch][product-docs] n/a

See the [Google Cloud Batch client library docs][javadocs] to learn how to
use this Google Cloud Batch Client Library.
See the [Cloud Batch client library docs][javadocs] to learn how to
use this Cloud Batch Client Library.



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

## Transport

Google Cloud Batch uses gRPC for the transport layer.
Cloud Batch uses gRPC for the transport layer.

## Supported Java Versions

Expand Down
4 changes: 2 additions & 2 deletions google-cloud-batch-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand All @@ -8,7 +8,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.2.7</version>
<version>1.5.0</version>
</parent>

<name>Google Google Cloud Batch BOM</name>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-batch/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version='1.0' encoding='UTF-8'?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -115,4 +115,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<developers>
Expand Down

0 comments on commit 6b3b90c

Please sign in to comment.