Skip to content

Commit 28faefa

Browse files
authored
---
yaml --- r: 32239 b: refs/heads/autosynth-errorreporting c: 93e417e h: refs/heads/master i: 32237: cf87427 32235: 646daac 32231: 7ab6602 32223: a31a193
1 parent dc15703 commit 28faefa

256 files changed

Lines changed: 142264 additions & 1 deletion

File tree

Some content is hidden

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

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: 5e5257258f3d2f9e60d17a14984331619fff6b2e
132+
refs/heads/autosynth-errorreporting: 93e417e18635797996814d668d8eaabbba016af8
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

branches/autosynth-errorreporting/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ This library supports the following Google Cloud Platform services with clients
4343

4444
- [Cloud Bigtable](google-cloud-clients/google-cloud-bigtable) (Alpha)
4545
- [Cloud Compute](google-cloud-clients/google-cloud-compute) (Alpha)
46+
- [Cloud Data Labeling](google-cloud-clients/google-cloud-datalabeling) (Alpha)
4647
- [Cloud Dataproc](google-cloud-clients/google-cloud-dataproc) (Alpha)
4748
- [Cloud DNS](google-cloud-clients/google-cloud-dns) (Alpha)
4849
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
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-datalabeling-v1beta1</artifactId>
6+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
7+
<name>grpc-google-cloud-datalabeling-v1beta1</name>
8+
<description>GRPC library for grpc-google-cloud-datalabeling-v1beta1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.50.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-datalabeling-v1beta1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

branches/autosynth-errorreporting/google-api-grpc/grpc-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/DataLabelingServiceGrpc.java

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

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,16 @@
229229
<artifactId>grpc-google-cloud-containeranalysis-v1beta1</artifactId>
230230
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-containeranalysis-v1beta1:current} -->
231231
</dependency>
232+
<dependency>
233+
<groupId>com.google.api.grpc</groupId>
234+
<artifactId>proto-google-cloud-datalabeling-v1beta1</artifactId>
235+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
236+
</dependency>
237+
<dependency>
238+
<groupId>com.google.api.grpc</groupId>
239+
<artifactId>grpc-google-cloud-datalabeling-v1beta1</artifactId>
240+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-datalabeling-v1beta1:current} -->
241+
</dependency>
232242
<dependency>
233243
<groupId>com.google.api.grpc</groupId>
234244
<artifactId>proto-google-cloud-dataproc-v1</artifactId>
@@ -747,6 +757,7 @@
747757
<module>grpc-google-cloud-bigtable-v2</module>
748758
<module>grpc-google-cloud-container-v1</module>
749759
<module>grpc-google-cloud-containeranalysis-v1beta1</module>
760+
<module>grpc-google-cloud-datalabeling-v1beta1</module>
750761
<module>grpc-google-cloud-dataproc-v1</module>
751762
<module>grpc-google-cloud-dataproc-v1beta2</module>
752763
<module>grpc-google-cloud-dialogflow-v2</module>
@@ -807,6 +818,7 @@
807818
<module>proto-google-cloud-bigtable-v2</module>
808819
<module>proto-google-cloud-container-v1</module>
809820
<module>proto-google-cloud-containeranalysis-v1beta1</module>
821+
<module>proto-google-cloud-datalabeling-v1beta1</module>
810822
<module>proto-google-cloud-dataproc-v1</module>
811823
<module>proto-google-cloud-dataproc-v1beta2</module>
812824
<module>proto-google-cloud-datastore-v1</module>
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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-datalabeling-v1beta1</artifactId>
6+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-datalabeling-v1beta1:current} -->
7+
<name>proto-google-cloud-datalabeling-v1beta1</name>
8+
<description>PROTO library for proto-google-cloud-datalabeling-v1beta1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.50.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+
<dependency>
31+
<groupId>com.google.api.grpc</groupId>
32+
<artifactId>proto-google-iam-v1</artifactId>
33+
<scope>compile</scope>
34+
</dependency>
35+
</dependencies>
36+
</project>

0 commit comments

Comments
 (0)