Skip to content

Commit 5c84f11

Browse files
authored
chore: update README.md and .repo-metadata.json (googleapis#10525)
* feat: create pr after library generation * add comment * setup branch * create or update pr * enable workflow * setup github token * select one library to verify the workflow * change format * remove head * add quote * shorten config for testsing * add a library * add head * set remote repo * commit change in configuration * update googleapis commit * test body * set x * set x for docker * set env * change env * restore generation * remove gke v1alpha2 * add apphub * add chat * add cloudcontrolspartner (commented out) * remove compute small * update committish * restore cloudcontrolspartner * update policytroubleshooter * add v2 for securitycenter * add securityposture * add workspaceevents * change step order * add variable * edit title * use partial clone * use job level env * change commit message * change workflow name * allow empty commit * extract image tag * remove owlbot:run tag * change workflow name * define bash branch * remove branch dispatcher * chore: update repo-metadata.json * update README.md
1 parent d0b9818 commit 5c84f11

File tree

343 files changed

+1951
-1939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+1951
-1939
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"api_shortname": "accessapproval",
3-
"name_pretty": "Access Approval",
4-
"product_documentation": "https://cloud.google.com/access-approval/docs/",
5-
"api_description": "enables controlling access to your organization's data by Google personnel.",
6-
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview",
7-
"release_level": "stable",
8-
"transport": "grpc",
9-
"requires_billing": true,
10-
"language": "java",
11-
"repo": "googleapis/google-cloud-java",
12-
"repo_short": "java-accessapproval",
13-
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
14-
"api_id": "accessapproval.googleapis.com",
15-
"library_type": "GAPIC_AUTO"
16-
}
2+
"api_shortname": "accessapproval",
3+
"name_pretty": "Access Approval",
4+
"product_documentation": "https://cloud.google.com/access-approval/docs/",
5+
"api_description": "enables controlling access to your organization's data by Google personnel.",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview",
7+
"release_level": "stable",
8+
"transport": "both",
9+
"language": "java",
10+
"repo": "googleapis/google-cloud-java",
11+
"repo_short": "java-accessapproval",
12+
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
13+
"api_id": "accessapproval.googleapis.com",
14+
"library_type": "GAPIC_AUTO",
15+
"requires_billing": true
16+
}

java-accessapproval/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.33.0</version>
23+
<version>26.34.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -101,7 +101,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
101101

102102
## Transport
103103

104-
Access Approval uses gRPC for the transport layer.
104+
Access Approval uses both gRPC and HTTP/JSON for the transport layer.
105105

106106
## Supported Java Versions
107107

@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.37.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.38.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"api_shortname": "accesscontextmanager",
3-
"name_pretty": "Identity Access Context Manager",
4-
"product_documentation": "n/a",
5-
"api_description": "n/a",
6-
"client_documentation": "https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview",
7-
"release_level": "stable",
8-
"transport": "grpc",
9-
"requires_billing": true,
10-
"language": "java",
11-
"repo": "googleapis/google-cloud-java",
12-
"repo_short": "java-accesscontextmanager",
13-
"distribution_name": "com.google.cloud:google-identity-accesscontextmanager",
14-
"library_type": "GAPIC_AUTO"
15-
}
2+
"api_shortname": "accesscontextmanager",
3+
"name_pretty": "Identity Access Context Manager",
4+
"product_documentation": "n/a",
5+
"api_description": "n/a",
6+
"client_documentation": "https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview",
7+
"release_level": "stable",
8+
"transport": "both",
9+
"language": "java",
10+
"repo": "googleapis/google-cloud-java",
11+
"repo_short": "java-accesscontextmanager",
12+
"distribution_name": "com.google.cloud:google-identity-accesscontextmanager",
13+
"api_id": "accesscontextmanager.googleapis.com",
14+
"library_type": "GAPIC_AUTO",
15+
"requires_billing": true
16+
}

java-accesscontextmanager/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.33.0</version>
23+
<version>26.34.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -101,7 +101,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
101101

102102
## Transport
103103

104-
Identity Access Context Manager uses gRPC for the transport layer.
104+
Identity Access Context Manager uses both gRPC and HTTP/JSON for the transport layer.
105105

106106
## Supported Java Versions
107107

@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.37.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.38.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
@@ -208,7 +208,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
208208
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
209209
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
210210
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
211-
211+
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=accesscontextmanager.googleapis.com
212212
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
213213
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
214214

java-advisorynotifications/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"api_description": "An API for accessing Advisory Notifications in Google Cloud.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview",
77
"release_level": "preview",
8-
"transport": "grpc",
8+
"transport": "both",
99
"language": "java",
10-
"repo": "googleapis/java-advisorynotifications",
10+
"repo": "googleapis/google-cloud-java",
1111
"repo_short": "java-advisorynotifications",
1212
"distribution_name": "com.google.cloud:google-cloud-advisorynotifications",
1313
"api_id": "advisorynotifications.googleapis.com",

