Skip to content

Commit

Permalink
chore: Set rest_numeric_enums = False for all gapic rules explicitly (
Browse files Browse the repository at this point in the history
#295)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 485623855

Source-Link: https://togithub.com/googleapis/googleapis/commit/807125e7953e32535710924fe4bf0362ac93754d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 8, 2022
1 parent 8ab8762 commit 2083e9e
Show file tree
Hide file tree
Showing 42 changed files with 84 additions and 92 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,7 @@
* // - 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
* GSuiteAddOnsSettings gSuiteAddOnsSettings =
* GSuiteAddOnsSettings.newBuilder()
* .setTransportChannelProvider(
* GSuiteAddOnsSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* GSuiteAddOnsSettings gSuiteAddOnsSettings = GSuiteAddOnsSettings.newHttpJsonBuilder().build();
* GSuiteAddOnsClient gSuiteAddOnsClient = GSuiteAddOnsClient.create(gSuiteAddOnsSettings);
* }</pre>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_create_setcredentialsprovider_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_Create_SetCredentialsProvider_sync]
import com.google.api.gax.core.FixedCredentialsProvider;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsSettings;
Expand All @@ -41,4 +41,4 @@ public static void syncCreateSetCredentialsProvider() throws Exception {
GSuiteAddOnsClient gSuiteAddOnsClient = GSuiteAddOnsClient.create(gSuiteAddOnsSettings);
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_create_setcredentialsprovider_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_Create_SetCredentialsProvider_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_create_setcredentialsprovider1_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_Create_SetCredentialsProvider1_sync]
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsSettings;

