Skip to content

Commit 0d0b21f

Browse files
1 parent cd1a853 commit 0d0b21f

File tree

54 files changed

+2251
-396
lines changed

Some content is hidden

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

54 files changed

+2251
-396
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-rev20250716-2.0.0</version>
25+
<version>v1-rev20250723-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-rev20250716-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250723-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: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11268,22 +11268,30 @@ public List setParent(java.lang.String parent) {
1126811268
}
1126911269

1127011270
/**
11271-
* A filter to apply on the list results. The supported features are: user_pseudo_id,
11272-
* state, starred. Examples: "user_pseudo_id = some_id" "starred = true"
11271+
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
11272+
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
11273+
* * `labels` * `create_time` * `update_time` Examples: "user_pseudo_id = some_id"
11274+
* "display_name = \"some_name\"" "starred = true" "is_pinned=true AND (NOT
11275+
* labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
1127311276
*/
1127411277
@com.google.api.client.util.Key
1127511278
private java.lang.String filter;
1127611279

11277-
/** A filter to apply on the list results. The supported features are: user_pseudo_id, state, starred.
11278-
Examples: "user_pseudo_id = some_id" "starred = true"
11280+
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: *
11281+
`user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` *
11282+
`update_time` Examples: "user_pseudo_id = some_id" "display_name = \"some_name\"" "starred = true"
11283+
"is_pinned=true AND (NOT labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
1127911284
*/
1128011285
public java.lang.String getFilter() {
1128111286
return filter;
1128211287
}
1128311288

