Skip to content

Commit 0cf1a0b

Browse files
JesseLovelacekolea2
authored andcommitted
---
yaml --- r: 33359 b: refs/heads/autosynth-os-login c: bf3687b h: refs/heads/master i: 33357: 810df2b 33355: 53f183b 33351: a961075 33343: b90fd2b
1 parent 5bc9fc1 commit 0cf1a0b

77 files changed

Lines changed: 40668 additions & 4 deletions

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
@@ -134,7 +134,7 @@ refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135135
refs/heads/autosynth-kms: d31449d6621a50fb16a4bef4f30f0f3051d27d7c
136136
refs/heads/autosynth-language: 6130869312f99a1e7d3aa0485759172a23333cc5
137-
refs/heads/autosynth-os-login: 93e417e18635797996814d668d8eaabbba016af8
137+
refs/heads/autosynth-os-login: bf3687b1c526aeaa55d31db80f0ef9a5906b1f0f
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e
139139
refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: de02ca32edea133b68b51052e325359a3704b5d2
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-tasks-v2</artifactId>
6+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-tasks-v2:current} -->
7+
<name>grpc-google-cloud-tasks-v2</name>
8+
<description>GRPC library for grpc-google-cloud-tasks-v2</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-tasks-v2</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

branches/autosynth-os-login/google-api-grpc/grpc-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/CloudTasksGrpc.java

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

branches/autosynth-os-login/google-api-grpc/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,16 @@
504504
<artifactId>grpc-google-cloud-speech-v1</artifactId>
505505
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-speech-v1:current} -->
506506
</dependency>
507+
<dependency>
508+
<groupId>com.google.api.grpc</groupId>
509+
<artifactId>proto-google-cloud-tasks-v2</artifactId>
510+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-tasks-v2:current} -->
511+
</dependency>
512+
<dependency>
513+
<groupId>com.google.api.grpc</groupId>
514+
<artifactId>grpc-google-cloud-tasks-v2</artifactId>
515+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-tasks-v2:current} -->
516+
</dependency>
507517
<dependency>
508518
<groupId>com.google.api.grpc</groupId>
509519
<artifactId>proto-google-cloud-tasks-v2beta2</artifactId>
@@ -789,6 +799,7 @@
789799
<module>grpc-google-cloud-speech-v1beta1</module>
790800
<module>grpc-google-cloud-speech-v1p1beta1</module>
791801
<module>grpc-google-cloud-talent-v4beta1</module>
802+
<module>grpc-google-cloud-tasks-v2</module>
792803
<module>grpc-google-cloud-tasks-v2beta2</module>
793804
<module>grpc-google-cloud-tasks-v2beta3</module>
794805
<module>grpc-google-cloud-texttospeech-v1</module>
@@ -851,6 +862,7 @@
851862
<module>proto-google-cloud-speech-v1beta1</module>
852863
<module>proto-google-cloud-speech-v1p1beta1</module>
853864
<module>proto-google-cloud-talent-v4beta1</module>
865+
<module>proto-google-cloud-tasks-v2</module>
854866
<module>proto-google-cloud-tasks-v2beta2</module>
855867
<module>proto-google-cloud-tasks-v2beta3</module>
856868
<module>proto-google-cloud-texttospeech-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-tasks-v2</artifactId>
6+
<version>0.50.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-tasks-v2:current} -->
7+
<name>proto-google-cloud-tasks-v2</name>
8+
<description>PROTO library for proto-google-cloud-tasks-v2</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)