Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#879)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 26, 2022
1 parent 9373129 commit d75546f
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -2679,8 +2679,8 @@ public int getPrimaryTechniquesValue(int index) {
* <code>repeated .google.cloud.securitycenter.v1.MitreAttack.Technique primary_techniques = 2;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of primaryTechniques at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for primaryTechniques to set.
* @return This builder for chaining.
*/
public Builder setPrimaryTechniquesValue(int index, int value) {
Expand Down Expand Up @@ -2927,8 +2927,8 @@ public int getAdditionalTacticsValue(int index) {
* <code>repeated .google.cloud.securitycenter.v1.MitreAttack.Tactic additional_tactics = 3;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of additionalTactics at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for additionalTactics to set.
* @return This builder for chaining.
*/
public Builder setAdditionalTacticsValue(int index, int value) {
Expand Down Expand Up @@ -3186,8 +3186,8 @@ public int getAdditionalTechniquesValue(int index) {
* repeated .google.cloud.securitycenter.v1.MitreAttack.Technique additional_techniques = 4;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of additionalTechniques at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for additionalTechniques to set.
* @return This builder for chaining.
*/
public Builder setAdditionalTechniquesValue(int index, int value) {
Expand Down

0 comments on commit d75546f

Please sign in to comment.