Skip to content

Commit b4ac9d3

Browse files
1 parent 19561e9 commit b4ac9d3

File tree

5 files changed

+206
-6
lines changed

5 files changed

+206
-6
lines changed

clients/google-api-services-logging/v2/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-logging</artifactId>
25-
<version>v2-rev20250919-2.0.0</version>
25+
<version>v2-rev20251017-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-logging:v2-rev20250919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20251017-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/Logging.java

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5576,6 +5576,40 @@ public List setPageToken(java.lang.String pageToken) {
55765576
return this;
55775577
}
55785578

5579+
/**
5580+
* When set to true, operations that are reachable are returned as normal, and those that
5581+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
5582+
* only be true when reading across collections e.g. when parent is set to
5583+
* "projects/example/locations/-".This field is not by default supported and will result
5584+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
5585+
* product specific documentation.
5586+
*/
5587+
@com.google.api.client.util.Key
5588+
private java.lang.Boolean returnPartialSuccess;
5589+
5590+
/** When set to true, operations that are reachable are returned as normal, and those that are
5591+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
5592+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
5593+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
5594+
documented otherwise in service or product specific documentation.
5595+
*/
5596+
public java.lang.Boolean getReturnPartialSuccess() {
5597+
return returnPartialSuccess;
5598+
}
5599+
5600+
/**
5601+
* When set to true, operations that are reachable are returned as normal, and those that
5602+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
5603+
* only be true when reading across collections e.g. when parent is set to
5604+
* "projects/example/locations/-".This field is not by default supported and will result
5605+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
5606+
* product specific documentation.
5607+
*/
5608+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
5609+
this.returnPartialSuccess = returnPartialSuccess;
5610+
return this;
5611+
}
5612+
55795613
@Override
55805614
public List set(String parameterName, Object value) {
55815615
return (List) super.set(parameterName, value);
@@ -16888,6 +16922,40 @@ public List setPageToken(java.lang.String pageToken) {
1688816922
return this;
1688916923
}
1689016924

16925+
/**
16926+
* When set to true, operations that are reachable are returned as normal, and those that
16927+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
16928+
* only be true when reading across collections e.g. when parent is set to
16929+
* "projects/example/locations/-".This field is not by default supported and will result
16930+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
16931+
* product specific documentation.
16932+
*/
16933+
@com.google.api.client.util.Key
16934+
private java.lang.Boolean returnPartialSuccess;
16935+
16936+
/** When set to true, operations that are reachable are returned as normal, and those that are
16937+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
16938+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
16939+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
16940+
documented otherwise in service or product specific documentation.
16941+
*/
16942+
public java.lang.Boolean getReturnPartialSuccess() {
16943+
return returnPartialSuccess;
16944+
}
16945+
16946+
/**
16947+
* When set to true, operations that are reachable are returned as normal, and those that
16948+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
16949+
* only be true when reading across collections e.g. when parent is set to
16950+
* "projects/example/locations/-".This field is not by default supported and will result
16951+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
16952+
* product specific documentation.
16953+
*/
16954+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
16955+
this.returnPartialSuccess = returnPartialSuccess;
16956+
return this;
16957+
}
16958+
1689116959
@Override
1689216960
public List set(String parameterName, Object value) {
1689316961
return (List) super.set(parameterName, value);
@@ -24292,6 +24360,40 @@ public List setPageToken(java.lang.String pageToken) {
2429224360
return this;
2429324361
}
2429424362

24363+
/**
24364+
* When set to true, operations that are reachable are returned as normal, and those that
24365+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
24366+
* only be true when reading across collections e.g. when parent is set to
24367+
* "projects/example/locations/-".This field is not by default supported and will result in
24368+
* an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
24369+
* product specific documentation.
24370+
*/
24371+
@com.google.api.client.util.Key
24372+
private java.lang.Boolean returnPartialSuccess;
24373+
24374+
/** When set to true, operations that are reachable are returned as normal, and those that are
24375+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
24376+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
24377+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
24378+
documented otherwise in service or product specific documentation.
24379+
*/
24380+
public java.lang.Boolean getReturnPartialSuccess() {
24381+
return returnPartialSuccess;
24382+
}
24383+
24384+
/**
24385+
* When set to true, operations that are reachable are returned as normal, and those that
24386+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
24387+
* only be true when reading across collections e.g. when parent is set to
24388+
* "projects/example/locations/-".This field is not by default supported and will result in
24389+
* an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
24390+
* product specific documentation.
24391+
*/
24392+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
24393+
this.returnPartialSuccess = returnPartialSuccess;
24394+
return this;
24395+
}
24396+
2429524397
@Override
2429624398
public List set(String parameterName, Object value) {
2429724399
return (List) super.set(parameterName, value);
@@ -32060,6 +32162,40 @@ public List setPageToken(java.lang.String pageToken) {
3206032162
return this;
3206132163
}
3206232164

32165+
/**
32166+
* When set to true, operations that are reachable are returned as normal, and those that
32167+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
32168+
* only be true when reading across collections e.g. when parent is set to
32169+
* "projects/example/locations/-".This field is not by default supported and will result
32170+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
32171+
* product specific documentation.
32172+
*/
32173+
@com.google.api.client.util.Key
32174+
private java.lang.Boolean returnPartialSuccess;
32175+
32176+
/** When set to true, operations that are reachable are returned as normal, and those that are
32177+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
32178+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
32179+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
32180+
documented otherwise in service or product specific documentation.
32181+
*/
32182+
public java.lang.Boolean getReturnPartialSuccess() {
32183+
return returnPartialSuccess;
32184+
}
32185+
32186+
/**
32187+
* When set to true, operations that are reachable are returned as normal, and those that
32188+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
32189+
* only be true when reading across collections e.g. when parent is set to
32190+
* "projects/example/locations/-".This field is not by default supported and will result
32191+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
32192+
* product specific documentation.
32193+
*/
32194+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
32195+
this.returnPartialSuccess = returnPartialSuccess;
32196+
return this;
32197+
}
32198+
3206332199
@Override
3206432200
public List set(String parameterName, Object value) {
3206532201
return (List) super.set(parameterName, value);
@@ -41875,6 +42011,40 @@ public List setPageToken(java.lang.String pageToken) {
4187542011
return this;
4187642012
}
4187742013

42014+
/**
42015+
* When set to true, operations that are reachable are returned as normal, and those that
42016+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
42017+
* only be true when reading across collections e.g. when parent is set to
42018+
* "projects/example/locations/-".This field is not by default supported and will result
42019+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
42020+
* product specific documentation.
42021+
*/
42022+
@com.google.api.client.util.Key
42023+
private java.lang.Boolean returnPartialSuccess;
42024+
42025+
/** When set to true, operations that are reachable are returned as normal, and those that are
42026+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
42027+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
42028+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
42029+
documented otherwise in service or product specific documentation.
42030+
*/
42031+
public java.lang.Boolean getReturnPartialSuccess() {
42032+
return returnPartialSuccess;
42033+
}
42034+
42035+
/**
42036+
* When set to true, operations that are reachable are returned as normal, and those that
42037+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
42038+
* only be true when reading across collections e.g. when parent is set to
42039+
* "projects/example/locations/-".This field is not by default supported and will result
42040+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
42041+
* product specific documentation.
42042+
*/
42043+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
42044+
this.returnPartialSuccess = returnPartialSuccess;
42045+
return this;
42046+
}
42047+
4187842048
@Override
4187942049
public List set(String parameterName, Object value) {
4188042050
return (List) super.set(parameterName, value);

clients/google-api-services-logging/v2/2.0.0/com/google/api/services/logging/v2/model/ListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.util.List<Operation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
49+
* to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
92+
* to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
102+
* to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public ListOperationsResponse set(String fieldName, Object value) {
82112
return (ListOperationsResponse) super.set(fieldName, value);

clients/google-api-services-logging/v2/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-logging</artifactId>
11-
<version>v2-rev20250919-2.0.0</version>
12-
<name>Cloud Logging API v2-rev20250919-2.0.0</name>
11+
<version>v2-rev20251017-2.0.0</version>
12+
<name>Cloud Logging API v2-rev20251017-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-logging/v2/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-logging</artifactId>
25-
<version>v2-rev20250919-2.0.0</version>
25+
<version>v2-rev20251017-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-logging:v2-rev20250919-2.0.0'
38+
implementation 'com.google.apis:google-api-services-logging:v2-rev20251017-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)