Skip to content

Commit 80c3056

Browse files
1 parent a802c44 commit 80c3056

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

clients/google-api-services-observability/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-observability</artifactId>
25-
<version>v1-rev20250320-2.0.0</version>
25+
<version>v1-rev20250417-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-observability:v1-rev20250320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-observability:v1-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-observability/v1/2.0.0/com/google/api/services/observability/v1/CloudObservability.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,17 +1478,16 @@ public Patch setName(java.lang.String name) {
14781478
/**
14791479
* Optional. Field mask is used to specify the fields to be overwritten in the Scope
14801480
* resource by the update. The fields specified in the update_mask are relative to the
1481-
* resource, not the full request. A field will be overwritten if it is in the mask. If
1482-
* the user does not provide a mask then all fields present in the request will be
1483-
* overwritten.
1481+
* resource, not the full request. A field is overwritten when it is in the mask. If the
1482+
* user does not provide a mask, then all fields present in the request are overwritten.
14841483
*/
14851484
@com.google.api.client.util.Key
14861485
private String updateMask;
14871486

14881487
/** Optional. Field mask is used to specify the fields to be overwritten in the Scope resource by the
14891488
update. The fields specified in the update_mask are relative to the resource, not the full request.
1490-
A field will be overwritten if it is in the mask. If the user does not provide a mask then all
1491-
fields present in the request will be overwritten.
1489+
A field is overwritten when it is in the mask. If the user does not provide a mask, then all fields
1490+
present in the request are overwritten.
14921491
*/
14931492
public String getUpdateMask() {
14941493
return updateMask;
@@ -1497,9 +1496,8 @@ public String getUpdateMask() {
14971496
/**
14981497
* Optional. Field mask is used to specify the fields to be overwritten in the Scope
14991498
* resource by the update. The fields specified in the update_mask are relative to the
1500-
* resource, not the full request. A field will be overwritten if it is in the mask. If
1501-
* the user does not provide a mask then all fields present in the request will be
1502-
* overwritten.
1499+
* resource, not the full request. A field is overwritten when it is in the mask. If the
1500+
* user does not provide a mask, then all fields present in the request are overwritten.
15031501
*/
15041502
public Patch setUpdateMask(String updateMask) {
15051503
this.updateMask = updateMask;

clients/google-api-services-observability/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-observability</artifactId>
11-
<version>v1-rev20250320-2.0.0</version>
12-
<name>Observability API v1-rev20250320-2.0.0</name>
11+
<version>v1-rev20250417-2.0.0</version>
12+
<name>Observability API v1-rev20250417-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-observability/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-observability</artifactId>
25-
<version>v1-rev20250320-2.0.0</version>
25+
<version>v1-rev20250417-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-observability:v1-rev20250320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-observability:v1-rev20250417-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)