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

Commit 0d306e8

Browse files
feat: add CustomerManagedEncryptionKey support, ReplicationStatus to SecretVersion (#217)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4359b16b-f8e6-4341-827e-2f6e6fe82214/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 330793532 Source-Link: googleapis/googleapis@f17ea33
1 parent 1498a5e commit 0d306e8

15 files changed

+7406
-39
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>9.1.0</version>
20+
<version>10.1.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-secretmanager</artifactId>
42-
<version>1.1.0</version>
42+
<version>1.1.1</version>
4343
</dependency>
4444

4545
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>com/google/cloud/secretmanager/v1/*OrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>com/google/cloud/secretmanager/v1/*OrBuilder</className>
12+
<method>boolean contains*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7012</differenceType>
16+
<className>com/google/cloud/secretmanager/v1/*OrBuilder</className>
17+
<method>boolean has*(*)</method>
18+
</difference>
19+
</differences>

0 commit comments

Comments
 (0)