Skip to content

Commit b4f04ba

Browse files
1 parent 95961d8 commit b4f04ba

File tree

46 files changed

+10023
-4453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+10023
-4453
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-rev20251026-2.0.0</version>
25+
<version>v1-rev20251030-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-rev20251026-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20251030-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: 5171 additions & 4145 deletions
Large diffs are not rendered by default.

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ public final class GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest exte
102102
private GoogleCloudDiscoveryengineV1UserInfo userInfo;
103103

104104
/**
105-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
106-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
107-
* identifier should not change if the visitor logs in or out of the website. This field should
108-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
109-
* UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded
110-
* string with a length limit of 128
105+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
106+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
107+
* This unique identifier should not change if the visitor logs in or out of the website. This
108+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
109+
* identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
110+
* UTF-8 encoded string with a length limit of 128
111111
* The value may be {@code null}.
112112
*/
113113
@com.google.api.client.util.Key
@@ -282,25 +282,25 @@ public GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest setUserInfo(Goog
282282
}
283283

284284
/**
285-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
286-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
287-
* identifier should not change if the visitor logs in or out of the website. This field should
288-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
289-
* UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded
290-
* string with a length limit of 128
285+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
286+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
287+
* This unique identifier should not change if the visitor logs in or out of the website. This
288+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
289+
* identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
290+
* UTF-8 encoded string with a length limit of 128
291291
* @return value or {@code null} for none
292292
*/
293293
public java.lang.String getUserPseudoId() {
294294
return userPseudoId;
295295
}
296296

297297
/**
298-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
299-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
300-
* identifier should not change if the visitor logs in or out of the website. This field should
301-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
302-
* UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a UTF-8 encoded
303-
* string with a length limit of 128
298+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
299+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
300+
* This unique identifier should not change if the visitor logs in or out of the website. This
301+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
302+
* identifier as UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
303+
* UTF-8 encoded string with a length limit of 128
304304
* @param userPseudoId userPseudoId or {@code null} for none
305305
*/
306306
public GoogleCloudDiscoveryengineV1AdvancedCompleteQueryRequest setUserPseudoId(java.lang.String userPseudoId) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.discoveryengine.v1.model;
18+
19+
/**
20+
* Response for ListServingConfigs method.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Discovery Engine API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudDiscoveryengineV1ListServingConfigsResponse extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Pagination token, if not returned indicates the last page.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String nextPageToken;
38+
39+
/**
40+
* All the ServingConfigs for a given dataStore.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.util.List<GoogleCloudDiscoveryengineV1ServingConfig> servingConfigs;
45+
46+
/**
47+
* Pagination token, if not returned indicates the last page.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.lang.String getNextPageToken() {
51+
return nextPageToken;
52+
}
53+
54+
/**
55+
* Pagination token, if not returned indicates the last page.
56+
* @param nextPageToken nextPageToken or {@code null} for none
57+
*/
58+
public GoogleCloudDiscoveryengineV1ListServingConfigsResponse setNextPageToken(java.lang.String nextPageToken) {
59+
this.nextPageToken = nextPageToken;
60+
return this;
61+
}
62+
63+
/**
64+
* All the ServingConfigs for a given dataStore.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.util.List<GoogleCloudDiscoveryengineV1ServingConfig> getServingConfigs() {
68+
return servingConfigs;
69+
}
70+
71+
/**
72+
* All the ServingConfigs for a given dataStore.
73+
* @param servingConfigs servingConfigs or {@code null} for none
74+
*/
75+
public GoogleCloudDiscoveryengineV1ListServingConfigsResponse setServingConfigs(java.util.List<GoogleCloudDiscoveryengineV1ServingConfig> servingConfigs) {
76+
this.servingConfigs = servingConfigs;
77+
return this;
78+
}
79+
80+
@Override
81+
public GoogleCloudDiscoveryengineV1ListServingConfigsResponse set(String fieldName, Object value) {
82+
return (GoogleCloudDiscoveryengineV1ListServingConfigsResponse) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public GoogleCloudDiscoveryengineV1ListServingConfigsResponse clone() {
87+
return (GoogleCloudDiscoveryengineV1ListServingConfigsResponse) super.clone();
88+
}
89+
90+
}

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -355,13 +355,13 @@ public final class GoogleCloudDiscoveryengineV1SearchRequest extends com.google.
355355
private java.util.Map<String, java.lang.String> userLabels;
356356

357357
/**
358-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
359-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
360-
* identifier should not change if the visitor logs in or out of the website. This field should
361-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
362-
* UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8
363-
* encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is
364-
* returned.
358+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
359+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
360+
* This unique identifier should not change if the visitor logs in or out of the website. This
361+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
362+
* identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must
363+
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
364+
* `INVALID_ARGUMENT` error is returned.
365365
* The value may be {@code null}.
366366
*/
367367
@com.google.api.client.util.Key
@@ -1108,27 +1108,27 @@ public GoogleCloudDiscoveryengineV1SearchRequest setUserLabels(java.util.Map<Str
11081108
}
11091109

