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

Commit

Permalink
feat: Added PatchRollout feature to PatchDeployments feat: Added Inve…
Browse files Browse the repository at this point in the history
…ntory proto definitions for VM Manager Inventory. (#160)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/f6277918-f6a1-41b9-895e-682d8a389161/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 341842584
Source-Link: googleapis/googleapis@4b0ad15
  • Loading branch information
yoshi-automation committed Nov 12, 2020
1 parent a7859ee commit 8bc3480
Show file tree
Hide file tree
Showing 16 changed files with 21,730 additions and 437 deletions.
Expand Up @@ -15,7 +15,7 @@
*/

/**
* A client to Cloud OS Config API.
* A client to OS Config API.
*
* <p>The interfaces provided are listed below, along with usage samples.
*
Expand Down
Expand Up @@ -36,7 +36,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC callable factory implementation for Cloud OS Config API.
* gRPC callable factory implementation for OS Config API.
*
* <p>This class is for advanced usage.
*/
Expand Down
Expand Up @@ -52,7 +52,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* gRPC stub implementation for Cloud OS Config API.
* gRPC stub implementation for OS Config API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
Expand Up @@ -41,7 +41,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS
/**
* Base stub class for Cloud OS Config API.
* Base stub class for OS Config API.
*
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
Expand Down
19 changes: 19 additions & 0 deletions proto-google-cloud-os-config-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/osconfig/v1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/osconfig/v1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/osconfig/v1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>

0 comments on commit 8bc3480

Please sign in to comment.