Skip to content

Commit 9c02b71

Browse files
1 parent 7901428 commit 9c02b71

File tree

19 files changed

+1771
-72
lines changed

19 files changed

+1771
-72
lines changed

clients/google-api-services-discoveryengine/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-discoveryengine</artifactId>
25-
<version>v1-rev20250921-2.0.0</version>
25+
<version>v1-rev20250924-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-discoveryengine:v1-rev20250921-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250924-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/DiscoveryEngine.java

Lines changed: 520 additions & 0 deletions
Large diffs are not rendered by default.

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleCloudDiscoveryengineV1UserEvent.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ public final class GoogleCloudDiscoveryengineV1UserEvent extends com.google.api.
152152
* Required. User event type. Allowed values are: Generic values: * `search`: Search for
153153
* Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel
154154
* or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-
155-
* page`: View of a category page, e.g. Home > Men > Jeans * `add-feedback`: Add a user feedback.
156-
* Retail-related values: * `add-to-cart`: Add an item(s) to cart, e.g. in Retail online shopping
157-
* * `purchase`: Purchase an item(s) Media-related values: * `media-play`: Start/resume watching a
158-
* video, playing a song, etc. * `media-complete`: Finished or stopped midway through a video,
159-
* song, etc. Custom conversion value: * `conversion`: Customer defined conversion event.
155+
* page`: View of a category page, e.g. Home > Men > Jeans Retail-related values: * `add-to-cart`:
156+
* Add an item(s) to cart, e.g. in Retail online shopping * `purchase`: Purchase an item(s) Media-
157+
* related values: * `media-play`: Start/resume watching a video, playing a song, etc. * `media-
158+
* complete`: Finished or stopped midway through a video, song, etc. Custom conversion value: *
159+
* `conversion`: Customer defined conversion event.
160160
* The value may be {@code null}.
161161
*/
162162
@com.google.api.client.util.Key
@@ -516,11 +516,11 @@ public GoogleCloudDiscoveryengineV1UserEvent setEventTime(String eventTime) {
516516
* Required. User event type. Allowed values are: Generic values: * `search`: Search for
517517
* Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel
518518
* or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-
519-
* page`: View of a category page, e.g. Home > Men > Jeans * `add-feedback`: Add a user feedback.
520-
* Retail-related values: * `add-to-cart`: Add an item(s) to cart, e.g. in Retail online shopping
521-
* * `purchase`: Purchase an item(s) Media-related values: * `media-play`: Start/resume watching a
522-
* video, playing a song, etc. * `media-complete`: Finished or stopped midway through a video,
523-
* song, etc. Custom conversion value: * `conversion`: Customer defined conversion event.
519+
* page`: View of a category page, e.g. Home > Men > Jeans Retail-related values: * `add-to-cart`:
520+
* Add an item(s) to cart, e.g. in Retail online shopping * `purchase`: Purchase an item(s) Media-
521+
* related values: * `media-play`: Start/resume watching a video, playing a song, etc. * `media-
522+
* complete`: Finished or stopped midway through a video, song, etc. Custom conversion value: *
523+
* `conversion`: Customer defined conversion event.
524524
* @return value or {@code null} for none
525525
*/
526526
public java.lang.String getEventType() {
@@ -531,11 +531,11 @@ public java.lang.String getEventType() {
531531
* Required. User event type. Allowed values are: Generic values: * `search`: Search for
532532
* Documents. * `view-item`: Detailed page view of a Document. * `view-item-list`: View of a panel
533533
* or ordered list of Documents. * `view-home-page`: View of the home page. * `view-category-
534-
* page`: View of a category page, e.g. Home > Men > Jeans * `add-feedback`: Add a user feedback.
535-
* Retail-related values: * `add-to-cart`: Add an item(s) to cart, e.g. in Retail online shopping
536-
* * `purchase`: Purchase an item(s) Media-related values: * `media-play`: Start/resume watching a
537-
* video, playing a song, etc. * `media-complete`: Finished or stopped midway through a video,
538-
* song, etc. Custom conversion value: * `conversion`: Customer defined conversion event.
534+
* page`: View of a category page, e.g. Home > Men > Jeans Retail-related values: * `add-to-cart`:
535+
* Add an item(s) to cart, e.g. in Retail online shopping * `purchase`: Purchase an item(s) Media-
536+
* related values: * `media-play`: Start/resume watching a video, playing a song, etc. * `media-
537+
* complete`: Finished or stopped midway through a video, song, etc. Custom conversion value: *
538+
* `conversion`: Customer defined conversion event.
539539
* @param eventType eventType or {@code null} for none
540540
*/
541541
public GoogleCloudDiscoveryengineV1UserEvent setEventType(java.lang.String eventType) {

clients/google-api-services-discoveryengine/v1/2.0.0/com/google/api/services/discoveryengine/v1/model/GoogleLongrunningListOperationsResponse.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class GoogleLongrunningListOperationsResponse extends com.google.ap
4343
@com.google.api.client.util.Key
4444
private java.util.List<GoogleLongrunningOperation> 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
49+
* attempting 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 GoogleLongrunningListOperationsResponse setOperations(java.util.List<Goog
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
92+
* attempting 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
102+
* attempting to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public GoogleLongrunningListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public GoogleLongrunningListOperationsResponse set(String fieldName, Object value) {
82112
return (GoogleLongrunningListOperationsResponse) super.set(fieldName, value);

clients/google-api-services-discoveryengine/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-discoveryengine</artifactId>
11-
<version>v1-rev20250921-2.0.0</version>
12-
<name>Discovery Engine API v1-rev20250921-2.0.0</name>
11+
<version>v1-rev20250924-2.0.0</version>
12+
<name>Discovery Engine API v1-rev20250924-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-discoveryengine/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-discoveryengine</artifactId>
25-
<version>v1-rev20250921-2.0.0</version>
25+
<version>v1-rev20250924-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-discoveryengine:v1-rev20250921-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250924-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-discoveryengine/v1alpha/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-discoveryengine</artifactId>
25-
<version>v1alpha-rev20250921-2.0.0</version>
25+
<version>v1alpha-rev20250924-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-discoveryengine:v1alpha-rev20250921-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20250924-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)