Skip to content

Commit 090c29a

Browse files
1 parent 898ad4d commit 090c29a

File tree

15 files changed

+138
-129
lines changed

15 files changed

+138
-129
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-rev20251002-2.0.0</version>
25+
<version>v2-rev20251113-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-rev20251002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20251113-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: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8585,32 +8585,33 @@ public List setPageToken(java.lang.String pageToken) {
85858585

85868586
/**
85878587
* 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.
8588+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
8589+
* This can only be `true` when reading across collections. For example, when `parent`
8590+
* is set to `"projects/example/locations/-"`. This field is not supported by default
8591+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
8592+
* otherwise in service or product specific documentation.
85938593
*/
85948594
@com.google.api.client.util.Key
85958595
private java.lang.Boolean returnPartialSuccess;
85968596

85978597
/** 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.
8598+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
8599+
when reading across collections. For example, when `parent` is set to
8600+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
8601+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
8602+
documentation.
86028603
*/
86038604
public java.lang.Boolean getReturnPartialSuccess() {
86048605
return returnPartialSuccess;
86058606
}
86068607

86078608
/**
86088609
* 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.
8610+
* that are unreachable are returned in the ListOperationsResponse.unreachable field.
8611+
* This can only be `true` when reading across collections. For example, when `parent`
8612+
* is set to `"projects/example/locations/-"`. This field is not supported by default
8613+
* and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
8614+
* otherwise in service or product specific documentation.
86148615
*/
86158616
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
86168617
this.returnPartialSuccess = returnPartialSuccess;
@@ -11861,30 +11862,31 @@ public List setPageToken(java.lang.String pageToken) {
1186111862

1186211863
/**
1186311864
* 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
11865+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
11866+
* can only be `true` when reading across collections. For example, when `parent` is set
11867+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1186711868
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1186811869
* service or product specific documentation.
1186911870
*/
1187011871
@com.google.api.client.util.Key
1187111872
private java.lang.Boolean returnPartialSuccess;
1187211873

1187311874
/** 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.
11875+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
11876+
when reading across collections. For example, when `parent` is set to
11877+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
11878+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
11879+
documentation.
1187811880
*/
1187911881
public java.lang.Boolean getReturnPartialSuccess() {
1188011882
return returnPartialSuccess;
1188111883
}
1188211884

1188311885
/**
1188411886
* 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
11887+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
11888+
* can only be `true` when reading across collections. For example, when `parent` is set
11889+
* to `"projects/example/locations/-"`. This field is not supported by default and will
1188811890
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
1188911891
* service or product specific documentation.
1189011892
*/
@@ -12246,30 +12248,31 @@ public List setPageToken(java.lang.String pageToken) {
1224612248

1224712249
/**
1224812250
* 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
12251+
* are unreachable are returned in the ListOperationsResponse.unreachable field. This can
12252+
* only be `true` when reading across collections. For example, when `parent` is set to
12253+
* `"projects/example/locations/-"`. This field is not supported by default and will result
1225212254
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
1225312255
* product specific documentation.
1225412256
*/
1225512257
@com.google.api.client.util.Key
1225612258
private java.lang.Boolean returnPartialSuccess;
1225712259

1225812260
/** 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.
12261+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
12262+
when reading across collections. For example, when `parent` is set to
12263+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
12264+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
12265+
documentation.
1226312266
*/
1226412267
public java.lang.Boolean getReturnPartialSuccess() {
1226512268
return returnPartialSuccess;
1226612269
}
1226712270

1226812271
/**
1226912272
* 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+
* are unreachable are returned in the ListOperationsResponse.unreachable field. This can
12274+
* only be `true` when reading across collections. For example, when `parent` is set to
12275+
* `"projects/example/locations/-"`. This field is not supported by default and will result
1227312276
* in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or
1227412277
* product specific documentation.
1227512278
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

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-rev20251002-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2-rev20251002-2.0.0</name>
11+
<version>v2-rev20251113-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2-rev20251113-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-rev20251002-2.0.0</version>
25+
<version>v2-rev20251113-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-rev20251002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20251113-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-rev20251030-2.0.0</version>
25+
<version>v2alpha-rev20251113-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-rev20251030-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20251113-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)