Expand All @@ -32,12 +32,8 @@ public static void syncCreateSetCredentialsProvider1() throws Exception {
// - 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
GSuiteAddOnsSettings gSuiteAddOnsSettings =
GSuiteAddOnsSettings.newBuilder()
.setTransportChannelProvider(
GSuiteAddOnsSettings.defaultHttpJsonTransportProviderBuilder().build())
.build();
GSuiteAddOnsSettings gSuiteAddOnsSettings = GSuiteAddOnsSettings.newHttpJsonBuilder().build();
GSuiteAddOnsClient gSuiteAddOnsClient = GSuiteAddOnsClient.create(gSuiteAddOnsSettings);
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_create_setcredentialsprovider1_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_Create_SetCredentialsProvider1_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_create_setendpoint_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_Create_SetEndpoint_sync]
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsSettings;
import com.google.cloud.gsuiteaddons.v1.myEndpoint;
Expand All @@ -38,4 +38,4 @@ public static void syncCreateSetEndpoint() throws Exception {
GSuiteAddOnsClient gSuiteAddOnsClient = GSuiteAddOnsClient.create(gSuiteAddOnsSettings);
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_create_setendpoint_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_Create_SetEndpoint_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_async]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.gsuiteaddons.v1.CreateDeploymentRequest;
import com.google.cloud.gsuiteaddons.v1.Deployment;
Expand Down Expand Up @@ -49,4 +49,4 @@ public static void asyncCreateDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_async]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_sync]
import com.google.cloud.gsuiteaddons.v1.CreateDeploymentRequest;
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void syncCreateDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_projectnamedeploymentstring_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_ProjectnameDeploymentString_sync]
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.ProjectName;
Expand All @@ -41,4 +41,4 @@ public static void syncCreateDeploymentProjectnameDeploymentString() throws Exce
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_projectnamedeploymentstring_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_ProjectnameDeploymentString_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_stringdeploymentstring_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_StringDeploymentString_sync]
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.ProjectName;
Expand All @@ -41,4 +41,4 @@ public static void syncCreateDeploymentStringDeploymentString() throws Exception
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_stringdeploymentstring_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_CreateDeployment_StringDeploymentString_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_async]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.gsuiteaddons.v1.DeleteDeploymentRequest;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
Expand Down Expand Up @@ -47,4 +47,4 @@ public static void asyncDeleteDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_async]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_sync]
import com.google.cloud.gsuiteaddons.v1.DeleteDeploymentRequest;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand Down Expand Up @@ -44,4 +44,4 @@ public static void syncDeleteDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_deploymentname_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_Deploymentname_sync]
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.protobuf.Empty;
Expand All @@ -39,4 +39,4 @@ public static void syncDeleteDeploymentDeploymentname() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_deploymentname_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_Deploymentname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_string_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_String_sync]
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.protobuf.Empty;
Expand All @@ -39,4 +39,4 @@ public static void syncDeleteDeploymentString() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_string_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_DeleteDeployment_String_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_async]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.gsuiteaddons.v1.Authorization;
import com.google.cloud.gsuiteaddons.v1.AuthorizationName;
Expand Down Expand Up @@ -47,4 +47,4 @@ public static void asyncGetAuthorization() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_async]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_sync]
import com.google.cloud.gsuiteaddons.v1.Authorization;
import com.google.cloud.gsuiteaddons.v1.AuthorizationName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand All @@ -43,4 +43,4 @@ public static void syncGetAuthorization() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_authorizationname_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_Authorizationname_sync]
import com.google.cloud.gsuiteaddons.v1.Authorization;
import com.google.cloud.gsuiteaddons.v1.AuthorizationName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand All @@ -39,4 +39,4 @@ public static void syncGetAuthorizationAuthorizationname() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_authorizationname_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_Authorizationname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_string_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_String_sync]
import com.google.cloud.gsuiteaddons.v1.Authorization;
import com.google.cloud.gsuiteaddons.v1.AuthorizationName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand All @@ -39,4 +39,4 @@ public static void syncGetAuthorizationString() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getauthorization_string_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetAuthorization_String_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_async]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
Expand Down Expand Up @@ -46,4 +46,4 @@ public static void asyncGetDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_async]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_sync]
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand All @@ -43,4 +43,4 @@ public static void syncGetDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_deploymentname_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_Deploymentname_sync]
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand All @@ -39,4 +39,4 @@ public static void syncGetDeploymentDeploymentname() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_deploymentname_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_Deploymentname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_string_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_String_sync]
import com.google.cloud.gsuiteaddons.v1.Deployment;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand All @@ -39,4 +39,4 @@ public static void syncGetDeploymentString() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getdeployment_string_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetDeployment_String_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_async]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.GetInstallStatusRequest;
Expand Down Expand Up @@ -47,4 +47,4 @@ public static void asyncGetInstallStatus() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_async]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_sync]
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.GetInstallStatusRequest;
import com.google.cloud.gsuiteaddons.v1.InstallStatus;
Expand All @@ -43,4 +43,4 @@ public static void syncGetInstallStatus() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_installstatusname_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_Installstatusname_sync]
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.InstallStatus;
import com.google.cloud.gsuiteaddons.v1.InstallStatusName;
Expand All @@ -39,4 +39,4 @@ public static void syncGetInstallStatusInstallstatusname() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_installstatusname_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_Installstatusname_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_string_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_String_sync]
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.InstallStatus;
import com.google.cloud.gsuiteaddons.v1.InstallStatusName;
Expand All @@ -39,4 +39,4 @@ public static void syncGetInstallStatusString() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_getinstallstatus_string_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_GetInstallStatus_String_sync]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_installdeployment_async]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_InstallDeployment_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
Expand Down Expand Up @@ -46,4 +46,4 @@ public static void asyncInstallDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_installdeployment_async]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_InstallDeployment_async]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.google.cloud.gsuiteaddons.v1.samples;

// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_installdeployment_sync]
// [START gsuiteaddons_v1_generated_GSuiteAddOns_InstallDeployment_sync]
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
import com.google.cloud.gsuiteaddons.v1.InstallDeploymentRequest;
Expand All @@ -43,4 +43,4 @@ public static void syncInstallDeployment() throws Exception {
}
}
}
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_installdeployment_sync]
// [END gsuiteaddons_v1_generated_GSuiteAddOns_InstallDeployment_sync]
Loading

0 comments on commit 2083e9e

Please sign in to comment.