Skip to content

Commit aeff9fa

Browse files
authored
---
yaml --- r: 30579 b: refs/heads/autosynth-automl c: aa0d2aa h: refs/heads/master i: 30577: b8e6bc2 30575: 954ef92
1 parent 091b67e commit aeff9fa

109 files changed

Lines changed: 55899 additions & 11 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
@@ -121,7 +121,7 @@ refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
121121
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
122122
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
123123
refs/heads/autosynth-asset: bdb45634a0fe8f7a510692b56b31f5312e25f453
124-
refs/heads/autosynth-automl: 2fb6228a3f6430d27d72843b29224b5d17483153
124+
refs/heads/autosynth-automl: aa0d2aa18970c9c804c863fd4e124b56e0da41ed
125125
refs/heads/autosynth-bigquerydatatransfer: d88aa5aae5fd9d3c6d75bbab1a05162c6d4d948f
126126
refs/heads/autosynth-bigquerystorage: d2c53da3b012e38c662e4df0738042435f19365f
127127
refs/heads/autosynth-bigtable: 9e5429f45cf9face9fed585d0233534993e36b58

branches/autosynth-automl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This library supports the following Google Cloud Platform services with clients
3636
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
3737
- [Cloud IoT Core](google-cloud-clients/google-cloud-iot) (Beta)
3838
- [Cloud Phishing Protection](google-cloud-clients/google-cloud-phishingprotection) (Beta)
39+
- [Cloud Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Beta)
3940
- [Cloud Talent Solution](google-cloud-clients/google-cloud-talent) (Beta)
4041
- [Cloud Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
4142
- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta)
@@ -57,7 +58,6 @@ This library supports the following Google Cloud Platform services with clients
5758
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
5859
- [Cloud Memorystore for Redis](google-cloud-clients/google-cloud-redis) (Alpha)
5960
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
60-
- [Cloud Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Alpha)
6161
- [Cloud Web Risk](google-cloud-clients/google-cloud-webrisk) (Alpha)
6262
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)
6363

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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-websecurityscanner-v1beta</artifactId>
6+
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-websecurityscanner-v1beta:current} -->
7+
<name>grpc-google-cloud-websecurityscanner-v1beta</name>
8+
<description>GRPC library for grpc-google-cloud-websecurityscanner-v1beta</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.59.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-websecurityscanner-v1beta</artifactId>
28+
<scope>compile</scope>
29+
</dependency>
30+
</dependencies>
31+
<reporting>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-javadoc-plugin</artifactId>
36+
<version>3.1.0</version>
37+
<configuration>
38+
<show>protected</show>
39+
<nohelp>true</nohelp>
40+
<doclint>none</doclint>
41+
<splitindex>true</splitindex>
42+
<offlineLinks>
43+
<offlineLink>
44+
<url>${project.javadoc.protobufBaseURL}</url>
45+
<location>../../../../proto-google-cloud-websecurityscanner-v1beta/target/site/apidocs/</location>
46+
</offlineLink>
47+
</offlineLinks>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</reporting>
52+
</project>

branches/autosynth-automl/google-api-grpc/grpc-google-cloud-websecurityscanner-v1beta/src/main/java/com/google/cloud/websecurityscanner/v1beta/WebSecurityScannerGrpc.java

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

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,16 @@
755755
<artifactId>grpc-google-cloud-websecurityscanner-v1alpha</artifactId>
756756
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-websecurityscanner-v1alpha:current} -->
757757
</dependency>
758+
<dependency>
759+
<groupId>com.google.api.grpc</groupId>
760+
<artifactId>proto-google-cloud-websecurityscanner-v1beta</artifactId>
761+
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-websecurityscanner-v1beta:current} -->
762+
</dependency>
763+
<dependency>
764+
<groupId>com.google.api.grpc</groupId>
765+
<artifactId>grpc-google-cloud-websecurityscanner-v1beta</artifactId>
766+
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-websecurityscanner-v1beta:current} -->
767+
</dependency>
758768
<dependency>
759769
<groupId>com.google.api.grpc</groupId>
760770
<artifactId>proto-google-cloud-iamcredentials-v1</artifactId>
@@ -875,6 +885,7 @@
875885
<module>grpc-google-cloud-vision-v1p4beta1</module>
876886
<module>grpc-google-cloud-webrisk-v1beta1</module>
877887
<module>grpc-google-cloud-websecurityscanner-v1alpha</module>
888+
<module>grpc-google-cloud-websecurityscanner-v1beta</module>
878889

879890
<module>proto-google-cloud-asset-v1</module>
880891
<module>proto-google-cloud-asset-v1beta1</module>
@@ -943,6 +954,7 @@
943954
<module>proto-google-cloud-vision-v1p4beta1</module>
944955
<module>proto-google-cloud-webrisk-v1beta1</module>
945956
<module>proto-google-cloud-websecurityscanner-v1alpha</module>
957+
<module>proto-google-cloud-websecurityscanner-v1beta</module>
946958
</modules>
947959

948960
<build>
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>proto-google-cloud-websecurityscanner-v1beta</artifactId>
6+
<version>0.59.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-websecurityscanner-v1beta:current} -->
7+
<name>proto-google-cloud-websecurityscanner-v1beta</name>
8+
<description>PROTO library for proto-google-cloud-websecurityscanner-v1beta</description>
9+
<parent>
10+
<groupId>com.google.api.grpc</groupId>
11+
<artifactId>google-api-grpc</artifactId>
12+
<version>0.59.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+
</dependencies>
31+
</project>

0 commit comments

Comments
 (0)