Skip to content

Commit cdf7917

Browse files
1 parent 4c4784d commit cdf7917

File tree

71 files changed

+2630
-605
lines changed

Some content is hidden

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

71 files changed

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

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

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@
3030
public final class GoogleCloudDiscoveryengineV1ActionConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. Params needed to support actions in the format of (Key, Value) pairs. Required
34-
* parameters for sources that support OAUTH, i.e. `gmail`, `google_calendar`, `jira`, `workday`,
35-
* `salesforce`, `confluence`: * Key: `client_id` * Value: type STRING. The client ID for the
36-
* service provider to identify your application. * Key: `client_secret` * Value:type STRING. The
37-
* client secret generated by the application's authorization server.
33+
* Optional. Action parameters in structured json format.
3834
* The value may be {@code null}.
3935
*/
4036
@com.google.api.client.util.Key
@@ -48,6 +44,13 @@ public final class GoogleCloudDiscoveryengineV1ActionConfig extends com.google.a
4844
@com.google.api.client.util.Key
4945
private java.lang.Boolean isActionConfigured;
5046

47+
/**
48+
* Optional. Action parameters in json string format.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String jsonActionParams;
53+
5154
/**
5255
* Optional. The Service Directory resource name (projects/locations/namespaces/services)
5356
* representing a VPC network endpoint used to connect to the data source's `instance_uri`,
@@ -66,23 +69,15 @@ public final class GoogleCloudDiscoveryengineV1ActionConfig extends com.google.a
6669
private java.lang.Boolean useStaticSecrets;
6770

6871
/**
69-
* Required. Params needed to support actions in the format of (Key, Value) pairs. Required
70-
* parameters for sources that support OAUTH, i.e. `gmail`, `google_calendar`, `jira`, `workday`,
71-
* `salesforce`, `confluence`: * Key: `client_id` * Value: type STRING. The client ID for the
72-
* service provider to identify your application. * Key: `client_secret` * Value:type STRING. The
73-
* client secret generated by the application's authorization server.
72+
* Optional. Action parameters in structured json format.
7473
* @return value or {@code null} for none
7574
*/
7675
public java.util.Map<String, java.lang.Object> getActionParams() {
7776
return actionParams;
7877
}
7978

