Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#892)
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 1fdbb9a commit f941df0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions java-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-monitoring:3.3.2'
implementation 'com.google.cloud:google-cloud-monitoring:3.3.3'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.2"
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.3"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2197,8 +2197,8 @@ public int getSupportedTiersValue(int index) {
*
* @deprecated google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.
* See google/monitoring/v3/notification.proto;l=75
* @param index The index of the value to return.
* @return The enum numeric value on the wire of supportedTiers at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for supportedTiers to set.
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10500,8 +10500,8 @@ public int getSelectedRegionsValue(int index) {
*
* <code>repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;</code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of selectedRegions at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for selectedRegions to set.
* @return This builder for chaining.
*/
public Builder setSelectedRegionsValue(int index, int value) {
Expand Down

0 comments on commit f941df0

Please sign in to comment.