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

Commit e8c8352

Browse files
committed
feat: initial generation
1 parent 9d00ff4 commit e8c8352

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/.OwlBot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ deep-remove-regex:
2020
- "/proto-google-.*/src"
2121
- "/google-.*/src"
2222

23+
deep-preserve-regex:
24+
- "/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
25+
2326
deep-copy-regex:
2427
- source: "/google/cloud/eventarc/(v.*)/.*-java/proto-google-.*/src"
2528
dest: "/owl-bot-staging/$1/proto-google-cloud-eventarc-$1/src"

.repo-metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eventarc",
33
"name_pretty": "Eventarc",
44
"product_documentation": "https://cloud.google.com/eventarc/docs",
5-
"api_description": "lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes.",
5+
"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.",
66
"client_documentation": "https://googleapis.dev/java/google-cloud-eventarc/latest/index.html",
77
"release_level": "ga",
88
"transport": "grpc",
@@ -11,5 +11,6 @@
1111
"repo_short": "java-eventarc",
1212
"distribution_name": "com.google.cloud:google-cloud-eventarc",
1313
"api_id": "eventarc.googleapis.com",
14+
"library_type": "GAPIC_AUTO",
1415
"requires_billing": true
1516
}

google-cloud-eventarc-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>

google-cloud-eventarc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0"?>
1+
<?xml version='1.0' encoding='UTF-8'?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
@@ -108,4 +108,4 @@
108108
</plugin>
109109
</plugins>
110110
</build>
111-
</project>
111+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@
176176
</plugin>
177177
</plugins>
178178
</reporting>
179-
</project>
179+
</project>

0 commit comments

Comments
 (0)