8079
/**
81-
* Required. Params needed to support actions in the format of (Key, Value) pairs. Required
82-
* parameters for sources that support OAUTH, i.e. `gmail`, `google_calendar`, `jira`, `workday`,
83-
* `salesforce`, `confluence`: * Key: `client_id` * Value: type STRING. The client ID for the
84-
* service provider to identify your application. * Key: `client_secret` * Value:type STRING. The
85-
* client secret generated by the application's authorization server.
80+
* Optional. Action parameters in structured json format.
8681
* @param actionParams actionParams or {@code null} for none
8782
*/
8883
public GoogleCloudDiscoveryengineV1ActionConfig setActionParams(java.util.Map<String, java.lang.Object> actionParams) {
@@ -109,6 +104,23 @@ public GoogleCloudDiscoveryengineV1ActionConfig setIsActionConfigured(java.lang.
109104
return this;
110105
}
111106

107+
/**
108+
* Optional. Action parameters in json string format.
109+
* @return value or {@code null} for none
110+
*/
111+
public java.lang.String getJsonActionParams() {
112+
return jsonActionParams;
113+
}
114+
115+
/**
116+
* Optional. Action parameters in json string format.
117+
* @param jsonActionParams jsonActionParams or {@code null} for none
118+
*/
119+
public GoogleCloudDiscoveryengineV1ActionConfig setJsonActionParams(java.lang.String jsonActionParams) {
120+
this.jsonActionParams = jsonActionParams;
121+
return this;
122+
}
123+
112124
/**
113125
* Optional. The Service Directory resource name (projects/locations/namespaces/services)
114126
* representing a VPC network endpoint used to connect to the data source's `instance_uri`,

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,37 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudDiscoveryengineV1BAPConfig extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Optional. The actions enabled on the associated BAP connection.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.List<java.lang.String> enabledActions;
38+
3239
/**
3340
* Required. The supported connector modes for the associated BAP connection.
3441
* The value may be {@code null}.
3542
*/
3643
@com.google.api.client.util.Key
3744
private java.util.List<java.lang.String> supportedConnectorModes;
3845

46+
/**
47+
* Optional. The actions enabled on the associated BAP connection.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.util.List<java.lang.String> getEnabledActions() {
51+
return enabledActions;
52+
}
53+
54+
/**
55+
* Optional. The actions enabled on the associated BAP connection.
56+
* @param enabledActions enabledActions or {@code null} for none
57+
*/
58+
public GoogleCloudDiscoveryengineV1BAPConfig setEnabledActions(java.util.List<java.lang.String> enabledActions) {
59+
this.enabledActions = enabledActions;
60+
return this;
61+
}
62+
3963
/**
4064
* Required. The supported connector modes for the associated BAP connection.
4165
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ public final class GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig extend
4343
@com.google.api.client.util.Key
4444
private java.util.Map<String, java.lang.Object> authParams;
4545

46+
/**
47+
* Optional. Any authentication parameters specific to EUA connectors in json string format.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String jsonAuthParams;
52+
4653
/**
4754
* Optional. The tenant project the connector is connected to.
4855
* The value may be {@code null}.
@@ -84,6 +91,23 @@ public GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig setAuthParams(java
8491
return this;
8592
}
8693

94+
/**
95+
* Optional. Any authentication parameters specific to EUA connectors in json string format.
96+
* @return value or {@code null} for none
97+
*/
98+
public java.lang.String getJsonAuthParams() {
99+
return jsonAuthParams;
100+
}
101+
102+
/**
103+
* Optional. Any authentication parameters specific to EUA connectors in json string format.
104+
* @param jsonAuthParams jsonAuthParams or {@code null} for none
105+
*/
106+
public GoogleCloudDiscoveryengineV1DataConnectorEndUserConfig setJsonAuthParams(java.lang.String jsonAuthParams) {
107+
this.jsonAuthParams = jsonAuthParams;
108+
return this;
109+
}
110+
87111
/**
88112
* Optional. The tenant project the connector is connected to.
89113
* @return value or {@code null} for none

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

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,19 @@ public final class GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig exte
3737
private java.util.Map<String, java.lang.Object> additionalParams;
3838

3939
/**
40-
* Optional. Any authentication parameters specific to FEDERATED.
40+
* Optional. Any authentication parameters specific to FEDERATED connectors.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.util.Map<String, java.lang.Object> authParams;
4545

46+
/**
47+
* Optional. Any authentication parameters specific to FEDERATED connectors in json string format.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String jsonAuthParams;
52+
4653
/**
4754
* Optional. Any additional parameters needed for FEDERATED.
4855
* @return value or {@code null} for none
@@ -61,22 +68,39 @@ public GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig setAdditionalPar
6168
}
6269

6370
/**
64-
* Optional. Any authentication parameters specific to FEDERATED.
71+
* Optional. Any authentication parameters specific to FEDERATED connectors.
6572
* @return value or {@code null} for none
6673
*/
6774
public java.util.Map<String, java.lang.Object> getAuthParams() {
6875
return authParams;
6976
}
7077

7178
/**
72-
* Optional. Any authentication parameters specific to FEDERATED.
79+
* Optional. Any authentication parameters specific to FEDERATED connectors.
7380
* @param authParams authParams or {@code null} for none
7481
*/
7582
public GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig setAuthParams(java.util.Map<String, java.lang.Object> authParams) {
7683
this.authParams = authParams;
7784
return this;
7885
}
7986

87+
/**
88+
* Optional. Any authentication parameters specific to FEDERATED connectors in json string format.
89+
* @return value or {@code null} for none
90+
*/
91+
public java.lang.String getJsonAuthParams() {
92+
return jsonAuthParams;
93+
}
94+
95+
/**
96+
* Optional. Any authentication parameters specific to FEDERATED connectors in json string format.
97+
* @param jsonAuthParams jsonAuthParams or {@code null} for none
98+
*/
99+
public GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig setJsonAuthParams(java.lang.String jsonAuthParams) {
100+
this.jsonAuthParams = jsonAuthParams;
101+
return this;
102+
}
103+
80104
@Override
81105
public GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig set(String fieldName, Object value) {
82106
return (GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig) super.set(fieldName, value);

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ public final class GoogleCloudDiscoveryengineV1DataStore extends com.google.api.
6161
@com.google.api.client.util.Key
6262
private GoogleCloudDiscoveryengineV1CmekConfig cmekConfig;
6363

64+
/**
65+
* Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for
66+
* more details, only apply to non-Spark UCS Search.
67+
* The value may be {@code null}.
68+
*/
69+
@com.google.api.client.util.Key
70+
private java.lang.String configurableBillingApproach;
71+
6472
/**
6573
* Immutable. The content config of the data store. If this field is unset, the server behavior
6674
* defaults to ContentConfig.NO_CONTENT.
@@ -259,6 +267,25 @@ public GoogleCloudDiscoveryengineV1DataStore setCmekConfig(GoogleCloudDiscoverye
259267
return this;
260268
}
261269

270+
/**
271+
* Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for
272+
* more details, only apply to non-Spark UCS Search.
273+
* @return value or {@code null} for none
274+
*/
275+
public java.lang.String getConfigurableBillingApproach() {
276+
return configurableBillingApproach;
277+
}
278+
279+
/**
280+
* Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for
281+
* more details, only apply to non-Spark UCS Search.
282+
* @param configurableBillingApproach configurableBillingApproach or {@code null} for none
283+
*/
284+
public GoogleCloudDiscoveryengineV1DataStore setConfigurableBillingApproach(java.lang.String configurableBillingApproach) {
285+
this.configurableBillingApproach = configurableBillingApproach;
286+
return this;
287+
}
288+
262289
/**
263290
* Immutable. The content config of the data store. If this field is unset, the server behavior
264291
* defaults to ContentConfig.NO_CONTENT.

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
105105
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
106106
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
107107
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
108-
* sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation`
108+
* sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` *
109+
* `disable-onedrive-upload`
109110
* The value may be {@code null}.
110111
*/
111112
@com.google.api.client.util.Key
@@ -334,7 +335,8 @@ public GoogleCloudDiscoveryengineV1Engine setDisplayName(java.lang.String displa
334335
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
335336
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
336337
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
337-
* sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation`
338+
* sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` *
339+
* `disable-onedrive-upload`
338340
* @return value or {@code null} for none
339341
*/
340342
public java.util.Map<String, java.lang.String> getFeatures() {
@@ -346,7 +348,8 @@ public java.util.Map<String, java.lang.String> getFeatures() {
346348
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
347349
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
348350
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
349-
* sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation`
351+
* sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` *
352+
* `disable-onedrive-upload`
350353
* @param features features or {@code null} for none
351354
*/
352355
public GoogleCloudDiscoveryengineV1Engine setFeatures(java.util.Map<String, java.lang.String> features) {

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ public final class GoogleCloudDiscoveryengineV1SearchRequest extends com.google.
122122
@com.google.api.client.util.Key
123123
private java.lang.String languageCode;
124124

125+
/**
126+
* Optional. Config for natural language query understanding capabilities, such as extracting
127+
* structured field filters from the query. Refer to [this
128+
* documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-
129+
* queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no
130+
* additional natural language query understanding will be done.
131+
* The value may be {@code null}.
132+
*/
133+
@com.google.api.client.util.Key
134+
private GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec naturalLanguageQueryUnderstandingSpec;
135+
125136
/**
126137
* A 0-indexed integer that specifies the current offset (that is, starting result location,
127138
* amongst the Documents deemed by the API as relevant) in search results. This field is only
@@ -572,6 +583,31 @@ public GoogleCloudDiscoveryengineV1SearchRequest setLanguageCode(java.lang.Strin
572583
return this;
573584
}
574585

586+
/**
587+
* Optional. Config for natural language query understanding capabilities, such as extracting
588+
* structured field filters from the query. Refer to [this
589+
* documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-
590+
* queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no
591+
* additional natural language query understanding will be done.
592+
* @return value or {@code null} for none
593+
*/
594+
public GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec getNaturalLanguageQueryUnderstandingSpec() {
595+
return naturalLanguageQueryUnderstandingSpec;
596+
}
597+
598+
/**
599+
* Optional. Config for natural language query understanding capabilities, such as extracting
600+
* structured field filters from the query. Refer to [this
601+
* documentation](https://cloud.google.com/generative-ai-app-builder/docs/natural-language-
602+
* queries) for more information. If `naturalLanguageQueryUnderstandingSpec` is not specified, no
603+
* additional natural language query understanding will be done.
604+
* @param naturalLanguageQueryUnderstandingSpec naturalLanguageQueryUnderstandingSpec or {@code null} for none
605+
*/
606+
public GoogleCloudDiscoveryengineV1SearchRequest setNaturalLanguageQueryUnderstandingSpec(GoogleCloudDiscoveryengineV1SearchRequestNaturalLanguageQueryUnderstandingSpec naturalLanguageQueryUnderstandingSpec) {
607+
this.naturalLanguageQueryUnderstandingSpec = naturalLanguageQueryUnderstandingSpec;
608+
return this;
609+
}
610+
575611
/**
576612
* A 0-indexed integer that specifies the current offset (that is, starting result location,
577613
* amongst the Documents deemed by the API as relevant) in search results. This field is only

0 commit comments

Comments
 (0)