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

Commit d236e93

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

File tree

11 files changed

+13
-6
lines changed

11 files changed

+13
-6
lines changed

proto-google-apps-script-type-protos/src/main/java/com/google/apps/script/type/AddOnWidgetSet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,8 @@ public int getUsedWidgetsValue(int index) {
10221022
*
10231023
* <code>repeated .google.apps.script.type.AddOnWidgetSet.WidgetType used_widgets = 1;</code>
10241024
*
1025-
* @param index The index of the value to return.
1026-
* @return The enum numeric value on the wire of usedWidgets at the given index.
1025+
* @param index The index to set the value at.
1026+
* @param value The enum numeric value on the wire for usedWidgets to set.
10271027
* @return This builder for chaining.
10281028
*/
10291029
public Builder setUsedWidgetsValue(int index, int value) {

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/createdeployment/SyncCreateDeploymentProjectnameDeploymentString.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

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

19-
// [START
20-
// gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_projectnamedeploymentstring_sync]
19+
// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_projectnamedeploymentstring_sync]
2120
import com.google.cloud.gsuiteaddons.v1.Deployment;
2221
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
2322
import com.google.cloud.gsuiteaddons.v1.ProjectName;
@@ -39,5 +38,4 @@ public static void syncCreateDeploymentProjectnameDeploymentString() throws Exce
3938
}
4039
}
4140
}
42-
// [END
43-
// gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_projectnamedeploymentstring_sync]
41+
// [END gsuiteaddons_v1_generated_gsuiteaddonsclient_createdeployment_projectnamedeploymentstring_sync]

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/deletedeployment/SyncDeleteDeployment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import com.google.cloud.gsuiteaddons.v1.DeleteDeploymentRequest;
2121
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2222
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
23+
import com.google.protobuf.Empty;
2324

2425
public class SyncDeleteDeployment {
2526

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/deletedeployment/SyncDeleteDeploymentDeploymentname.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_deploymentname_sync]
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
22+
import com.google.protobuf.Empty;
2223

2324
public class SyncDeleteDeploymentDeploymentname {
2425

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/deletedeployment/SyncDeleteDeploymentString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_deletedeployment_string_sync]
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
22+
import com.google.protobuf.Empty;
2223

2324
public class SyncDeleteDeploymentString {
2425

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/installdeployment/SyncInstallDeployment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
2222
import com.google.cloud.gsuiteaddons.v1.InstallDeploymentRequest;
23+
import com.google.protobuf.Empty;
2324

2425
public class SyncInstallDeployment {
2526

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/installdeployment/SyncInstallDeploymentDeploymentname.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_installdeployment_deploymentname_sync]
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
22+
import com.google.protobuf.Empty;
2223

2324
public class SyncInstallDeploymentDeploymentname {
2425

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/installdeployment/SyncInstallDeploymentString.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_installdeployment_string_sync]
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
22+
import com.google.protobuf.Empty;
2223

2324
public class SyncInstallDeploymentString {
2425

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/uninstalldeployment/SyncUninstallDeployment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
2222
import com.google.cloud.gsuiteaddons.v1.UninstallDeploymentRequest;
23+
import com.google.protobuf.Empty;
2324

2425
public class SyncUninstallDeployment {
2526

samples/snippets/generated/com/google/cloud/gsuiteaddons/v1/gsuiteaddonsclient/uninstalldeployment/SyncUninstallDeploymentDeploymentname.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
// [START gsuiteaddons_v1_generated_gsuiteaddonsclient_uninstalldeployment_deploymentname_sync]
2020
import com.google.cloud.gsuiteaddons.v1.DeploymentName;
2121
import com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient;
22+
import com.google.protobuf.Empty;
2223

2324
public class SyncUninstallDeploymentDeploymentname {
2425

0 commit comments

Comments
 (0)