Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit f109202

Browse files
fix: Modify the bazel.BUILD file by hand to include the compliance protos which are not autogenerated (#439)
- [x] Regenerate this pull request now. PiperOrigin-RevId: 420306668 Source-Link: googleapis/googleapis@9a8910e Source-Link: https://github.com/googleapis/googleapis-gen/commit/24c9bfc4d59f50a49e22a6070d1c229f523defdc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjRjOWJmYzRkNTlmNTBhNDllMjJhNjA3MGQxYzIyOWY1MjNkZWZkYyJ9
1 parent d5e59c2 commit f109202

File tree

192 files changed

+6356
-924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+6356
-924
lines changed

clirr-ignored-differences.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>io/grafeas/v1/DiscoveryOccurrenceOrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>io/grafeas/v1/DiscoveryOccurrenceOrBuilder</className>
12+
<method>* has*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7006</differenceType>
16+
<className>io/grafeas/v1/VulnerabilityOccurrence*</className>
17+
<method>* *Cvssv3*()</method>
18+
<to>*</to>
19+
</difference>
20+
<difference>
21+
<differenceType>7005</differenceType>
22+
<className>io/grafeas/v1/VulnerabilityOccurrence*</className>
23+
<method>* *Cvssv3*(*)</method>
24+
<to>* *Cvssv3*(*)</to>
25+
</difference>
26+
<difference>
27+
<differenceType>8001</differenceType>
28+
<className>io/grafeas/v1/VulnerabilityOccurrence*</className>
29+
</difference>
30+
31+
</differences>

src/main/java/io/grafeas/v1/AliasContext.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/provenance.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
/**

src/main/java/io/grafeas/v1/AliasContextOrBuilder.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/provenance.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
public interface AliasContextOrBuilder

src/main/java/io/grafeas/v1/Architecture.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/package.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
/**

src/main/java/io/grafeas/v1/Artifact.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/provenance.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
/**

src/main/java/io/grafeas/v1/ArtifactOrBuilder.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/provenance.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
public interface ArtifactOrBuilder

src/main/java/io/grafeas/v1/Attestation.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/attestation.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
public final class Attestation {

src/main/java/io/grafeas/v1/AttestationNote.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/attestation.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
/**

src/main/java/io/grafeas/v1/AttestationNoteOrBuilder.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/attestation.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
public interface AttestationNoteOrBuilder

src/main/java/io/grafeas/v1/AttestationOccurrence.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@
1717
// Generated by the protocol buffer compiler. DO NOT EDIT!
1818
// source: grafeas/v1/attestation.proto
1919

20+
/*
21+
* Copyright 2019 The Grafeas Authors. All rights reserved.
22+
*
23+
* Licensed under the Apache License, Version 2.0 (the "License");
24+
* you may not use this file except in compliance with the License.
25+
* You may obtain a copy of the License at
26+
*
27+
* https://www.apache.org/licenses/LICENSE-2.0
28+
*
29+
* Unless required by applicable law or agreed to in writing, software
30+
* distributed under the License is distributed on an "AS IS" BASIS,
31+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32+
* See the License for the specific language governing permissions and
33+
* limitations under the License.
34+
*/
35+
2036
package io.grafeas.v1;
2137

2238
/**

0 commit comments

Comments
 (0)