Skip to content

Commit f941df0

Browse files
chore(bazel): update protobuf to v3.21.3 (#892)
- [ ] 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 1fdbb9a commit f941df0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

java-monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-monitoring'
5757
If you are using Gradle without BOM, add this to your dependencies:
5858

5959
```Groovy
60-
implementation 'com.google.cloud:google-cloud-monitoring:3.3.2'
60+
implementation 'com.google.cloud:google-cloud-monitoring:3.3.3'
6161
```
6262

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

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.2"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-monitoring" % "3.3.3"
6767
```
6868

6969
## Authentication

java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelDescriptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,8 +2197,8 @@ public int getSupportedTiersValue(int index) {
21972197
*
21982198
* @deprecated google.monitoring.v3.NotificationChannelDescriptor.supported_tiers is deprecated.
21992199
* See google/monitoring/v3/notification.proto;l=75
2200-
* @param index The index of the value to return.
2201-
* @return The enum numeric value on the wire of supportedTiers at the given index.
2200+
* @param index The index to set the value at.
2201+
* @param value The enum numeric value on the wire for supportedTiers to set.
22022202
* @return This builder for chaining.
22032203
*/
22042204
@java.lang.Deprecated

java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/UptimeCheckConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10500,8 +10500,8 @@ public int getSelectedRegionsValue(int index) {
1050010500
*
1050110501
* <code>repeated .google.monitoring.v3.UptimeCheckRegion selected_regions = 10;</code>
1050210502
*
10503-
* @param index The index of the value to return.
10504-
* @return The enum numeric value on the wire of selectedRegions at the given index.
10503+
* @param index The index to set the value at.
10504+
* @param value The enum numeric value on the wire for selectedRegions to set.
1050510505
* @return This builder for chaining.
1050610506
*/
1050710507
public Builder setSelectedRegionsValue(int index, int value) {

0 commit comments

Comments
 (0)