11101110
/**
1111-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
1112-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
1113-
* identifier should not change if the visitor logs in or out of the website. This field should
1114-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
1115-
* UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8
1116-
* encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is
1117-
* returned.
1111+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
1112+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
1113+
* This unique identifier should not change if the visitor logs in or out of the website. This
1114+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
1115+
* identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must
1116+
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
1117+
* `INVALID_ARGUMENT` error is returned.
11181118
* @return value or {@code null} for none
11191119
*/
11201120
public java.lang.String getUserPseudoId() {
11211121
return userPseudoId;
11221122
}
11231123

11241124
/**
1125-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
1126-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
1127-
* identifier should not change if the visitor logs in or out of the website. This field should
1128-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
1129-
* UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8
1130-
* encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is
1131-
* returned.
1125+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
1126+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
1127+
* This unique identifier should not change if the visitor logs in or out of the website. This
1128+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
1129+
* identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must
1130+
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
1131+
* `INVALID_ARGUMENT` error is returned.
11321132
* @param userPseudoId userPseudoId or {@code null} for none
11331133
*/
11341134
public GoogleCloudDiscoveryengineV1SearchRequest setUserPseudoId(java.lang.String userPseudoId) {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.discoveryengine.v1.model;
18+
19+
/**
20+
* Metadata related to the progress of the AgentService.DeleteAgent operation. This will be returned
21+
* by the google.longrunning.Operation.metadata field.
22+
*
23+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24+
* transmitted over HTTP when working with the Discovery Engine API. For a detailed explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Operation create time.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private String createTime;
39+
40+
/**
41+
* Operation last update time. If the operation is done, this is also the finish time.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private String updateTime;
46+
47+
/**
48+
* Operation create time.
49+
* @return value or {@code null} for none
50+
*/
51+
public String getCreateTime() {
52+
return createTime;
53+
}
54+
55+
/**
56+
* Operation create time.
57+
* @param createTime createTime or {@code null} for none
58+
*/
59+
public GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata setCreateTime(String createTime) {
60+
this.createTime = createTime;
61+
return this;
62+
}
63+
64+
/**
65+
* Operation last update time. If the operation is done, this is also the finish time.
66+
* @return value or {@code null} for none
67+
*/
68+
public String getUpdateTime() {
69+
return updateTime;
70+
}
71+
72+
/**
73+
* Operation last update time. If the operation is done, this is also the finish time.
74+
* @param updateTime updateTime or {@code null} for none
75+
*/
76+
public GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata setUpdateTime(String updateTime) {
77+
this.updateTime = updateTime;
78+
return this;
79+
}
80+
81+
@Override
82+
public GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata set(String fieldName, Object value) {
83+
return (GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata clone() {
88+
return (GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata) super.clone();
89+
}
90+
91+
}

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,13 @@ public final class GoogleCloudDiscoveryengineV1alphaSearchRequest extends com.go
420420
private java.util.Map<String, java.lang.String> userLabels;
421421

422422
/**
423-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
424-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
425-
* identifier should not change if the visitor logs in or out of the website. This field should
426-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
427-
* UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8
428-
* encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is
429-
* returned.
423+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
424+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
425+
* This unique identifier should not change if the visitor logs in or out of the website. This
426+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
427+
* identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must
428+
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
429+
* `INVALID_ARGUMENT` error is returned.
430430
* The value may be {@code null}.
431431
*/
432432
@com.google.api.client.util.Key
@@ -1324,27 +1324,27 @@ public GoogleCloudDiscoveryengineV1alphaSearchRequest setUserLabels(java.util.Ma
13241324
}
13251325

13261326
/**
1327-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
1328-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
1329-
* identifier should not change if the visitor logs in or out of the website. This field should
1330-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
1331-
* UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8
1332-
* encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is
1333-
* returned.
1327+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
1328+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
1329+
* This unique identifier should not change if the visitor logs in or out of the website. This
1330+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
1331+
* identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must
1332+
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
1333+
* `INVALID_ARGUMENT` error is returned.
13341334
* @return value or {@code null} for none
13351335
*/
13361336
public java.lang.String getUserPseudoId() {
13371337
return userPseudoId;
13381338
}
13391339

13401340
/**
1341-
* A unique identifier for tracking visitors. For example, this could be implemented with an HTTP
1342-
* cookie, which should be able to uniquely identify a visitor on a single device. This unique
1343-
* identifier should not change if the visitor logs in or out of the website. This field should
1344-
* NOT have a fixed value such as `unknown_visitor`. This should be the same identifier as
1345-
* UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must be a UTF-8
1346-
* encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is
1347-
* returned.
1341+
* Optional. A unique identifier for tracking visitors. For example, this could be implemented
1342+
* with an HTTP cookie, which should be able to uniquely identify a visitor on a single device.
1343+
* This unique identifier should not change if the visitor logs in or out of the website. This
1344+
* field should NOT have a fixed value such as `unknown_visitor`. This should be the same
1345+
* identifier as UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field must
1346+
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an
1347+
* `INVALID_ARGUMENT` error is returned.
13481348
* @param userPseudoId userPseudoId or {@code null} for none
13491349
*/
13501350
public GoogleCloudDiscoveryengineV1alphaSearchRequest setUserPseudoId(java.lang.String userPseudoId) {

0 commit comments

Comments
 (0)