Skip to content

Commit 5b18e49

Browse files
chore: regenerate observability client
1 parent 0cc01be commit 5b18e49

4 files changed

Lines changed: 30 additions & 30 deletions

File tree

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-rev20260409-2.0.0</version>
25+
<version>v1-rev20260423-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-rev20260409-2.0.0'
38+
implementation 'com.google.apis:google-api-services-observability:v1-rev20260423-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: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ public GetSettings set(String parameterName, Object value) {
471471
}
472472
/**
473473
* Lists information about the supported locations for this service. This method lists locations
474-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
474+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
475475
* locations**: If `name` is empty, the method lists the public locations available to all projects.
476476
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
477477
* lists locations visible to that specific project. This includes public, private, or other
@@ -502,7 +502,7 @@ public class List extends CloudObservabilityRequest<com.google.api.services.obse
502502

503503
/**
504504
* Lists information about the supported locations for this service. This method lists locations
505-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
505+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
506506
* locations**: If `name` is empty, the method lists the public locations available to all
507507
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
508508
* the method lists locations visible to that specific project. This includes public, private, or
@@ -618,22 +618,22 @@ public List setName(java.lang.String name) {
618618
}
619619

620620
/**
621-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
622-
* documented otherwise. This is primarily for internal usage.
621+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
622+
* for internal usage.
623623
*/
624624
@com.google.api.client.util.Key
625625
private java.util.List<java.lang.String> extraLocationTypes;
626626

627-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
628-
otherwise. This is primarily for internal usage.
627+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
628+
internal usage.
629629
*/
630630
public java.util.List<java.lang.String> getExtraLocationTypes() {
631631
return extraLocationTypes;
632632
}
633633

634634
/**
635-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
636-
* documented otherwise. This is primarily for internal usage.
635+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
636+
* for internal usage.
637637
*/
638638
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
639639
this.extraLocationTypes = extraLocationTypes;
@@ -1859,7 +1859,7 @@ public GetSettings set(String parameterName, Object value) {
18591859
}
18601860
/**
18611861
* Lists information about the supported locations for this service. This method lists locations
1862-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
1862+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
18631863
* locations**: If `name` is empty, the method lists the public locations available to all projects.
18641864
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
18651865
* lists locations visible to that specific project. This includes public, private, or other
@@ -1890,7 +1890,7 @@ public class List extends CloudObservabilityRequest<com.google.api.services.obse
18901890

18911891
/**
18921892
* Lists information about the supported locations for this service. This method lists locations
1893-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
1893+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
18941894
* locations**: If `name` is empty, the method lists the public locations available to all
18951895
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
18961896
* the method lists locations visible to that specific project. This includes public, private, or
@@ -2006,22 +2006,22 @@ public List setName(java.lang.String name) {
20062006
}
20072007

20082008
/**
2009-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
2010-
* documented otherwise. This is primarily for internal usage.
2009+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
2010+
* for internal usage.
20112011
*/
20122012
@com.google.api.client.util.Key
20132013
private java.util.List<java.lang.String> extraLocationTypes;
20142014

2015-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
2016-
otherwise. This is primarily for internal usage.
2015+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
2016+
internal usage.
20172017
*/
20182018
public java.util.List<java.lang.String> getExtraLocationTypes() {
20192019
return extraLocationTypes;
20202020
}
20212021

20222022
/**
2023-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
2024-
* documented otherwise. This is primarily for internal usage.
2023+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
2024+
* for internal usage.
20252025
*/
20262026
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
20272027
this.extraLocationTypes = extraLocationTypes;
@@ -3247,7 +3247,7 @@ public GetSettings set(String parameterName, Object value) {
32473247
}
32483248
/**
32493249
* Lists information about the supported locations for this service. This method lists locations
3250-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
3250+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
32513251
* locations**: If `name` is empty, the method lists the public locations available to all projects.
32523252
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
32533253
* lists locations visible to that specific project. This includes public, private, or other
@@ -3278,7 +3278,7 @@ public class List extends CloudObservabilityRequest<com.google.api.services.obse
32783278

32793279
/**
32803280
* Lists information about the supported locations for this service. This method lists locations
3281-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
3281+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
32823282
* locations**: If `name` is empty, the method lists the public locations available to all
32833283
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
32843284
* the method lists locations visible to that specific project. This includes public, private, or
@@ -3394,22 +3394,22 @@ public List setName(java.lang.String name) {
33943394
}
33953395

33963396
/**
3397-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
3398-
* documented otherwise. This is primarily for internal usage.
3397+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
3398+
* for internal usage.
33993399
*/
34003400
@com.google.api.client.util.Key
34013401
private java.util.List<java.lang.String> extraLocationTypes;
34023402

3403-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
3404-
otherwise. This is primarily for internal usage.
3403+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
3404+
internal usage.
34053405
*/
34063406
public java.util.List<java.lang.String> getExtraLocationTypes() {
34073407
return extraLocationTypes;
34083408
}
34093409

34103410
/**
3411-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
3412-
* documented otherwise. This is primarily for internal usage.
3411+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
3412+
* for internal usage.
34133413
*/
34143414
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
34153415
this.extraLocationTypes = extraLocationTypes;

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-rev20260409-2.0.0</version>
12-
<name>Observability API v1-rev20260409-2.0.0</name>
11+
<version>v1-rev20260423-2.0.0</version>
12+
<name>Observability API v1-rev20260423-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-rev20260409-2.0.0</version>
25+
<version>v1-rev20260423-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-rev20260409-2.0.0'
38+
implementation 'com.google.apis:google-api-services-observability:v1-rev20260423-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)