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

Commit 8bc3480

Browse files
feat: Added PatchRollout feature to PatchDeployments feat: Added Inventory 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
1 parent a7859ee commit 8bc3480

File tree

16 files changed

+21730
-437
lines changed

16 files changed

+21730
-437
lines changed

google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Cloud OS Config API.
18+
* A client to OS Config API.
1919
*
2020
* <p>The interfaces provided are listed below, along with usage samples.
2121
*

google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/GrpcOsConfigServiceCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// AUTO-GENERATED DOCUMENTATION AND CLASS
3838
/**
39-
* gRPC callable factory implementation for Cloud OS Config API.
39+
* gRPC callable factory implementation for OS Config API.
4040
*
4141
* <p>This class is for advanced usage.
4242
*/

google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/GrpcOsConfigServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
// AUTO-GENERATED DOCUMENTATION AND CLASS
5454
/**
55-
* gRPC stub implementation for Cloud OS Config API.
55+
* gRPC stub implementation for OS Config API.
5656
*
5757
* <p>This class is for advanced usage and reflects the underlying API directly.
5858
*/

google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/OsConfigServiceStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// AUTO-GENERATED DOCUMENTATION AND CLASS
4343
/**
44-
* Base stub class for Cloud OS Config API.
44+
* Base stub class for OS Config API.
4545
*
4646
* <p>This class is for advanced usage and reflects the underlying API directly.
4747
*/
Lines changed: 19 additions & 0 deletions
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/osconfig/v1/*OrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>com/google/cloud/osconfig/v1/*OrBuilder</className>
12+
<method>boolean contains*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7012</differenceType>
16+
<className>com/google/cloud/osconfig/v1/*OrBuilder</className>
17+
<method>boolean has*(*)</method>
18+
</difference>
19+
</differences>

0 commit comments

Comments
 (0)