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

Commit

Permalink
feat: initial generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Jun 15, 2021
1 parent 9d00ff4 commit e8c8352
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/.OwlBot.yaml
Expand Up @@ -20,6 +20,9 @@ deep-remove-regex:
- "/proto-google-.*/src"
- "/google-.*/src"

deep-preserve-regex:
- "/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"

deep-copy-regex:
- source: "/google/cloud/eventarc/(v.*)/.*-java/proto-google-.*/src"
dest: "/owl-bot-staging/$1/proto-google-cloud-eventarc-$1/src"
Expand Down
3 changes: 2 additions & 1 deletion .repo-metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "eventarc",
"name_pretty": "Eventarc",
"product_documentation": "https://cloud.google.com/eventarc/docs",
"api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.",
"api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management \u2014 you can optimize productivity and costs while building a modern, event-driven solution.",
"client_documentation": "https://googleapis.dev/java/google-cloud-eventarc/latest/index.html",
"release_level": "ga",
"transport": "grpc",
Expand All @@ -11,5 +11,6 @@
"repo_short": "java-eventarc",
"distribution_name": "com.google.cloud:google-cloud-eventarc",
"api_id": "eventarc.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
}
2 changes: 1 addition & 1 deletion google-cloud-eventarc-bom/pom.xml
@@ -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
4 changes: 2 additions & 2 deletions google-cloud-eventarc/pom.xml
@@ -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 @@ -108,4 +108,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -176,4 +176,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit e8c8352

Please sign in to comment.