Skip to content

Commit 5d70477

Browse files
authored
---
yaml --- r: 11669 b: refs/heads/autosynth-pubsub c: 94b2e08 h: refs/heads/master i: 11667: 2e44074
1 parent 41aea57 commit 5d70477

94 files changed

Lines changed: 49349 additions & 3 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
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: fa508ebab5b6a1db14949441c8de868cefbcf1a6
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: c0f21dd811166848a60f810565a5614bb9c7f47e
118118
refs/heads/autosynth-monitoring: 28bf7ca67c0aab4815884e5d6253aaa8aa3baa1c
119-
refs/heads/autosynth-pubsub: 6d5479674e93903b28fc01ac57af3c045b9ba21a
119+
refs/heads/autosynth-pubsub: 94b2e0879a82baec3df6770fb1fd62af0184f9e5
120120
refs/heads/autosynth-video-intelligence: 06fb1841ae847f4ef79a62ba995efbabc213edf8
121121
refs/heads/autosynth-vision: 6bece1ee6c1c41d5822c72bf0d6a82484166b402
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
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-securitycenter-v1beta1</artifactId>
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-securitycenter-v1beta1:current} -->
7+
<name>grpc-google-cloud-securitycenter-v1beta1</name>
8+
<description>GRPC library for grpc-google-cloud-securitycenter-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-securitycenter-v1beta1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

branches/autosynth-pubsub/google-api-grpc/grpc-google-cloud-securitycenter-v1beta1/src/main/java/com/google/cloud/securitycenter/v1beta1/SecurityCenterGrpc.java

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

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,16 @@
606606
<artifactId>grpc-google-cloud-iot-v1</artifactId>
607607
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-iot-v1:current} -->
608608
</dependency>
609+
<dependency>
610+
<groupId>com.google.api.grpc</groupId>
611+
<artifactId>proto-google-cloud-securitycenter-v1beta1</artifactId>
612+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-securitycenter-v1beta1:current} -->
613+
</dependency>
614+
<dependency>
615+
<groupId>com.google.api.grpc</groupId>
616+
<artifactId>grpc-google-cloud-securitycenter-v1beta1</artifactId>
617+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-securitycenter-v1beta1:current} -->
618+
</dependency>
609619
<dependency>
610620
<groupId>com.google.api.grpc</groupId>
611621
<artifactId>proto-google-cloud-websecurityscanner-v1alpha</artifactId>
@@ -646,6 +656,7 @@
646656
<module>grpc-google-cloud-redis-v1beta1</module>
647657
<module>grpc-google-cloud-redis-v1</module>
648658
<module>grpc-google-cloud-scheduler-v1beta1</module>
659+
<module>grpc-google-cloud-securitycenter-v1beta1</module>
649660
<module>grpc-google-cloud-spanner-admin-database-v1</module>
650661
<module>grpc-google-cloud-spanner-admin-instance-v1</module>
651662
<module>grpc-google-cloud-spanner-v1</module>
@@ -696,6 +707,7 @@
696707
<module>proto-google-cloud-redis-v1beta1</module>
697708
<module>proto-google-cloud-redis-v1</module>
698709
<module>proto-google-cloud-scheduler-v1beta1</module>
710+
<module>proto-google-cloud-securitycenter-v1beta1</module>
699711
<module>proto-google-cloud-spanner-admin-database-v1</module>
700712
<module>proto-google-cloud-spanner-admin-instance-v1</module>
701713
<module>proto-google-cloud-spanner-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-securitycenter-v1beta1</artifactId>
6+
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-securitycenter-v1beta1:current} -->
7+
<name>proto-google-cloud-securitycenter-v1beta1</name>
8+
<description>PROTO library for proto-google-cloud-securitycenter-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+
<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)