java-advisorynotifications/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.33.0</version>
26+
<version>26.34.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
104104

105105
## Transport
106106

107-
Advisory Notifications API uses gRPC for the transport layer.
107+
Advisory Notifications API uses both gRPC and HTTP/JSON for the transport layer.
108108

109109
## Supported Java Versions
110110

@@ -189,19 +189,19 @@ Java is a registered trademark of Oracle and/or its affiliates.
189189

190190
[product-docs]: https://cloud.google.com/advisory-notifications/
191191
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
192-
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java7.svg
193-
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java7.html
194-
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8.svg
195-
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8.html
196-
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-osx.svg
197-
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-osx.html
198-
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-win.svg
199-
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-win.html
200-
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java11.svg
201-
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java11.html
192+
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
193+
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
194+
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
195+
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
196+
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
197+
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
198+
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
199+
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
200+
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
201+
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
202202
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
203203
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
204-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.25.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.26.0
205205
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
206206
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207207
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
@@ -210,9 +210,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
210210
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
211211
[cloud-cli]: https://cloud.google.com/cli
212212
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
213-
[contributing]: https://github.com/googleapis/java-advisorynotifications/blob/main/CONTRIBUTING.md
214-
[code-of-conduct]: https://github.com/googleapis/java-advisorynotifications/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
215-
[license]: https://github.com/googleapis/java-advisorynotifications/blob/main/LICENSE
213+
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
214+
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
215+
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
216216
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
217217
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=advisorynotifications.googleapis.com
218218
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

java-aiplatform/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"repo_short": "java-aiplatform",
1212
"distribution_name": "com.google.cloud:google-cloud-aiplatform",
1313
"api_id": "aiplatform.googleapis.com",
14-
"requires_billing": true,
1514
"library_type": "GAPIC_AUTO",
15+
"requires_billing": true,
1616
"rest_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rest",
1717
"rpc_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rpc"
18-
}
18+
}

java-aiplatform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.33.0</version>
23+
<version>26.34.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.37.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.38.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-alloydb-connectors/.repo-metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"api_description": "AlloyDB is a fully-managed, PostgreSQL-compatible database for demanding transactional workloads. It provides enterprise-grade performance and availability while maintaining 100% compatibility with open-source PostgreSQL.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-alloydb-connectors/latest/overview",
77
"release_level": "preview",
8-
"transport": "grpc",
8+
"transport": "both",
99
"language": "java",
10-
"repo": "googleapis/java-alloydb-connectors",
10+
"repo": "googleapis/google-cloud-java",
1111
"repo_short": "java-alloydb-connectors",
1212
"distribution_name": "com.google.cloud:google-cloud-alloydb-connectors",
1313
"api_id": "alloydb.googleapis.com",
1414
"library_type": "GAPIC_AUTO",
1515
"requires_billing": true,
1616
"rest_documentation": "https://cloud.google.com/alloydb/docs/reference/rest"
17-
}
17+
}

java-alloydb-connectors/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.32.0</version>
26+
<version>26.34.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
104104

105105
## Transport
106106

107-
AlloyDB connectors uses gRPC for the transport layer.
107+
AlloyDB connectors uses both gRPC and HTTP/JSON for the transport layer.
108108

109109
## Supported Java Versions
110110

@@ -189,19 +189,19 @@ Java is a registered trademark of Oracle and/or its affiliates.
189189

190190
[product-docs]: https://cloud.google.com/alloydb/docs
191191
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-alloydb-connectors/latest/overview
192-
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java7.svg
193-
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java7.html
194-
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java8.svg
195-
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java8.html
196-
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java8-osx.svg
197-
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java8-osx.html
198-
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java8-win.svg
199-
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java8-win.html
200-
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java11.svg
201-
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-alloydb-connectors/java11.html
192+
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
193+
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
194+
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
195+
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
196+
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
197+
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
198+
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
199+
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
200+
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
201+
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
202202
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
203203
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg
204-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.12.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.15.0
205205
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
206206
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207207
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
@@ -210,9 +210,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
210210
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
211211
[cloud-cli]: https://cloud.google.com/cli
212212
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
213-
[contributing]: https://github.com/googleapis/java-alloydb-connectors/blob/main/CONTRIBUTING.md
214-
[code-of-conduct]: https://github.com/googleapis/java-alloydb-connectors/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
215-
[license]: https://github.com/googleapis/java-alloydb-connectors/blob/main/LICENSE
213+
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
214+
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
215+
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
216216
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
217217
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=alloydb.googleapis.com
218218
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

0 commit comments

Comments
 (0)