Skip to content

Commit b54a2e7

Browse files
JesseLovelacekolea2
authored andcommitted
---
yaml --- r: 23529 b: refs/heads/autosynth-dialogflow c: bf3687b h: refs/heads/master i: 23527: 416b15b
1 parent bca9d32 commit b54a2e7

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
@@ -128,7 +128,7 @@ refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: af5b804492292b43372c9fe00386696136ccae89
130130
refs/heads/autosynth-datastore: d0fc1187000c7a50d8bddd89c3b7cdf1187ecb96
131-
refs/heads/autosynth-dialogflow: 93e417e18635797996814d668d8eaabbba016af8
131+
refs/heads/autosynth-dialogflow: bf3687b1c526aeaa55d31db80f0ef9a5906b1f0f
132132
refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
133133
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
134134
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
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-dialogflow/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-dialogflow/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)