Skip to content

Commit e0be4de

Browse files
authored
chore: modernize post-processing for 12 libraries (#13836)
Remove legacy owlbot.py scripts and migrate configurations to librarian.yaml for the following libraries: - kms - logging - monitoring - monitoring-dashboards - network-management - os-login - pubsub - securitycenter - service-management - spanner - tasks - vision For googleapis/librarian#6931
1 parent 2e3f208 commit e0be4de

25 files changed

Lines changed: 2133 additions & 1614 deletions

File tree

java-kms/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Java idiomatic client for [Cloud Key Management Service][product-docs].
1111

1212
## Quickstart
1313

14-
1514
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1615

1716
```xml
@@ -46,6 +45,14 @@ If you are using Maven without the BOM, add this to your dependencies:
4645
</dependency>
4746
```
4847

48+
If you are using Gradle 5.x or later, add this to your dependencies:
49+
50+
```Groovy
51+
implementation platform('com.google.cloud:libraries-bom:26.83.0')
52+
53+
implementation 'com.google.cloud:google-cloud-kms'
54+
```
55+
4956
If you are using Gradle without BOM, add this to your dependencies:
5057

5158
```Groovy
@@ -71,7 +78,7 @@ The client application making API calls must be granted [authorization scopes][a
7178
### Prerequisites
7279

7380
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Key Management Service [API enabled][enable-api].
74-
81+
You will need to [enable billing][enable-billing] to use Google Cloud Key Management Service.
7582
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
7683
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
7784
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -147,8 +154,6 @@ the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
147154
and on [google-cloud-java][g-c-j].
148155

149156
## Versioning
150-
151-
152157
This library follows [Semantic Versioning](http://semver.org/).
153158

154159

@@ -187,7 +192,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
187192
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
188193
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
189194
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
190-
195+
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
191196
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=cloudkms.googleapis.com
192197
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
193198
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

java-kms/owlbot.py

Lines changed: 0 additions & 310 deletions
This file was deleted.

0 commit comments

Comments
 (0)