1128411289
/**
11285-
* A filter to apply on the list results. The supported features are: user_pseudo_id,
11286-
* state, starred. Examples: "user_pseudo_id = some_id" "starred = true"
11290+
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
11291+
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
11292+
* * `labels` * `create_time` * `update_time` Examples: "user_pseudo_id = some_id"
11293+
* "display_name = \"some_name\"" "starred = true" "is_pinned=true AND (NOT
11294+
* labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
1128711295
*/
1128811296
public List setFilter(java.lang.String filter) {
1128911297
this.filter = filter;
@@ -20913,22 +20921,30 @@ public List setParent(java.lang.String parent) {
2091320921
}
2091420922

2091520923
/**
20916-
* A filter to apply on the list results. The supported features are: user_pseudo_id,
20917-
* state, starred. Examples: "user_pseudo_id = some_id" "starred = true"
20924+
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
20925+
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
20926+
* * `labels` * `create_time` * `update_time` Examples: "user_pseudo_id = some_id"
20927+
* "display_name = \"some_name\"" "starred = true" "is_pinned=true AND (NOT
20928+
* labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
2091820929
*/
2091920930
@com.google.api.client.util.Key
2092020931
private java.lang.String filter;
2092120932

20922-
/** A filter to apply on the list results. The supported features are: user_pseudo_id, state, starred.
20923-
Examples: "user_pseudo_id = some_id" "starred = true"
20933+
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: *
20934+
`user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` *
20935+
`update_time` Examples: "user_pseudo_id = some_id" "display_name = \"some_name\"" "starred = true"
20936+
"is_pinned=true AND (NOT labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
2092420937
*/
2092520938
public java.lang.String getFilter() {
2092620939
return filter;
2092720940
}
2092820941

2092920942
/**
20930-
* A filter to apply on the list results. The supported features are: user_pseudo_id,
20931-
* state, starred. Examples: "user_pseudo_id = some_id" "starred = true"
20943+
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
20944+
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
20945+
* * `labels` * `create_time` * `update_time` Examples: "user_pseudo_id = some_id"
20946+
* "display_name = \"some_name\"" "starred = true" "is_pinned=true AND (NOT
20947+
* labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
2093220948
*/
2093320949
public List setFilter(java.lang.String filter) {
2093420950
this.filter = filter;
@@ -30620,22 +30636,30 @@ public List setParent(java.lang.String parent) {
3062030636
}
3062130637

3062230638
/**
30623-
* A filter to apply on the list results. The supported features are: user_pseudo_id,
30624-
* state, starred. Examples: "user_pseudo_id = some_id" "starred = true"
30639+
* A comma-separated list of fields to filter by, in EBNF grammar. The supported fields
30640+
* are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` *
30641+
* `labels` * `create_time` * `update_time` Examples: "user_pseudo_id = some_id"
30642+
* "display_name = \"some_name\"" "starred = true" "is_pinned=true AND (NOT
30643+
* labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
3062530644
*/
3062630645
@com.google.api.client.util.Key
3062730646
private java.lang.String filter;
3062830647

30629-
/** A filter to apply on the list results. The supported features are: user_pseudo_id, state, starred.
30630-
Examples: "user_pseudo_id = some_id" "starred = true"
30648+
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: *
30649+
`user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` *
30650+
`update_time` Examples: "user_pseudo_id = some_id" "display_name = \"some_name\"" "starred = true"
30651+
"is_pinned=true AND (NOT labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
3063130652
*/
3063230653
public java.lang.String getFilter() {
3063330654
return filter;
3063430655
}
3063530656

3063630657
/**
30637-
* A filter to apply on the list results. The supported features are: user_pseudo_id,
30638-
* state, starred. Examples: "user_pseudo_id = some_id" "starred = true"
30658+
* A comma-separated list of fields to filter by, in EBNF grammar. The supported fields
30659+
* are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` *
30660+
* `labels` * `create_time` * `update_time` Examples: "user_pseudo_id = some_id"
30661+
* "display_name = \"some_name\"" "starred = true" "is_pinned=true AND (NOT
30662+
* labels:hidden)" "create_time > \"1970-01-01T12:00:00Z\""
3063930663
*/
3064030664
public List setFilter(java.lang.String filter) {
3064130665
this.filter = filter;

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ public final class GoogleCloudDiscoveryengineV1AssistAnswer extends com.google.a
3636
@com.google.api.client.util.Key
3737
private java.util.List<java.lang.String> assistSkippedReasons;
3838

39+
/**
40+
* Immutable. Identifier. Resource name of the `AssistAnswer`. Format: `projects/{project}/locatio
41+
* ns/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assis
42+
* t_answer}` This field must be a UTF-8 encoded string with a length limit of 1024 characters.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String name;
47+
3948
/**
4049
* Replies of the assistant.
4150
* The value may be {@code null}.
@@ -67,6 +76,27 @@ public GoogleCloudDiscoveryengineV1AssistAnswer setAssistSkippedReasons(java.uti
6776
return this;
6877
}
6978

79+
/**
80+
* Immutable. Identifier. Resource name of the `AssistAnswer`. Format: `projects/{project}/locatio
81+
* ns/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assis
82+
* t_answer}` This field must be a UTF-8 encoded string with a length limit of 1024 characters.
83+
* @return value or {@code null} for none
84+
*/
85+
public java.lang.String getName() {
86+
return name;
87+
}
88+
89+
/**
90+
* Immutable. Identifier. Resource name of the `AssistAnswer`. Format: `projects/{project}/locatio
91+
* ns/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assis
92+
* t_answer}` This field must be a UTF-8 encoded string with a length limit of 1024 characters.
93+
* @param name name or {@code null} for none
94+
*/
95+
public GoogleCloudDiscoveryengineV1AssistAnswer setName(java.lang.String name) {
96+
this.name = name;
97+
return this;
98+
}
99+
70100
/**
71101
* Replies of the assistant.
72102
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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+
* Discovery Engine Assistant resource.
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 GoogleCloudDiscoveryengineV1Assistant extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Immutable. Resource name of the assistant. Format: `projects/{project}/locations/{location}/col
34+
* lections/{collection}/engines/{engine}/assistants/{assistant}` It must be a UTF-8 encoded
35+
* string with a length limit of 1024 characters.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String name;
40+
41+
/**
42+
* Immutable. Resource name of the assistant. Format: `projects/{project}/locations/{location}/col
43+
* lections/{collection}/engines/{engine}/assistants/{assistant}` It must be a UTF-8 encoded
44+
* string with a length limit of 1024 characters.
45+
* @return value or {@code null} for none
46+
*/
47+
public java.lang.String getName() {
48+
return name;
49+
}
50+
51+
/**
52+
* Immutable. Resource name of the assistant. Format: `projects/{project}/locations/{location}/col
53+
* lections/{collection}/engines/{engine}/assistants/{assistant}` It must be a UTF-8 encoded
54+
* string with a length limit of 1024 characters.
55+
* @param name name or {@code null} for none
56+
*/
57+
public GoogleCloudDiscoveryengineV1Assistant setName(java.lang.String name) {
58+
this.name = name;
59+
return this;
60+
}
61+
62+
@Override
63+
public GoogleCloudDiscoveryengineV1Assistant set(String fieldName, Object value) {
64+
return (GoogleCloudDiscoveryengineV1Assistant) super.set(fieldName, value);
65+
}
66+
67+
@Override
68+
public GoogleCloudDiscoveryengineV1Assistant clone() {
69+
return (GoogleCloudDiscoveryengineV1Assistant) super.clone();
70+
}
71+
72+
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ public final class GoogleCloudDiscoveryengineV1CmekConfig extends com.google.api
3737
private java.lang.Boolean isDefault;
3838

3939
/**
40-
* KMS key resource name which will be used to encrypt resources
40+
* Required. KMS key resource name which will be used to encrypt resources
4141
* `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}`.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String kmsKey;
4646

4747
/**
48-
* KMS key version resource name which will be used to encrypt resources
48+
* Output only. KMS key version resource name which will be used to encrypt resources
4949
* `/cryptoKeyVersions/{keyVersion}`.
5050
* The value may be {@code null}.
5151
*/
@@ -107,7 +107,7 @@ public GoogleCloudDiscoveryengineV1CmekConfig setIsDefault(java.lang.Boolean isD
107107
}
108108

109109
/**
110-
* KMS key resource name which will be used to encrypt resources
110+
* Required. KMS key resource name which will be used to encrypt resources
111111
* `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}`.
112112
* @return value or {@code null} for none
113113
*/
@@ -116,7 +116,7 @@ public java.lang.String getKmsKey() {
116116
}
117117

118118
/**
119-
* KMS key resource name which will be used to encrypt resources
119+
* Required. KMS key resource name which will be used to encrypt resources
120120
* `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}`.
121121
* @param kmsKey kmsKey or {@code null} for none
122122
*/
@@ -126,7 +126,7 @@ public GoogleCloudDiscoveryengineV1CmekConfig setKmsKey(java.lang.String kmsKey)
126126
}
127127

128128
/**
129-
* KMS key version resource name which will be used to encrypt resources
129+
* Output only. KMS key version resource name which will be used to encrypt resources
130130
* `/cryptoKeyVersions/{keyVersion}`.
131131
* @return value or {@code null} for none
132132
*/
@@ -135,7 +135,7 @@ public java.lang.String getKmsKeyVersion() {
135135
}
136136

137137
/**
138-
* KMS key version resource name which will be used to encrypt resources
138+
* Output only. KMS key version resource name which will be used to encrypt resources
139139
* `/cryptoKeyVersions/{keyVersion}`.
140140
* @param kmsKeyVersion kmsKeyVersion or {@code null} for none
141141
*/

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ public final class GoogleCloudDiscoveryengineV1ProvisionProjectRequest extends c
4646
@com.google.api.client.util.Key
4747
private java.lang.String dataUseTermsVersion;
4848

49+
/**
50+
* Optional. Parameters for Agentspace.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams saasParams;
55+
4956
/**
5057
* Required. Set to `true` to specify that caller has read and would like to give consent to the
5158
* [Terms for data use](https://cloud.google.com/retail/data-use-terms).
@@ -86,6 +93,23 @@ public GoogleCloudDiscoveryengineV1ProvisionProjectRequest setDataUseTermsVersio
8693
return this;
8794
}
8895

96+
/**
97+
* Optional. Parameters for Agentspace.
98+
* @return value or {@code null} for none
99+
*/
100+
public GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams getSaasParams() {
101+
return saasParams;
102+
}
103+
104+
/**
105+
* Optional. Parameters for Agentspace.
106+
* @param saasParams saasParams or {@code null} for none
107+
*/
108+
public GoogleCloudDiscoveryengineV1ProvisionProjectRequest setSaasParams(GoogleCloudDiscoveryengineV1ProvisionProjectRequestSaasParams saasParams) {
109+
this.saasParams = saasParams;
110+
return this;
111+
}
112+
89113
@Override
90114
public GoogleCloudDiscoveryengineV1ProvisionProjectRequest set(String fieldName, Object value) {
91115
return (GoogleCloudDiscoveryengineV1ProvisionProjectRequest) super.set(fieldName, value);

0 commit comments

Comments
 (0)