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

Commit 2320b7a

Browse files
chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-java to 2.16.0 (#475)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 446250659 Source-Link: googleapis/googleapis@dc4ef31 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fdda4ddfbab87998e77e4a453e0ff87986d2db8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZkZGE0ZGRmYmFiODc5OThlNzdlNGE0NTNlMGZmODc5ODZkMmRiOCJ9
1 parent b4ce3da commit 2320b7a

File tree

60 files changed

+548
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+548
-60
lines changed

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

Lines changed: 99 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,6 +55,8 @@
5555
* <p>For example, to set the total timeout of executePatchJob to 30 seconds:
5656
*
5757
* <pre>{@code
58+
* // This snippet has been automatically generated for illustrative purposes only.
59+
* // It may require modifications to work in your environment.
5860
* OsConfigServiceSettings.Builder osConfigServiceSettingsBuilder =
5961
* OsConfigServiceSettings.newBuilder();
6062
* osConfigServiceSettingsBuilder

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

Lines changed: 117 additions & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -59,6 +59,8 @@
5959
* <p>For example, to set the total timeout of getOSPolicyAssignment to 30 seconds:
6060
*
6161
* <pre>{@code
62+
* // This snippet has been automatically generated for illustrative purposes only.
63+
* // It may require modifications to work in your environment.
6264
* OsConfigZonalServiceSettings.Builder osConfigZonalServiceSettingsBuilder =
6365
* OsConfigZonalServiceSettings.newBuilder();
6466
* osConfigZonalServiceSettingsBuilder

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -29,6 +29,8 @@
2929
* <p>Sample for OsConfigServiceClient:
3030
*
3131
* <pre>{@code
32+
* // This snippet has been automatically generated for illustrative purposes only.
33+
* // It may require modifications to work in your environment.
3234
* try (OsConfigServiceClient osConfigServiceClient = OsConfigServiceClient.create()) {
3335
* PatchJobs.ExecutePatchJobRequest request =
3436
* PatchJobs.ExecutePatchJobRequest.newBuilder()
@@ -55,6 +57,8 @@
5557
* <p>Sample for OsConfigZonalServiceClient:
5658
*
5759
* <pre>{@code
60+
* // This snippet has been automatically generated for illustrative purposes only.
61+
* // It may require modifications to work in your environment.
5862
* try (OsConfigZonalServiceClient osConfigZonalServiceClient =
5963
* OsConfigZonalServiceClient.create()) {
6064
* OSPolicyAssignmentName name =

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
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Google LLC
2+
* Copyright 2022 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)