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

Commit

Permalink
feat: add CustomerManagedEncryptionKey support, ReplicationStatus to …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
yoshi-automation committed Sep 12, 2020
1 parent 1498a5e commit 0d306e8
Show file tree
Hide file tree
Showing 15 changed files with 7,406 additions and 39 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>9.1.0</version>
<version>10.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

```
Expand Down
19 changes: 19 additions & 0 deletions proto-google-cloud-secretmanager-v1/clirr-ignored-differences.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/secretmanager/v1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/secretmanager/v1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/secretmanager/v1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>

0 comments on commit 0d306e8

Please sign in to comment.