This repository was archived by the owner on Sep 16, 2023. It is now read-only.

File tree

2 files changed

+62
-11
lines changed

2 files changed

+62
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-java:latest
3-
digest: sha256:2e88a4a7fe3377cf8de1fa5982134f6ef2768980fa2f94edcc1ba6604ae2e7ca
3+
digest: sha256:69045edb77ff7c78fdfad02eae2b4493b2c358cd9778ab5b6dba0c2b578df0ec
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Network Security API Client for Java
1+
# Google Network Security API Client for Java
22

33
Java idiomatic client for [Network Security API][product-docs].
44

@@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-network-security</artifactId>
23-
<version>0.0.0</version>
23+
<version>0.1.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-network-security:0.0.0'
29+
compile 'com.google.cloud:google-cloud-network-security:0.1.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.0.0"
34+
libraryDependencies += "com.google.cloud" % "google-cloud-network-security" % "0.1.0"
3535
```
3636

3737
## Authentication
@@ -43,7 +43,7 @@ See the [Authentication][authentication] section in the base directory's README.
4343
### Prerequisites
4444

4545
You will need a [Google Cloud Platform Console][developer-console] project with the Network Security API [API enabled][enable-api].
46-
You will need to [enable billing][enable-billing] to use Network Security API.
46+
You will need to [enable billing][enable-billing] to use Google Network Security API.
4747
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
4848
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
4949
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -56,11 +56,16 @@ to add `google-cloud-network-security` as a dependency in your code.
5656
## About Network Security API
5757

5858

59-
n/a
59+
[Network Security API][product-docs] n/a
6060

6161
See the [Network Security API client library docs][javadocs] to learn how to
6262
use this Network Security API Client Library.
6363

64+
65+
66+
67+
68+
6469
## Troubleshooting
6570

6671
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
@@ -69,10 +74,50 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
6974

7075
Network Security API uses gRPC for the transport layer.
7176

72-
## Java Versions
77+
## Supported Java Versions
7378

7479
Java 7 or above is required for using this client.
7580

81+
Google's Java client libraries,
82+
[Google Cloud Client Libraries][cloudlibs]
83+
and
84+
[Google Cloud API Libraries][apilibs],
85+
follow the
86+
[Oracle Java SE support roadmap][oracle]
87+
(see the Oracle Java SE Product Releases section).
88+
89+
### For new development
90+
91+
In general, new feature development occurs with support for the lowest Java
92+
LTS version covered by Oracle's Premier Support (which typically lasts 5 years
93+
from initial General Availability). If the minimum required JVM for a given
94+
library is changed, it is accompanied by a [semver][semver] major release.
95+
96+
Java 11 and (in September 2021) Java 17 are the best choices for new
97+
development.
98+
99+
### Keeping production systems current
100+
101+
Google tests its client libraries with all current LTS versions covered by
102+
Oracle's Extended Support (which typically lasts 8 years from initial
103+
General Availability).
104+
105+
#### Legacy support
106+
107+
Google's client libraries support legacy versions of Java runtimes with long
108+
term stable libraries that don't receive feature updates on a best efforts basis
109+
as it may not be possible to backport all es.
110+
111+
Google provides updates on a best efforts basis to apps that continue to use
112+
Java 7, though apps might need to upgrade to current versions of the library
113+
that supports their JVM.
114+
115+
#### Where to find specific information
116+
117+
The latest versions and the supported Java versions are identified on
118+
the individual repository `.com/GoogleAPIs/java-SERVICENAME`
119+
and on [google-cloud-java][g-c-j].
120+
76121
## Versioning
77122

78123

@@ -109,7 +154,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
109154

110155
Java is a registered trademark of Oracle and/or its affiliates.
111156

112-
[product-docs]: https://cloud.google.com/network-security/docs/
157+
[product-docs]: https://cloud.google.com/traffic-director/docs/reference/network-security/rest
113158
[javadocs]: https://googleapis.dev/java/google-cloud-network-security/latest/index.html
114159
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-network-security/java7.svg
115160
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-network-security/java7.html
@@ -133,6 +178,12 @@ Java is a registered trademark of Oracle and/or its affiliates.
133178
[code-of-conduct]: https://.com/googleapis/java-network-security/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
134179
[license]: https://.com/googleapis/java-network-security/blob/master/LICENSE
135180
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
136-
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=network-security.googleapis.com
181+
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=networksecurity.googleapis.com
137182
[libraries-bom]: https://.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
138-
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
183+
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
184+
185+
[semver]: https://semver.org/
186+
[cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
187+
[apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
188+
[oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
189+
[g-c-j]: http://.com/googleapis/google-cloud-java

0 commit comments

Comments
 (0)