This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: remove CreateCertificateRevocationList, create/delete/updateRe…
…usableConfig methods (#33) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/7f78e411-cdf9-4f4d-9380-e4042f91684d/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 334847962 Source-Link: googleapis/googleapis@7ab31c7
- Loading branch information
1 parent
88ed71d
commit 24f60bc
Showing
46 changed files
with
909 additions
and
18,670 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
google-cloud-security-private-ca/clirr-ignored-differences.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- TODO: remove after 0.2.0 is released --> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/CertificateAuthorityService*</className> | ||
<method>* createCertificateRevocationList*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/CertificateAuthorityService*</className> | ||
<method>* createReusableConfig*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/CertificateAuthorityService*</className> | ||
<method>* deleteReusableConfig*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/CertificateAuthorityService*</className> | ||
<method>* updateReusableConfig*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/stub/*CertificateAuthorityService*</className> | ||
<method>* createCertificateRevocationList*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/stub/*CertificateAuthorityService*</className> | ||
<method>* createReusableConfig*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/stub/*CertificateAuthorityService*</className> | ||
<method>* deleteReusableConfig*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/security/privateca/v1beta1/stub/*CertificateAuthorityService*</className> | ||
<method>* updateReusableConfig*(*)</method> | ||
</difference> | ||
</differences> |
618 changes: 13 additions & 605 deletions
618
...n/java/com/google/cloud/security/privateca/v1beta1/CertificateAuthorityServiceClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.