From 8d0232ced211b7860329af3e305a4e62654fc971 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:20:26 +0000 Subject: [PATCH 1/5] chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, generator_java versions (#370) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 472750037 Source-Link: https://github.com/googleapis/googleapis/commit/88f2ea3f53b9712f2e04f28f06210f6f77fa7e24 Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9 --- .../v1/AccessContextManagerClient.java | 707 +++++++++++++----- .../v1/AccessContextManagerSettings.java | 7 +- .../accesscontextmanager/v1/package-info.java | 7 +- .../AccessContextManagerStubSettings.java | 7 +- .../HttpJsonAccessContextManagerStub.java | 28 +- 5 files changed, 537 insertions(+), 219 deletions(-) diff --git a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java index b4ebe23..3445dd4 100644 --- a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java +++ b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.java @@ -54,8 +54,11 @@ * calls that map to API methods. Sample code to get started: * *
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (AccessContextManagerClient accessContextManagerClient =
  *     AccessContextManagerClient.create()) {
  *   AccessPolicyName name = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -93,8 +96,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * AccessContextManagerSettings accessContextManagerSettings =
  *     AccessContextManagerSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -106,8 +112,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * AccessContextManagerSettings accessContextManagerSettings =
  *     AccessContextManagerSettings.newBuilder().setEndpoint(myEndpoint).build();
  * AccessContextManagerClient accessContextManagerClient =
@@ -118,8 +127,11 @@
  * the wire:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * AccessContextManagerSettings accessContextManagerSettings =
  *     AccessContextManagerSettings.newBuilder()
  *         .setTransportChannelProvider(
@@ -214,8 +226,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListAccessPoliciesRequest request =
@@ -247,8 +262,11 @@ public final ListAccessPoliciesPagedResponse listAccessPolicies(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListAccessPoliciesRequest request =
@@ -279,8 +297,11 @@ public final ListAccessPoliciesPagedResponse listAccessPolicies(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListAccessPoliciesRequest request =
@@ -317,8 +338,11 @@ public final ListAccessPoliciesPagedResponse listAccessPolicies(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicyName name = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -343,8 +367,11 @@ public final AccessPolicy getAccessPolicy(AccessPolicyName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name = AccessPolicyName.of("[ACCESS_POLICY]").toString();
@@ -368,8 +395,11 @@ public final AccessPolicy getAccessPolicy(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetAccessPolicyRequest request =
@@ -394,8 +424,11 @@ public final AccessPolicy getAccessPolicy(GetAccessPolicyRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetAccessPolicyRequest request =
@@ -423,8 +456,11 @@ public final UnaryCallable getAccessPolicy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicy request =
@@ -458,8 +494,11 @@ public final UnaryCallable getAccessPolicy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicy request =
@@ -493,8 +532,11 @@ public final UnaryCallable getAccessPolicy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicy request =
@@ -528,8 +570,11 @@ public final UnaryCallable createAccessPolicyCallable()
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicy policy = AccessPolicy.newBuilder().build();
@@ -561,8 +606,11 @@ public final UnaryCallable createAccessPolicyCallable()
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateAccessPolicyRequest request =
@@ -593,8 +641,11 @@ public final UnaryCallable createAccessPolicyCallable()
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateAccessPolicyRequest request =
@@ -626,8 +677,11 @@ public final UnaryCallable createAccessPolicyCallable()
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateAccessPolicyRequest request =
@@ -656,8 +710,11 @@ public final UnaryCallable updateAccessPol
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicyName name = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -688,8 +745,11 @@ public final UnaryCallable updateAccessPol
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name = AccessPolicyName.of("[ACCESS_POLICY]").toString();
@@ -718,8 +778,11 @@ public final UnaryCallable updateAccessPol
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteAccessPolicyRequest request =
@@ -748,8 +811,11 @@ public final UnaryCallable updateAccessPol
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteAccessPolicyRequest request =
@@ -779,8 +845,11 @@ public final UnaryCallable updateAccessPol
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteAccessPolicyRequest request =
@@ -806,8 +875,11 @@ public final UnaryCallable deleteAccessPol
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicyName parent = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -838,8 +910,11 @@ public final ListAccessLevelsPagedResponse listAccessLevels(AccessPolicyName par
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String parent = AccessPolicyName.of("[ACCESS_POLICY]").toString();
@@ -868,8 +943,11 @@ public final ListAccessLevelsPagedResponse listAccessLevels(String parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListAccessLevelsRequest request =
@@ -901,8 +979,11 @@ public final ListAccessLevelsPagedResponse listAccessLevels(ListAccessLevelsRequ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListAccessLevelsRequest request =
@@ -934,8 +1015,11 @@ public final ListAccessLevelsPagedResponse listAccessLevels(ListAccessLevelsRequ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListAccessLevelsRequest request =
@@ -973,8 +1057,11 @@ public final ListAccessLevelsPagedResponse listAccessLevels(ListAccessLevelsRequ
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessLevelName name = AccessLevelName.of("[ACCESS_POLICY]", "[ACCESS_LEVEL]");
@@ -1000,8 +1087,11 @@ public final AccessLevel getAccessLevel(AccessLevelName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name = AccessLevelName.of("[ACCESS_POLICY]", "[ACCESS_LEVEL]").toString();
@@ -1026,8 +1116,11 @@ public final AccessLevel getAccessLevel(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetAccessLevelRequest request =
@@ -1053,8 +1146,11 @@ public final AccessLevel getAccessLevel(GetAccessLevelRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetAccessLevelRequest request =
@@ -1084,8 +1180,11 @@ public final UnaryCallable getAccessLevelCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicyName parent = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -1125,8 +1224,11 @@ public final UnaryCallable getAccessLevelCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String parent = AccessPolicyName.of("[ACCESS_POLICY]").toString();
@@ -1163,8 +1265,11 @@ public final UnaryCallable getAccessLevelCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateAccessLevelRequest request =
@@ -1195,8 +1300,11 @@ public final UnaryCallable getAccessLevelCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateAccessLevelRequest request =
@@ -1228,8 +1336,11 @@ public final UnaryCallable getAccessLevelCal
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateAccessLevelRequest request =
@@ -1259,8 +1370,11 @@ public final UnaryCallable createAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessLevel accessLevel = AccessLevel.newBuilder().build();
@@ -1298,8 +1412,11 @@ public final UnaryCallable createAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateAccessLevelRequest request =
@@ -1330,8 +1447,11 @@ public final UnaryCallable createAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateAccessLevelRequest request =
@@ -1363,8 +1483,11 @@ public final UnaryCallable createAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateAccessLevelRequest request =
@@ -1393,8 +1516,11 @@ public final UnaryCallable updateAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessLevelName name = AccessLevelName.of("[ACCESS_POLICY]", "[ACCESS_LEVEL]");
@@ -1426,8 +1552,11 @@ public final OperationFuture delet
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name = AccessLevelName.of("[ACCESS_POLICY]", "[ACCESS_LEVEL]").toString();
@@ -1456,8 +1585,11 @@ public final OperationFuture delet
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteAccessLevelRequest request =
@@ -1486,8 +1618,11 @@ public final OperationFuture delet
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteAccessLevelRequest request =
@@ -1517,8 +1652,11 @@ public final OperationFuture delet
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteAccessLevelRequest request =
@@ -1553,8 +1691,11 @@ public final UnaryCallable deleteAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ReplaceAccessLevelsRequest request =
@@ -1593,8 +1734,11 @@ public final UnaryCallable deleteAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ReplaceAccessLevelsRequest request =
@@ -1635,8 +1779,11 @@ public final UnaryCallable deleteAccessLeve
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ReplaceAccessLevelsRequest request =
@@ -1664,8 +1811,11 @@ public final UnaryCallable replaceAccessL
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicyName parent = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -1697,8 +1847,11 @@ public final ListServicePerimetersPagedResponse listServicePerimeters(AccessPoli
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String parent = AccessPolicyName.of("[ACCESS_POLICY]").toString();
@@ -1728,8 +1881,11 @@ public final ListServicePerimetersPagedResponse listServicePerimeters(String par
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListServicePerimetersRequest request =
@@ -1761,8 +1917,11 @@ public final ListServicePerimetersPagedResponse listServicePerimeters(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListServicePerimetersRequest request =
@@ -1793,8 +1952,11 @@ public final ListServicePerimetersPagedResponse listServicePerimeters(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListServicePerimetersRequest request =
@@ -1832,8 +1994,11 @@ public final ListServicePerimetersPagedResponse listServicePerimeters(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ServicePerimeterName name = ServicePerimeterName.of("[ACCESS_POLICY]", "[SERVICE_PERIMETER]");
@@ -1862,8 +2027,11 @@ public final ServicePerimeter getServicePerimeter(ServicePerimeterName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name = ServicePerimeterName.of("[ACCESS_POLICY]", "[SERVICE_PERIMETER]").toString();
@@ -1890,8 +2058,11 @@ public final ServicePerimeter getServicePerimeter(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetServicePerimeterRequest request =
@@ -1917,8 +2088,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetServicePerimeterRequest request =
@@ -1948,8 +2122,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   AccessPolicyName parent = AccessPolicyName.of("[ACCESS_POLICY]");
@@ -1989,8 +2166,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String parent = AccessPolicyName.of("[ACCESS_POLICY]").toString();
@@ -2030,8 +2210,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateServicePerimeterRequest request =
@@ -2063,8 +2246,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateServicePerimeterRequest request =
@@ -2096,8 +2282,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateServicePerimeterRequest request =
@@ -2129,8 +2318,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ServicePerimeter servicePerimeter = ServicePerimeter.newBuilder().build();
@@ -2169,8 +2361,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateServicePerimeterRequest request =
@@ -2203,8 +2398,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateServicePerimeterRequest request =
@@ -2237,8 +2435,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateServicePerimeterRequest request =
@@ -2268,8 +2469,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ServicePerimeterName name = ServicePerimeterName.of("[ACCESS_POLICY]", "[SERVICE_PERIMETER]");
@@ -2301,8 +2505,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name = ServicePerimeterName.of("[ACCESS_POLICY]", "[SERVICE_PERIMETER]").toString();
@@ -2332,8 +2539,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteServicePerimeterRequest request =
@@ -2362,8 +2572,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteServicePerimeterRequest request =
@@ -2393,8 +2606,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteServicePerimeterRequest request =
@@ -2428,8 +2644,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ReplaceServicePerimetersRequest request =
@@ -2467,8 +2686,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ReplaceServicePerimetersRequest request =
@@ -2510,8 +2732,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ReplaceServicePerimetersRequest request =
@@ -2550,8 +2775,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CommitServicePerimetersRequest request =
@@ -2591,8 +2819,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CommitServicePerimetersRequest request =
@@ -2636,8 +2867,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CommitServicePerimetersRequest request =
@@ -2665,8 +2899,11 @@ public final ServicePerimeter getServicePerimeter(GetServicePerimeterRequest req
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
@@ -2697,8 +2934,11 @@ public final ListGcpUserAccessBindingsPagedResponse listGcpUserAccessBindings(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String parent = OrganizationName.of("[ORGANIZATION]").toString();
@@ -2726,8 +2966,11 @@ public final ListGcpUserAccessBindingsPagedResponse listGcpUserAccessBindings(St
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListGcpUserAccessBindingsRequest request =
@@ -2759,8 +3002,11 @@ public final ListGcpUserAccessBindingsPagedResponse listGcpUserAccessBindings(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListGcpUserAccessBindingsRequest request =
@@ -2792,8 +3038,11 @@ public final ListGcpUserAccessBindingsPagedResponse listGcpUserAccessBindings(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   ListGcpUserAccessBindingsRequest request =
@@ -2831,8 +3080,11 @@ public final ListGcpUserAccessBindingsPagedResponse listGcpUserAccessBindings(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GcpUserAccessBindingName name =
@@ -2860,8 +3112,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(GcpUserAccessBindingNa
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name =
@@ -2887,8 +3142,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetGcpUserAccessBindingRequest request =
@@ -2917,8 +3175,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GetGcpUserAccessBindingRequest request =
@@ -2952,8 +3213,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   OrganizationName parent = OrganizationName.of("[ORGANIZATION]");
@@ -2994,8 +3258,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String parent = OrganizationName.of("[ORGANIZATION]").toString();
@@ -3035,8 +3302,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateGcpUserAccessBindingRequest request =
@@ -3070,8 +3340,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateGcpUserAccessBindingRequest request =
@@ -3109,8 +3382,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   CreateGcpUserAccessBindingRequest request =
@@ -3140,8 +3416,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GcpUserAccessBinding gcpUserAccessBinding = GcpUserAccessBinding.newBuilder().build();
@@ -3181,8 +3460,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateGcpUserAccessBindingRequest request =
@@ -3213,8 +3495,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateGcpUserAccessBindingRequest request =
@@ -3249,8 +3534,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   UpdateGcpUserAccessBindingRequest request =
@@ -3280,8 +3568,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   GcpUserAccessBindingName name =
@@ -3312,8 +3603,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   String name =
@@ -3342,8 +3636,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteGcpUserAccessBindingRequest request =
@@ -3374,8 +3671,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteGcpUserAccessBindingRequest request =
@@ -3409,8 +3709,11 @@ public final GcpUserAccessBinding getGcpUserAccessBinding(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (AccessContextManagerClient accessContextManagerClient =
    *     AccessContextManagerClient.create()) {
    *   DeleteGcpUserAccessBindingRequest request =
diff --git a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java
index 3dbb43e..6887fe8 100644
--- a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java
+++ b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerSettings.java
@@ -60,8 +60,11 @@
  * 

For example, to set the total timeout of getAccessPolicy to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * AccessContextManagerSettings.Builder accessContextManagerSettingsBuilder =
  *     AccessContextManagerSettings.newBuilder();
  * accessContextManagerSettingsBuilder
diff --git a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java
index 8e6e1e2..8977537 100644
--- a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java
+++ b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/package-info.java
@@ -31,8 +31,11 @@
  * 

Sample for AccessContextManagerClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (AccessContextManagerClient accessContextManagerClient =
  *     AccessContextManagerClient.create()) {
  *   AccessPolicyName name = AccessPolicyName.of("[ACCESS_POLICY]");
diff --git a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java
index 9a34751..826adde 100644
--- a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java
+++ b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java
@@ -115,8 +115,11 @@
  * 

For example, to set the total timeout of getAccessPolicy to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * AccessContextManagerStubSettings.Builder accessContextManagerSettingsBuilder =
  *     AccessContextManagerStubSettings.newBuilder();
  * accessContextManagerSettingsBuilder
diff --git a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java
index 2f43c74..8a12390 100644
--- a/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java
+++ b/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/HttpJsonAccessContextManagerStub.java
@@ -201,7 +201,8 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                           })
                       .setRequestBodyExtractor(
                           request ->
-                              ProtoRestSerializer.create().toBody("*", request.toBuilder().build()))
+                              ProtoRestSerializer.create()
+                                  .toBody("*", request.toBuilder().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -242,7 +243,8 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                           })
                       .setRequestBodyExtractor(
                           request ->
-                              ProtoRestSerializer.create().toBody("policy", request.getPolicy()))
+                              ProtoRestSerializer.create()
+                                  .toBody("policy", request.getPolicy(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -393,7 +395,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("accessLevel", request.getAccessLevel()))
+                                  .toBody("accessLevel", request.getAccessLevel(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -435,7 +437,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("accessLevel", request.getAccessLevel()))
+                                  .toBody("accessLevel", request.getAccessLevel(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -512,7 +514,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -624,7 +626,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("servicePerimeter", request.getServicePerimeter()))
+                                  .toBody("servicePerimeter", request.getServicePerimeter(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -668,7 +670,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("servicePerimeter", request.getServicePerimeter()))
+                                  .toBody("servicePerimeter", request.getServicePerimeter(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -745,7 +747,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -785,7 +787,7 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -898,7 +900,9 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                           request ->
                               ProtoRestSerializer.create()
                                   .toBody(
-                                      "gcpUserAccessBinding", request.getGcpUserAccessBinding()))
+                                      "gcpUserAccessBinding",
+                                      request.getGcpUserAccessBinding(),
+                                      false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -943,7 +947,9 @@ public class HttpJsonAccessContextManagerStub extends AccessContextManagerStub {
                           request ->
                               ProtoRestSerializer.create()
                                   .toBody(
-                                      "gcpUserAccessBinding", request.getGcpUserAccessBinding()))
+                                      "gcpUserAccessBinding",
+                                      request.getGcpUserAccessBinding(),
+                                      false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()

From 600028458ddae9e22ee945e804bdde7f3abe9909 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
 <55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 9 Sep 2022 15:08:14 +0000
Subject: [PATCH 2/5] chore(main): release 1.4.3-SNAPSHOT (#373)

:robot: I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
 google-identity-accesscontextmanager-bom/pom.xml       | 10 +++++-----
 google-identity-accesscontextmanager/pom.xml           |  4 ++--
 grpc-google-identity-accesscontextmanager-v1/pom.xml   |  4 ++--
 pom.xml                                                | 10 +++++-----
 .../pom.xml                                            |  4 ++--
 proto-google-identity-accesscontextmanager-v1/pom.xml  |  6 +++---
 versions.txt                                           |  8 ++++----
 7 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/google-identity-accesscontextmanager-bom/pom.xml b/google-identity-accesscontextmanager-bom/pom.xml
index 1872a34..eb5fa71 100644
--- a/google-identity-accesscontextmanager-bom/pom.xml
+++ b/google-identity-accesscontextmanager-bom/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   com.google.cloud
   google-identity-accesscontextmanager-bom
-  1.4.2
+  1.4.3-SNAPSHOT
   pom
   
     com.google.cloud
@@ -65,22 +65,22 @@
       
         com.google.cloud
         google-identity-accesscontextmanager
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         com.google.api.grpc
         grpc-google-identity-accesscontextmanager-v1
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         com.google.api.grpc
         proto-google-identity-accesscontextmanager-v1
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         com.google.api.grpc
         proto-google-identity-accesscontextmanager-type
-        1.4.2
+        1.4.3-SNAPSHOT
       
     
   
diff --git a/google-identity-accesscontextmanager/pom.xml b/google-identity-accesscontextmanager/pom.xml
index caaaf4a..fc9a71f 100644
--- a/google-identity-accesscontextmanager/pom.xml
+++ b/google-identity-accesscontextmanager/pom.xml
@@ -3,7 +3,7 @@
   4.0.0
   com.google.cloud
   google-identity-accesscontextmanager
-  1.4.2
+  1.4.3-SNAPSHOT
   jar
   Google Identity Access Context Manager
   https://github.com/googleapis/java-accesscontextmanager
@@ -11,7 +11,7 @@
   
     com.google.cloud
     google-identity-accesscontextmanager-parent
-    1.4.2
+    1.4.3-SNAPSHOT
   
   
     google-identity-accesscontextmanager
diff --git a/grpc-google-identity-accesscontextmanager-v1/pom.xml b/grpc-google-identity-accesscontextmanager-v1/pom.xml
index 615fe97..641d58e 100644
--- a/grpc-google-identity-accesscontextmanager-v1/pom.xml
+++ b/grpc-google-identity-accesscontextmanager-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-identity-accesscontextmanager-v1
-  1.4.2
+  1.4.3-SNAPSHOT
   grpc-google-identity-accesscontextmanager-v1
   GRPC library for google-identity-accesscontextmanager
   
     com.google.cloud
     google-identity-accesscontextmanager-parent
-    1.4.2
+    1.4.3-SNAPSHOT
   
   
     
diff --git a/pom.xml b/pom.xml
index 661486d..3c04a43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   com.google.cloud
   google-identity-accesscontextmanager-parent
   pom
-  1.4.2
+  1.4.3-SNAPSHOT
   Google Identity Access Context Manager Parent
   https://github.com/googleapis/java-accesscontextmanager
   
@@ -70,22 +70,22 @@
       
         com.google.api.grpc
         proto-google-identity-accesscontextmanager-type
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         com.google.api.grpc
         proto-google-identity-accesscontextmanager-v1
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         com.google.api.grpc
         grpc-google-identity-accesscontextmanager-v1
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         com.google.cloud
         google-identity-accesscontextmanager
-        1.4.2
+        1.4.3-SNAPSHOT
       
       
         junit
diff --git a/proto-google-identity-accesscontextmanager-type/pom.xml b/proto-google-identity-accesscontextmanager-type/pom.xml
index 6e8e736..5f3ec2f 100644
--- a/proto-google-identity-accesscontextmanager-type/pom.xml
+++ b/proto-google-identity-accesscontextmanager-type/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-identity-accesscontextmanager-type
-  1.4.2
+  1.4.3-SNAPSHOT
   proto-google-identity-accesscontextmanager-type
   PROTO library for proto-google-identity-accesscontextmanager-type
   
     com.google.cloud
     google-identity-accesscontextmanager-parent
-    1.4.2
+    1.4.3-SNAPSHOT
   
   
     
diff --git a/proto-google-identity-accesscontextmanager-v1/pom.xml b/proto-google-identity-accesscontextmanager-v1/pom.xml
index 06ed1fc..041d45e 100644
--- a/proto-google-identity-accesscontextmanager-v1/pom.xml
+++ b/proto-google-identity-accesscontextmanager-v1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-identity-accesscontextmanager-v1
-  1.4.2
+  1.4.3-SNAPSHOT
   proto-google-identity-accesscontextmanager-v1
   PROTO library for proto-google-identity-accesscontextmanager-v1
   
     com.google.cloud
     google-identity-accesscontextmanager-parent
-    1.4.2
+    1.4.3-SNAPSHOT
   
   
     
@@ -32,7 +32,7 @@
     
       com.google.api.grpc
       proto-google-identity-accesscontextmanager-type
-      1.4.2
+      1.4.3-SNAPSHOT
     
   
 
diff --git a/versions.txt b/versions.txt
index a65ad86..da6a95b 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,7 +1,7 @@
 # Format:
 # module:released-version:current-version
 
-google-identity-accesscontextmanager:1.4.2:1.4.2
-grpc-google-identity-accesscontextmanager-v1:1.4.2:1.4.2
-proto-google-identity-accesscontextmanager-v1:1.4.2:1.4.2
-proto-google-identity-accesscontextmanager-type:1.4.2:1.4.2
+google-identity-accesscontextmanager:1.4.2:1.4.3-SNAPSHOT
+grpc-google-identity-accesscontextmanager-v1:1.4.2:1.4.3-SNAPSHOT
+proto-google-identity-accesscontextmanager-v1:1.4.2:1.4.3-SNAPSHOT
+proto-google-identity-accesscontextmanager-type:1.4.2:1.4.3-SNAPSHOT

From 8921d946df91c42226733e4842c1cd2b7c7ed5a2 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Sat, 10 Sep 2022 02:14:30 +0000
Subject: [PATCH 3/5] chore: Generated snippets should not be owned by samples
 reviewers (#1575) (#375)

Source-Link: https://github.com/googleapis/synthtool/commit/2e9ac19d5b8181af77cdc5337cf922517813cc49
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
---
 .github/.OwlBot.lock.yaml | 3 +--
 .github/CODEOWNERS        | 3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index de9173d..6259292 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,5 +13,4 @@
 # limitations under the License.
 docker:
   image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
-  digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00
-# created: 2022-07-13T13:53:17.676447481Z
+  digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 30fdb7b..db2d8ad 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,3 +8,6 @@
 
 # The java-samples-reviewers team is the default owner for samples changes
 samples/**/*.java       @googleapis/java-samples-reviewers
+
+# Generated snippets should not be owned by samples reviewers
+samples/snippets/generated/       @googleapis/yoshi-java

From 33e00b98551c87bf65f48c9d02ee59232b861d6b Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate 
Date: Thu, 15 Sep 2022 14:14:16 +0200
Subject: [PATCH 4/5] deps: update dependency
 com.google.cloud:google-cloud-shared-dependencies to v3.0.3 (#376)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.2` -> `3.0.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.3/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

googleapis/java-shared-dependencies ### [`v3.0.3`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​303-httpsgithubcomgoogleapisjava-shared-dependenciescomparev302v303-2022-09-14) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.2...v3.0.3) ##### Dependencies - Google-cloud-core 2.8.12 ([#​799](https://togithub.com/googleapis/java-shared-dependencies/issues/799)) ([1b3db8d](https://togithub.com/googleapis/java-shared-dependencies/commit/1b3db8d1e17c49ebae79fc96164fa9058e1df6e3)) - Moving gson to first-party-dependencies ([#​800](https://togithub.com/googleapis/java-shared-dependencies/issues/800)) ([a41fcc1](https://togithub.com/googleapis/java-shared-dependencies/commit/a41fcc11d32e02e5af2837561792e3919f6d4b3f)) - Update dependency com.google.protobuf:protobuf-bom to v3.21.6 ([#​797](https://togithub.com/googleapis/java-shared-dependencies/issues/797)) ([bc5fdc9](https://togithub.com/googleapis/java-shared-dependencies/commit/bc5fdc9b3af7973c28f063a9ac156fe2af562814)) - Update gax.version to v2.19.1 ([#​798](https://togithub.com/googleapis/java-shared-dependencies/issues/798)) ([84e5487](https://togithub.com/googleapis/java-shared-dependencies/commit/84e5487b2e3dce4bb60badecebde788c3cb702b8)) - Update google.core.version to v2.8.11 ([#​793](https://togithub.com/googleapis/java-shared-dependencies/issues/793)) ([63c1297](https://togithub.com/googleapis/java-shared-dependencies/commit/63c129722aa0b821031ff5b4c11004adf7b12044))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-accesscontextmanager). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3c04a43..e8a6d39 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.2 + 3.0.3 pom import From 94b71ed6ac248f237958331f59a191fa6d5076c2 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:30:23 +0000 Subject: [PATCH 5/5] chore(main): release 1.4.3 (#377) :robot: I have created a release *beep* *boop* --- ## [1.4.3](https://github.com/googleapis/java-accesscontextmanager/compare/v1.4.2...v1.4.3) (2022-09-15) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#376](https://github.com/googleapis/java-accesscontextmanager/issues/376)) ([33e00b9](https://github.com/googleapis/java-accesscontextmanager/commit/33e00b98551c87bf65f48c9d02ee59232b861d6b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ google-identity-accesscontextmanager-bom/pom.xml | 10 +++++----- google-identity-accesscontextmanager/pom.xml | 4 ++-- grpc-google-identity-accesscontextmanager-v1/pom.xml | 4 ++-- pom.xml | 10 +++++----- .../pom.xml | 4 ++-- proto-google-identity-accesscontextmanager-v1/pom.xml | 6 +++--- versions.txt | 8 ++++---- 8 files changed, 30 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6f922..9ec329b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/googleapis/java-accesscontextmanager/compare/v1.4.2...v1.4.3) (2022-09-15) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#376](https://github.com/googleapis/java-accesscontextmanager/issues/376)) ([33e00b9](https://github.com/googleapis/java-accesscontextmanager/commit/33e00b98551c87bf65f48c9d02ee59232b861d6b)) + ## [1.4.2](https://github.com/googleapis/java-accesscontextmanager/compare/v1.4.1...v1.4.2) (2022-09-09) diff --git a/google-identity-accesscontextmanager-bom/pom.xml b/google-identity-accesscontextmanager-bom/pom.xml index eb5fa71..79880af 100644 --- a/google-identity-accesscontextmanager-bom/pom.xml +++ b/google-identity-accesscontextmanager-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-identity-accesscontextmanager-bom - 1.4.3-SNAPSHOT + 1.4.3 pom com.google.cloud @@ -65,22 +65,22 @@ com.google.cloud google-identity-accesscontextmanager - 1.4.3-SNAPSHOT + 1.4.3 com.google.api.grpc grpc-google-identity-accesscontextmanager-v1 - 1.4.3-SNAPSHOT + 1.4.3 com.google.api.grpc proto-google-identity-accesscontextmanager-v1 - 1.4.3-SNAPSHOT + 1.4.3 com.google.api.grpc proto-google-identity-accesscontextmanager-type - 1.4.3-SNAPSHOT + 1.4.3
diff --git a/google-identity-accesscontextmanager/pom.xml b/google-identity-accesscontextmanager/pom.xml index fc9a71f..bd65e2d 100644 --- a/google-identity-accesscontextmanager/pom.xml +++ b/google-identity-accesscontextmanager/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-identity-accesscontextmanager - 1.4.3-SNAPSHOT + 1.4.3 jar Google Identity Access Context Manager https://github.com/googleapis/java-accesscontextmanager @@ -11,7 +11,7 @@ com.google.cloud google-identity-accesscontextmanager-parent - 1.4.3-SNAPSHOT + 1.4.3 google-identity-accesscontextmanager diff --git a/grpc-google-identity-accesscontextmanager-v1/pom.xml b/grpc-google-identity-accesscontextmanager-v1/pom.xml index 641d58e..5dfe922 100644 --- a/grpc-google-identity-accesscontextmanager-v1/pom.xml +++ b/grpc-google-identity-accesscontextmanager-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-identity-accesscontextmanager-v1 - 1.4.3-SNAPSHOT + 1.4.3 grpc-google-identity-accesscontextmanager-v1 GRPC library for google-identity-accesscontextmanager com.google.cloud google-identity-accesscontextmanager-parent - 1.4.3-SNAPSHOT + 1.4.3 diff --git a/pom.xml b/pom.xml index e8a6d39..9393390 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-identity-accesscontextmanager-parent pom - 1.4.3-SNAPSHOT + 1.4.3 Google Identity Access Context Manager Parent https://github.com/googleapis/java-accesscontextmanager @@ -70,22 +70,22 @@ com.google.api.grpc proto-google-identity-accesscontextmanager-type - 1.4.3-SNAPSHOT + 1.4.3 com.google.api.grpc proto-google-identity-accesscontextmanager-v1 - 1.4.3-SNAPSHOT + 1.4.3 com.google.api.grpc grpc-google-identity-accesscontextmanager-v1 - 1.4.3-SNAPSHOT + 1.4.3 com.google.cloud google-identity-accesscontextmanager - 1.4.3-SNAPSHOT + 1.4.3 junit diff --git a/proto-google-identity-accesscontextmanager-type/pom.xml b/proto-google-identity-accesscontextmanager-type/pom.xml index 5f3ec2f..0d878fe 100644 --- a/proto-google-identity-accesscontextmanager-type/pom.xml +++ b/proto-google-identity-accesscontextmanager-type/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-identity-accesscontextmanager-type - 1.4.3-SNAPSHOT + 1.4.3 proto-google-identity-accesscontextmanager-type PROTO library for proto-google-identity-accesscontextmanager-type com.google.cloud google-identity-accesscontextmanager-parent - 1.4.3-SNAPSHOT + 1.4.3 diff --git a/proto-google-identity-accesscontextmanager-v1/pom.xml b/proto-google-identity-accesscontextmanager-v1/pom.xml index 041d45e..165f86b 100644 --- a/proto-google-identity-accesscontextmanager-v1/pom.xml +++ b/proto-google-identity-accesscontextmanager-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-identity-accesscontextmanager-v1 - 1.4.3-SNAPSHOT + 1.4.3 proto-google-identity-accesscontextmanager-v1 PROTO library for proto-google-identity-accesscontextmanager-v1 com.google.cloud google-identity-accesscontextmanager-parent - 1.4.3-SNAPSHOT + 1.4.3 @@ -32,7 +32,7 @@ com.google.api.grpc proto-google-identity-accesscontextmanager-type - 1.4.3-SNAPSHOT + 1.4.3 diff --git a/versions.txt b/versions.txt index da6a95b..2cfda32 100644 --- a/versions.txt +++ b/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -google-identity-accesscontextmanager:1.4.2:1.4.3-SNAPSHOT -grpc-google-identity-accesscontextmanager-v1:1.4.2:1.4.3-SNAPSHOT -proto-google-identity-accesscontextmanager-v1:1.4.2:1.4.3-SNAPSHOT -proto-google-identity-accesscontextmanager-type:1.4.2:1.4.3-SNAPSHOT +google-identity-accesscontextmanager:1.4.3:1.4.3 +grpc-google-identity-accesscontextmanager-v1:1.4.3:1.4.3 +proto-google-identity-accesscontextmanager-v1:1.4.3:1.4.3 +proto-google-identity-accesscontextmanager-type:1.4.3:1.4.3