Skip to content

Commit ed17f1a

Browse files
JesseLovelacechingor13
authored andcommitted
---
yaml --- r: 11579 b: refs/heads/autosynth-monitoring c: 6d54796 h: refs/heads/master i: 11577: a2ca463 11575: ef39921
1 parent 706733c commit ed17f1a

28 files changed

Lines changed: 20233 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115115
refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118-
refs/heads/autosynth-monitoring: 6c0fd03ef20396db2cf82d57d5c8d86dad2fc99b
118+
refs/heads/autosynth-monitoring: 6d5479674e93903b28fc01ac57af3c045b9ba21a
119119
refs/heads/autosynth-pubsub: 957d781d8d170777a53a948cd958e368a96eacd5
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121
refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
7+
<name>grpc-google-cloud-bigquerystorage-v1beta1</name>
8+
<description>GRPC library for grpc-google-cloud-bigquerystorage-v1beta1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
13+
</parent>
14+
<dependencies>
15+
<dependency>
16+
<groupId>io.grpc</groupId>
17+
<artifactId>grpc-stub</artifactId>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>io.grpc</groupId>
22+
<artifactId>grpc-protobuf</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.api.grpc</groupId>
27+
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

branches/autosynth-monitoring/google-api-grpc/grpc-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BigQueryStorageGrpc.java

Lines changed: 825 additions & 0 deletions
Large diffs are not rendered by default.

branches/autosynth-monitoring/google-api-grpc/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@
181181
<artifactId>grpc-google-cloud-bigquerydatatransfer-v1</artifactId>
182182
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerydatatransfer-v1:current} -->
183183
</dependency>
184+
<dependency>
185+
<groupId>com.google.api.grpc</groupId>
186+
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
187+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
188+
</dependency>
189+
<dependency>
190+
<groupId>com.google.api.grpc</groupId>
191+
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
192+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
193+
</dependency>
184194
<dependency>
185195
<groupId>com.google.api.grpc</groupId>
186196
<artifactId>proto-google-cloud-container-v1</artifactId>
@@ -613,6 +623,7 @@
613623
<module>grpc-google-cloud-asset-v1beta1</module>
614624
<module>grpc-google-cloud-automl-v1beta1</module>
615625
<module>grpc-google-cloud-bigquerydatatransfer-v1</module>
626+
<module>grpc-google-cloud-bigquerystorage-v1beta1</module>
616627
<module>grpc-google-cloud-bigtable-admin-v2</module>
617628
<module>grpc-google-cloud-bigtable-v2</module>
618629
<module>grpc-google-cloud-container-v1</module>
@@ -661,6 +672,7 @@
661672
<module>proto-google-cloud-asset-v1beta1</module>
662673
<module>proto-google-cloud-automl-v1beta1</module>
663674
<module>proto-google-cloud-bigquerydatatransfer-v1</module>
675+
<module>proto-google-cloud-bigquerystorage-v1beta1</module>
664676
<module>proto-google-cloud-bigtable-admin-v2</module>
665677
<module>proto-google-cloud-bigtable-v2</module>
666678
<module>proto-google-cloud-container-v1</module>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
7+
<name>proto-google-cloud-bigquerystorage-v1beta1</name>
8+
<description>PROTO library for proto-google-cloud-bigquerystorage-v1beta1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-api-grpc:current} -->
13+
</parent>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.google.protobuf</groupId>
17+
<artifactId>protobuf-java</artifactId>
18+
<scope>compile</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>com.google.api</groupId>
22+
<artifactId>api-common</artifactId>
23+
<scope>compile</scope>
24+
</dependency>
25+
<dependency>
26+
<groupId>com.google.api.grpc</groupId>
27+
<artifactId>proto-google-common-protos</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

0 commit comments

Comments
 (0)