Skip to content

Commit fe0bc67

Browse files
authored
---
yaml --- r: 26035 b: refs/heads/pubsub-ordering-keys c: abf4f93 h: refs/heads/master i: 26033: 8e9edfe 26031: f9cf6ed
1 parent 9825a1a commit fe0bc67

94 files changed

Lines changed: 58125 additions & 5 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
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: 11cc5279b146e4aa8b347ac19097d9535976dba6
158+
refs/heads/pubsub-ordering-keys: abf4f937472d303d9b4fb37121a09ac70522341a
159159
"refs/heads/update_mvn_badge": ae2d773814db0f71197ccf5a8612ee1d8056f8de
160160
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
161161
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
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-v1</artifactId>
6+
<version>0.47.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-securitycenter-v1:current} -->
7+
<name>grpc-google-cloud-securitycenter-v1</name>
8+
<description>GRPC library for grpc-google-cloud-securitycenter-v1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.47.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-v1</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
</project>

branches/pubsub-ordering-keys/google-api-grpc/grpc-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/SecurityCenterGrpc.java

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

branches/pubsub-ordering-keys/google-api-grpc/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,16 @@
644644
<artifactId>grpc-google-cloud-securitycenter-v1beta1</artifactId>
645645
<version>0.47.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-securitycenter-v1beta1:current} -->
646646
</dependency>
647+
<dependency>
648+
<groupId>com.google.api.grpc</groupId>
649+
<artifactId>proto-google-cloud-securitycenter-v1</artifactId>
650+
<version>0.47.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-securitycenter-v1:current} -->
651+
</dependency>
652+
<dependency>
653+
<groupId>com.google.api.grpc</groupId>
654+
<artifactId>grpc-google-cloud-securitycenter-v1</artifactId>
655+
<version>0.47.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-securitycenter-v1:current} -->
656+
</dependency>
647657
<dependency>
648658
<groupId>com.google.api.grpc</groupId>
649659
<artifactId>proto-google-cloud-websecurityscanner-v1alpha</artifactId>
@@ -697,6 +707,7 @@
697707
<module>grpc-google-cloud-redis-v1</module>
698708
<module>grpc-google-cloud-scheduler-v1beta1</module>
699709
<module>grpc-google-cloud-securitycenter-v1beta1</module>
710+
<module>grpc-google-cloud-securitycenter-v1</module>
700711
<module>grpc-google-cloud-spanner-admin-database-v1</module>
701712
<module>grpc-google-cloud-spanner-admin-instance-v1</module>
702713
<module>grpc-google-cloud-spanner-v1</module>
@@ -751,6 +762,7 @@
751762
<module>proto-google-cloud-redis-v1</module>
752763
<module>proto-google-cloud-scheduler-v1beta1</module>
753764
<module>proto-google-cloud-securitycenter-v1beta1</module>
765+
<module>proto-google-cloud-securitycenter-v1</module>
754766
<module>proto-google-cloud-spanner-admin-database-v1</module>
755767
<module>proto-google-cloud-spanner-admin-instance-v1</module>
756768
<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-v1</artifactId>
6+
<version>0.47.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-securitycenter-v1:current} -->
7+
<name>proto-google-cloud-securitycenter-v1</name>
8+
<description>PROTO library for proto-google-cloud-securitycenter-v1</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.47.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)