Skip to content

Commit e143df7

Browse files
1 parent 0188fe8 commit e143df7

File tree

44 files changed

+2061
-68
lines changed

Some content is hidden

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

44 files changed

+2061
-68
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-rev20250824-2.0.0</version>
25+
<version>v1-rev20250902-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-rev20250824-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250902-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,15 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
157157
@com.google.api.client.util.Key
158158
private java.util.List<GoogleRpcStatus> errors;
159159

160+
/**
161+
* Optional. Any params and credentials used specifically for hybrid connectors supporting
162+
* FEDERATED mode. This field should only be set if the connector is a hybrid connector and we
163+
* want to enable FEDERATED mode.
164+
* The value may be {@code null}.
165+
*/
166+
@com.google.api.client.util.Key
167+
private GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig federatedConfig;
168+
160169
/**
161170
* Optional. If the connector is a hybrid connector, determines whether ingestion is enabled and
162171
* appropriate resources are provisioned during connector creation. If the connector is not a
@@ -307,6 +316,16 @@ public final class GoogleCloudDiscoveryengineV1alphaDataConnector extends com.go
307316
@com.google.api.client.util.Key
308317
private String refreshInterval;
309318

319+
/**
320+
* Optional. Specifies keys to be removed from the 'params' field. This is only active when
321+
* 'params' is included in the 'update_mask' in an UpdateDataConnectorRequest. Deletion takes
322+
* precedence if a key is both in 'remove_param_keys' and present in the 'params' field of the
323+
* request.
324+
* The value may be {@code null}.
325+
*/
326+
@com.google.api.client.util.Key
327+
private java.util.List<java.lang.String> removeParamKeys;
328+
310329
/**
311330
* Output only. State of the connector.
312331
* The value may be {@code null}.
@@ -628,6 +647,27 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setErrors(java.util.List<G
628647
return this;
629648
}
630649

650+
/**
651+
* Optional. Any params and credentials used specifically for hybrid connectors supporting
652+
* FEDERATED mode. This field should only be set if the connector is a hybrid connector and we
653+
* want to enable FEDERATED mode.
654+
* @return value or {@code null} for none
655+
*/
656+
public GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig getFederatedConfig() {
657+
return federatedConfig;
658+
}
659+
660+
/**
661+
* Optional. Any params and credentials used specifically for hybrid connectors supporting
662+
* FEDERATED mode. This field should only be set if the connector is a hybrid connector and we
663+
* want to enable FEDERATED mode.
664+
* @param federatedConfig federatedConfig or {@code null} for none
665+
*/
666+
public GoogleCloudDiscoveryengineV1alphaDataConnector setFederatedConfig(GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig federatedConfig) {
667+
this.federatedConfig = federatedConfig;
668+
return this;
669+
}
670+
631671
/**
632672
* Optional. If the connector is a hybrid connector, determines whether ingestion is enabled and
633673
* appropriate resources are provisioned during connector creation. If the connector is not a
@@ -973,6 +1013,29 @@ public GoogleCloudDiscoveryengineV1alphaDataConnector setRefreshInterval(String
9731013
return this;
9741014
}
9751015

1016+
/**
1017+
* Optional. Specifies keys to be removed from the 'params' field. This is only active when
1018+
* 'params' is included in the 'update_mask' in an UpdateDataConnectorRequest. Deletion takes
1019+
* precedence if a key is both in 'remove_param_keys' and present in the 'params' field of the
1020+
* request.
1021+
* @return value or {@code null} for none
1022+
*/
1023+
public java.util.List<java.lang.String> getRemoveParamKeys() {
1024+
return removeParamKeys;
1025+
}
1026+
1027+
/**
1028+
* Optional. Specifies keys to be removed from the 'params' field. This is only active when
1029+
* 'params' is included in the 'update_mask' in an UpdateDataConnectorRequest. Deletion takes
1030+
* precedence if a key is both in 'remove_param_keys' and present in the 'params' field of the
1031+
* request.
1032+
* @param removeParamKeys removeParamKeys or {@code null} for none
1033+
*/
1034+
public GoogleCloudDiscoveryengineV1alphaDataConnector setRemoveParamKeys(java.util.List<java.lang.String> removeParamKeys) {
1035+
this.removeParamKeys = removeParamKeys;
1036+
return this;
1037+
}
1038+
9761039
/**
9771040
* Output only. State of the connector.
9781041
* @return value or {@code null} for none
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+
* Any params and credentials used specifically for hybrid connectors supporting FEDERATED mode.
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 GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Optional. Any additional parameters needed for FEDERATED.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.util.Map<String, java.lang.Object> additionalParams;
38+
39+
/**
40+
* Optional. Any authentication parameters specific to FEDERATED.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.util.Map<String, java.lang.Object> authParams;
45+
46+
/**
47+
* Optional. Any additional parameters needed for FEDERATED.
48+
* @return value or {@code null} for none
49+
*/
50+
public java.util.Map<String, java.lang.Object> getAdditionalParams() {
51+
return additionalParams;
52+
}
53+
54+
/**
55+
* Optional. Any additional parameters needed for FEDERATED.
56+
* @param additionalParams additionalParams or {@code null} for none
57+
*/
58+
public GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig setAdditionalParams(java.util.Map<String, java.lang.Object> additionalParams) {
59+
this.additionalParams = additionalParams;
60+
return this;
61+
}
62+
63+
/**
64+
* Optional. Any authentication parameters specific to FEDERATED.
65+
* @return value or {@code null} for none
66+
*/
67+
public java.util.Map<String, java.lang.Object> getAuthParams() {
68+
return authParams;
69+
}
70+
71+
/**
72+
* Optional. Any authentication parameters specific to FEDERATED.
73+
* @param authParams authParams or {@code null} for none
74+
*/
75+
public GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig setAuthParams(java.util.Map<String, java.lang.Object> authParams) {
76+
this.authParams = authParams;
77+
return this;
78+
}
79+
80+
@Override
81+
public GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig set(String fieldName, Object value) {
82+
return (GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig) super.set(fieldName, value);
83+
}
84+
85+
@Override
86+
public GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig clone() {
87+
return (GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig) super.clone();
88+
}
89+
90+
}

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-rev20250824-2.0.0</version>
12-
<name>Discovery Engine API v1-rev20250824-2.0.0</name>
11+
<version>v1-rev20250902-2.0.0</version>
12+
<name>Discovery Engine API v1-rev20250902-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-rev20250824-2.0.0</version>
25+
<version>v1-rev20250902-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-rev20250824-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250902-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-rev20250824-2.0.0</version>
25+
<version>v1alpha-rev20250902-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-rev20250824-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20250902-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44953,7 +44953,7 @@ public Notebooks notebooks() {
4495344953
public class Notebooks {
4495444954

4495544955
/**
44956-
* Batch deletes Notebooks. Needs a side channel with the user's EUC.
44956+
* Batch deletes Notebooks.
4495744957
*
4495844958
* Create a request for the method "notebooks.batchDelete".
4495944959
*
@@ -44979,7 +44979,7 @@ public class BatchDelete extends DiscoveryEngineRequest<com.google.api.services.
4497944979
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
4498044980

4498144981
/**
44982-
* Batch deletes Notebooks. Needs a side channel with the user's EUC.
44982+
* Batch deletes Notebooks.
4498344983
*
4498444984
* Create a request for the method "notebooks.batchDelete".
4498544985
*
@@ -45091,7 +45091,7 @@ public BatchDelete set(String parameterName, Object value) {
4509145091
}
4509245092
}
4509345093
/**
45094-
* Creates a notebook. Needs a side channel with the user's EUC.
45094+
* Creates a notebook.
4509545095
*
4509645096
* Create a request for the method "notebooks.create".
4509745097
*
@@ -45116,7 +45116,7 @@ public class Create extends DiscoveryEngineRequest<com.google.api.services.disco
4511645116
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
4511745117

4511845118
/**
45119-
* Creates a notebook. Needs a side channel with the user's EUC.
45119+
* Creates a notebook.
4512045120
*
4512145121
* Create a request for the method "notebooks.create".
4512245122
*
@@ -45226,7 +45226,7 @@ public Create set(String parameterName, Object value) {
4522645226
}
4522745227
}
4522845228
/**
45229-
* Gets a notebook. Needs a side channel with the user's EUC.
45229+
* Gets a notebook.
4523045230
*
4523145231
* Create a request for the method "notebooks.get".
4523245232
*
@@ -45251,7 +45251,7 @@ public class Get extends DiscoveryEngineRequest<com.google.api.services.discover
4525145251
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$");
4525245252

4525345253
/**
45254-
* Gets a notebook. Needs a side channel with the user's EUC.
45254+
* Gets a notebook.
4525545255
*
4525645256
* Create a request for the method "notebooks.get".
4525745257
*
@@ -45373,7 +45373,7 @@ public Get set(String parameterName, Object value) {
4537345373
}
4537445374
}
4537545375
/**
45376-
* Lists the recently viewed notebooks. Needs a side channel with the user's EUC.
45376+
* Lists the notebooks ordered by last view time.
4537745377
*
4537845378
* Create a request for the method "notebooks.listRecentlyViewed".
4537945379
*
@@ -45398,7 +45398,7 @@ public class ListRecentlyViewed extends DiscoveryEngineRequest<com.google.api.se
4539845398
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
4539945399

4540045400
/**
45401-
* Lists the recently viewed notebooks. Needs a side channel with the user's EUC.
45401+
* Lists the notebooks ordered by last view time.
4540245402
*
4540345403
* Create a request for the method "notebooks.listRecentlyViewed".
4540445404
*
@@ -45558,7 +45558,7 @@ public ListRecentlyViewed set(String parameterName, Object value) {
4555845558
}
4555945559
}
4556045560
/**
45561-
* Shares a notebook to other accounts. Needs a side channel with the user's EUC.
45561+
* Shares a notebook to other accounts.
4556245562
*
4556345563
* Create a request for the method "notebooks.share".
4556445564
*
@@ -45584,7 +45584,7 @@ public class Share extends DiscoveryEngineRequest<com.google.api.services.discov
4558445584
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$");
4558545585

4558645586
/**
45587-
* Shares a notebook to other accounts. Needs a side channel with the user's EUC.
45587+
* Shares a notebook to other accounts.
4558845588
*
4558945589
* Create a request for the method "notebooks.share".
4559045590
*
@@ -45719,7 +45719,7 @@ public AudioOverviews audioOverviews() {
4571945719
public class AudioOverviews {
4572045720

4572145721
/**
45722-
* Generates a new audio overview. Needs a side channel with the user's EUC.
45722+
* Generates a new audio overview.
4572345723
*
4572445724
* Create a request for the method "audioOverviews.create".
4572545725
*
@@ -45745,7 +45745,7 @@ public class Create extends DiscoveryEngineRequest<com.google.api.services.disco
4574545745
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/notebooks/[^/]+$");
4574645746

4574745747
/**
45748-
* Generates a new audio overview. Needs a side channel with the user's EUC.
45748+
* Generates a new audio overview.
4574945749
*
4575045750
* Create a request for the method "audioOverviews.create".
4575145751
*
@@ -45859,7 +45859,7 @@ public Create set(String parameterName, Object value) {
4585945859
}
4586045860
}
4586145861
/**
45862-
* Deletes an audio overview. Needs a side channel with the user's EUC.
45862+
* Deletes an audio overview.
4586345863
*
4586445864
* Create a request for the method "audioOverviews.delete".
4586545865
*
@@ -45885,7 +45885,7 @@ public class Delete extends DiscoveryEngineRequest<com.google.api.services.disco
4588545885
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/notebooks/[^/]+/audioOverviews/[^/]+$");
4588645886

4588745887
/**
45888-
* Deletes an audio overview. Needs a side channel with the user's EUC.
45888+
* Deletes an audio overview.
4588945889
*
4589045890
* Create a request for the method "audioOverviews.delete".
4589145891
*

0 commit comments

Comments
 (0)