Skip to content

Commit 89798f9

Browse files
chore(bazel): update protobuf to v3.21.3 (#505)
- [ ] Regenerate this pull request now. chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: googleapis/googleapis@52130a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
1 parent 5d10935 commit 89798f9

File tree

2 files changed

+4
-4
lines changed
  • java-os-config
    • proto-google-cloud-os-config-v1/src/main/java/com/google/cloud/osconfig/v1
    • proto-google-cloud-os-config-v1beta/src/main/java/com/google/cloud/osconfig/v1beta

2 files changed

+4
-4
lines changed

java-os-config/proto-google-cloud-os-config-v1/src/main/java/com/google/cloud/osconfig/v1/PatchJobs.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -27850,8 +27850,8 @@ public int getClassificationsValue(int index) {
2785027850
* repeated .google.cloud.osconfig.v1.WindowsUpdateSettings.Classification classifications = 1;
2785127851
* </code>
2785227852
*
27853-
* @param index The index of the value to return.
27854-
* @return The enum numeric value on the wire of classifications at the given index.
27853+
* @param index The index to set the value at.
27854+
* @param value The enum numeric value on the wire for classifications to set.
2785527855
* @return This builder for chaining.
2785627856
*/
2785727857
public Builder setClassificationsValue(int index, int value) {

java-os-config/proto-google-cloud-os-config-v1beta/src/main/java/com/google/cloud/osconfig/v1beta/PatchJobs.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -27825,8 +27825,8 @@ public int getClassificationsValue(int index) {
2782527825
* repeated .google.cloud.osconfig.v1beta.WindowsUpdateSettings.Classification classifications = 1;
2782627826
* </code>
2782727827
*
27828-
* @param index The index of the value to return.
27829-
* @return The enum numeric value on the wire of classifications at the given index.
27828+
* @param index The index to set the value at.
27829+
* @param value The enum numeric value on the wire for classifications to set.
2783027830
* @return This builder for chaining.
2783127831
*/
2783227832
public Builder setClassificationsValue(int index, int value) {

0 commit comments

Comments
 (0)