Skip to content

Commit

Permalink
chore: update README.md and .repo-metadata.json (#10525)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
JoeWang1127 authored Mar 12, 2024
1 parent d0b9818 commit 5c84f11
Show file tree
Hide file tree
Showing 343 changed files with 1,951 additions and 1,939 deletions.
30 changes: 15 additions & 15 deletions java-accessapproval/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"api_shortname": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval/docs/",
"api_description": "enables controlling access to your organization's data by Google personnel.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview",
"release_level": "stable",
"transport": "grpc",
"requires_billing": true,
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-accessapproval",
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
"api_id": "accessapproval.googleapis.com",
"library_type": "GAPIC_AUTO"
}
"api_shortname": "accessapproval",
"name_pretty": "Access Approval",
"product_documentation": "https://cloud.google.com/access-approval/docs/",
"api_description": "enables controlling access to your organization's data by Google personnel.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-accessapproval",
"distribution_name": "com.google.cloud:google-cloud-accessapproval",
"api_id": "accessapproval.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
}
6 changes: 3 additions & 3 deletions java-accessapproval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.33.0</version>
<version>26.34.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -101,7 +101,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr

## Transport

Access Approval uses gRPC for the transport layer.
Access Approval uses both gRPC and HTTP/JSON for the transport layer.

## Supported Java Versions

Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.37.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.38.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
29 changes: 15 additions & 14 deletions java-accesscontextmanager/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"api_shortname": "accesscontextmanager",
"name_pretty": "Identity Access Context Manager",
"product_documentation": "n/a",
"api_description": "n/a",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview",
"release_level": "stable",
"transport": "grpc",
"requires_billing": true,
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-accesscontextmanager",
"distribution_name": "com.google.cloud:google-identity-accesscontextmanager",
"library_type": "GAPIC_AUTO"
}
"api_shortname": "accesscontextmanager",
"name_pretty": "Identity Access Context Manager",
"product_documentation": "n/a",
"api_description": "n/a",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-accesscontextmanager",
"distribution_name": "com.google.cloud:google-identity-accesscontextmanager",
"api_id": "accesscontextmanager.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
}
8 changes: 4 additions & 4 deletions java-accesscontextmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.33.0</version>
<version>26.34.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -101,7 +101,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr

## Transport

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

## Supported Java Versions

Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.37.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.38.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand All @@ -208,7 +208,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing

[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=accesscontextmanager.googleapis.com
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

Expand Down
4 changes: 2 additions & 2 deletions java-advisorynotifications/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"api_description": "An API for accessing Advisory Notifications in Google Cloud.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview",
"release_level": "preview",
"transport": "grpc",
"transport": "both",
"language": "java",
"repo": "googleapis/java-advisorynotifications",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-advisorynotifications",
"distribution_name": "com.google.cloud:google-cloud-advisorynotifications",
"api_id": "advisorynotifications.googleapis.com",
Expand Down
32 changes: 16 additions & 16 deletions java-advisorynotifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.33.0</version>
<version>26.34.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr

## Transport

Advisory Notifications API uses gRPC for the transport layer.
Advisory Notifications API uses both gRPC and HTTP/JSON for the transport layer.

## Supported Java Versions

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

[product-docs]: https://cloud.google.com/advisory-notifications/
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-advisorynotifications/java11.html
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.svg
[kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java7.html
[kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.svg
[kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8.html
[kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.svg
[kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-osx.html
[kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.svg
[kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java8-win.html
[kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.svg
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.25.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.26.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand All @@ -210,9 +210,9 @@ Java is a registered trademark of Oracle and/or its affiliates.
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
[cloud-cli]: https://cloud.google.com/cli
[troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
[contributing]: https://github.com/googleapis/java-advisorynotifications/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-advisorynotifications/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-advisorynotifications/blob/main/LICENSE
[contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=advisorynotifications.googleapis.com
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM
Expand Down
4 changes: 2 additions & 2 deletions java-aiplatform/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"repo_short": "java-aiplatform",
"distribution_name": "com.google.cloud:google-cloud-aiplatform",
"api_id": "aiplatform.googleapis.com",
"requires_billing": true,
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"rest_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rest",
"rpc_documentation": "https://cloud.google.com/vertex-ai/docs/reference/rpc"
}
}
4 changes: 2 additions & 2 deletions java-aiplatform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.33.0</version>
<version>26.34.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.37.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.38.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
6 changes: 3 additions & 3 deletions java-alloydb-connectors/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"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.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-alloydb-connectors/latest/overview",
"release_level": "preview",
"transport": "grpc",
"transport": "both",
"language": "java",
"repo": "googleapis/java-alloydb-connectors",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-alloydb-connectors",
"distribution_name": "com.google.cloud:google-cloud-alloydb-connectors",
"api_id": "alloydb.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true,
"rest_documentation": "https://cloud.google.com/alloydb/docs/reference/rest"
}
}
32 changes: 16 additions & 16 deletions java-alloydb-connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.32.0</version>
<version>26.34.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr

## Transport

AlloyDB connectors uses gRPC for the transport layer.
AlloyDB connectors uses both gRPC and HTTP/JSON for the transport layer.

## Supported Java Versions

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

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

0 comments on commit 5c84f11

Please sign in to comment.