Skip to content

Commit e9b0aad

Browse files
1 parent 90e1cba commit e9b0aad

File tree

15 files changed

+414
-18
lines changed

15 files changed

+414
-18
lines changed

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

clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/CloudRetail.java

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8583,6 +8583,40 @@ public List setPageToken(java.lang.String pageToken) {
85838583
return this;
85848584
}
85858585

8586+
/**
8587+
* When set to `true`, operations that are reachable are returned as normal, and those
8588+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
8589+
* This can only be `true` when reading across collections e.g. when `parent` is set to
8590+
* `"projects/example/locations/-"`. This field is not by default supported and will
8591+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
8592+
* service or product specific documentation.
8593+
*/
8594+
@com.google.api.client.util.Key
8595+
private java.lang.Boolean returnPartialSuccess;
8596+
8597+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
8598+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
8599+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
8600+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
8601+
explicitly documented otherwise in service or product specific documentation.
8602+
*/
8603+
public java.lang.Boolean getReturnPartialSuccess() {
8604+
return returnPartialSuccess;
8605+
}
8606+
8607+
/**
8608+
* When set to `true`, operations that are reachable are returned as normal, and those
8609+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
8610+
* This can only be `true` when reading across collections e.g. when `parent` is set to
8611+
* `"projects/example/locations/-"`. This field is not by default supported and will
8612+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
8613+
* service or product specific documentation.
8614+
*/
8615+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
8616+
this.returnPartialSuccess = returnPartialSuccess;
8617+
return this;
8618+
}
8619+
85868620
@Override
85878621
public List set(String parameterName, Object value) {
85888622
return (List) super.set(parameterName, value);
@@ -11825,6 +11859,40 @@ public List setPageToken(java.lang.String pageToken) {
1182511859
return this;
1182611860
}
1182711861

11862+
/**
11863+
* When set to `true`, operations that are reachable are returned as normal, and those
11864+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
11865+
* This can only be `true` when reading across collections e.g. when `parent` is set to
11866+
* `"projects/example/locations/-"`. This field is not by default supported and will
11867+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
11868+
* service or product specific documentation.
11869+
*/
11870+
@com.google.api.client.util.Key
11871+
private java.lang.Boolean returnPartialSuccess;
11872+
11873+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
11874+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
11875+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
11876+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
11877+
explicitly documented otherwise in service or product specific documentation.
11878+
*/
11879+
public java.lang.Boolean getReturnPartialSuccess() {
11880+
return returnPartialSuccess;
11881+
}
11882+
11883+
/**
11884+
* When set to `true`, operations that are reachable are returned as normal, and those
11885+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
11886+
* This can only be `true` when reading across collections e.g. when `parent` is set to
11887+
* `"projects/example/locations/-"`. This field is not by default supported and will
11888+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
11889+
* service or product specific documentation.
11890+
*/
11891+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
11892+
this.returnPartialSuccess = returnPartialSuccess;
11893+
return this;
11894+
}
11895+
1182811896
@Override
1182911897
public List set(String parameterName, Object value) {
1183011898
return (List) super.set(parameterName, value);
@@ -12176,6 +12244,40 @@ public List setPageToken(java.lang.String pageToken) {
1217612244
return this;
1217712245
}
1217812246

12247+
/**
12248+
* When set to `true`, operations that are reachable are returned as normal, and those that
12249+
* are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can
12250+
* only be `true` when reading across collections e.g. when `parent` is set to
12251+
* `"projects/example/locations/-"`. This field is not by default supported and will result
12252+
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
12253+
* product specific documentation.
12254+
*/
12255+
@com.google.api.client.util.Key
12256+
private java.lang.Boolean returnPartialSuccess;
12257+
12258+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
12259+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
12260+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
12261+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
12262+
explicitly documented otherwise in service or product specific documentation.
12263+
*/
12264+
public java.lang.Boolean getReturnPartialSuccess() {
12265+
return returnPartialSuccess;
12266+
}
12267+
12268+
/**
12269+
* When set to `true`, operations that are reachable are returned as normal, and those that
12270+
* are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can
12271+
* only be `true` when reading across collections e.g. when `parent` is set to
12272+
* `"projects/example/locations/-"`. This field is not by default supported and will result
12273+
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
12274+
* product specific documentation.
12275+
*/
12276+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
12277+
this.returnPartialSuccess = returnPartialSuccess;
12278+
return this;
12279+
}
12280+
1217912281
@Override
1218012282
public List set(String parameterName, Object value) {
1218112283
return (List) super.set(parameterName, value);

clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4444
@com.google.api.client.util.Key
4545
private java.util.List<GoogleLongrunningOperation> operations;
4646

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

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

clients/google-api-services-retail/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-retail</artifactId>
11-
<version>v2-rev20250911-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2-rev20250911-2.0.0</name>
11+
<version>v2-rev20251002-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2-rev20251002-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
25-
<version>v2alpha-rev20250911-2.0.0</version>
25+
<version>v2alpha-rev20251002-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-retail:v2alpha-rev20250911-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20251002-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/CloudRetail.java

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10937,6 +10937,40 @@ public List setPageToken(java.lang.String pageToken) {
1093710937
return this;
1093810938
}
1093910939

10940+
/**
10941+
* When set to `true`, operations that are reachable are returned as normal, and those
10942+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10943+
* This can only be `true` when reading across collections e.g. when `parent` is set to
10944+
* `"projects/example/locations/-"`. This field is not by default supported and will
10945+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10946+
* service or product specific documentation.
10947+
*/
10948+
@com.google.api.client.util.Key
10949+
private java.lang.Boolean returnPartialSuccess;
10950+
10951+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
10952+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
10953+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
10954+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
10955+
explicitly documented otherwise in service or product specific documentation.
10956+
*/
10957+
public java.lang.Boolean getReturnPartialSuccess() {
10958+
return returnPartialSuccess;
10959+
}
10960+
10961+
/**
10962+
* When set to `true`, operations that are reachable are returned as normal, and those
10963+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
10964+
* This can only be `true` when reading across collections e.g. when `parent` is set to
10965+
* `"projects/example/locations/-"`. This field is not by default supported and will
10966+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
10967+
* service or product specific documentation.
10968+
*/
10969+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
10970+
this.returnPartialSuccess = returnPartialSuccess;
10971+
return this;
10972+
}
10973+
1094010974
@Override
1094110975
public List set(String parameterName, Object value) {
1094210976
return (List) super.set(parameterName, value);
@@ -14320,6 +14354,40 @@ public List setPageToken(java.lang.String pageToken) {
1432014354
return this;
1432114355
}
1432214356

14357+
/**
14358+
* When set to `true`, operations that are reachable are returned as normal, and those
14359+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
14360+
* This can only be `true` when reading across collections e.g. when `parent` is set to
14361+
* `"projects/example/locations/-"`. This field is not by default supported and will
14362+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
14363+
* service or product specific documentation.
14364+
*/
14365+
@com.google.api.client.util.Key
14366+
private java.lang.Boolean returnPartialSuccess;
14367+
14368+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
14369+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
14370+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
14371+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
14372+
explicitly documented otherwise in service or product specific documentation.
14373+
*/
14374+
public java.lang.Boolean getReturnPartialSuccess() {
14375+
return returnPartialSuccess;
14376+
}
14377+
14378+
/**
14379+
* When set to `true`, operations that are reachable are returned as normal, and those
14380+
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
14381+
* This can only be `true` when reading across collections e.g. when `parent` is set to
14382+
* `"projects/example/locations/-"`. This field is not by default supported and will
14383+
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
14384+
* service or product specific documentation.
14385+
*/
14386+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
14387+
this.returnPartialSuccess = returnPartialSuccess;
14388+
return this;
14389+
}
14390+
1432314391
@Override
1432414392
public List set(String parameterName, Object value) {
1432514393
return (List) super.set(parameterName, value);
@@ -14671,6 +14739,40 @@ public List setPageToken(java.lang.String pageToken) {
1467114739
return this;
1467214740
}
1467314741

14742+
/**
14743+
* When set to `true`, operations that are reachable are returned as normal, and those that
14744+
* are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can
14745+
* only be `true` when reading across collections e.g. when `parent` is set to
14746+
* `"projects/example/locations/-"`. This field is not by default supported and will result
14747+
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
14748+
* product specific documentation.
14749+
*/
14750+
@com.google.api.client.util.Key
14751+
private java.lang.Boolean returnPartialSuccess;
14752+
14753+
/** When set to `true`, operations that are reachable are returned as normal, and those that are
14754+
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
14755+
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
14756+
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
14757+
explicitly documented otherwise in service or product specific documentation.
14758+
*/
14759+
public java.lang.Boolean getReturnPartialSuccess() {
14760+
return returnPartialSuccess;
14761+
}
14762+
14763+
/**
14764+
* When set to `true`, operations that are reachable are returned as normal, and those that
14765+
* are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can
14766+
* only be `true` when reading across collections e.g. when `parent` is set to
14767+
* `"projects/example/locations/-"`. This field is not by default supported and will result
14768+
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
14769+
* product specific documentation.
14770+
*/
14771+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
14772+
this.returnPartialSuccess = returnPartialSuccess;
14773+
return this;
14774+
}
14775+
1467414776
@Override
1467514777
public List set(String parameterName, Object value) {
1467614778
return (List) super.set(parameterName, value);

clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4444
@com.google.api.client.util.Key
4545
private java.util.List<GoogleLongrunningOperation> operations;
4646

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

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

0 commit comments

Comments
 (0)