File tree Expand file tree Collapse file tree 14 files changed +138
-18
lines changed
clients/google-api-services-discoveryengine
com/google/api/services/discoveryengine/v1alpha/model
com/google/api/services/discoveryengine/v1beta/model
com/google/api/services/discoveryengine/v1/model Expand file tree Collapse file tree 14 files changed +138
-18
lines changed Original file line number Diff line number Diff 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-rev20250929 -2.0.0</version >
25+ <version >v1-rev20251012 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250929 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20251012 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ public final class GoogleCloudDiscoveryengineV1Session extends com.google.api.cl
5252 @ com .google .api .client .util .Key
5353 private java .lang .Boolean isPinned ;
5454
55+ /**
56+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
57+ * The value may be {@code null}.
58+ */
59+ @ com .google .api .client .util .Key
60+ private java .util .List <java .lang .String > labels ;
61+
5562 /**
5663 * Immutable. Fully qualified name
5764 * `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions`
@@ -143,6 +150,23 @@ public GoogleCloudDiscoveryengineV1Session setIsPinned(java.lang.Boolean isPinne
143150 return this ;
144151 }
145152
153+ /**
154+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
155+ * @return value or {@code null} for none
156+ */
157+ public java .util .List <java .lang .String > getLabels () {
158+ return labels ;
159+ }
160+
161+ /**
162+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
163+ * @param labels labels or {@code null} for none
164+ */
165+ public GoogleCloudDiscoveryengineV1Session setLabels (java .util .List <java .lang .String > labels ) {
166+ this .labels = labels ;
167+ return this ;
168+ }
169+
146170 /**
147171 * Immutable. Fully qualified name
148172 * `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions`
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ public final class GoogleCloudDiscoveryengineV1alphaSession extends com.google.a
5252 @ com .google .api .client .util .Key
5353 private java .lang .Boolean isPinned ;
5454
55+ /**
56+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
57+ * The value may be {@code null}.
58+ */
59+ @ com .google .api .client .util .Key
60+ private java .util .List <java .lang .String > labels ;
61+
5562 /**
5663 * Immutable. Fully qualified name
5764 * `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions`
@@ -143,6 +150,23 @@ public GoogleCloudDiscoveryengineV1alphaSession setIsPinned(java.lang.Boolean is
143150 return this ;
144151 }
145152
153+ /**
154+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
155+ * @return value or {@code null} for none
156+ */
157+ public java .util .List <java .lang .String > getLabels () {
158+ return labels ;
159+ }
160+
161+ /**
162+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
163+ * @param labels labels or {@code null} for none
164+ */
165+ public GoogleCloudDiscoveryengineV1alphaSession setLabels (java .util .List <java .lang .String > labels ) {
166+ this .labels = labels ;
167+ return this ;
168+ }
169+
146170 /**
147171 * Immutable. Fully qualified name
148172 * `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions`
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-discoveryengine</artifactId >
11- <version >v1-rev20250929 -2.0.0</version >
12- <name >Discovery Engine API v1-rev20250929 -2.0.0</name >
11+ <version >v1-rev20251012 -2.0.0</version >
12+ <name >Discovery Engine API v1-rev20251012 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250929 -2.0.0</version >
25+ <version >v1-rev20251012 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20250929 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20251012 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20251008 -2.0.0</version >
25+ <version >v1alpha-rev20251012 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20251008 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20251012 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -52,6 +52,13 @@ public final class GoogleCloudDiscoveryengineV1alphaSession extends com.google.a
5252 @ com .google .api .client .util .Key
5353 private java .lang .Boolean isPinned ;
5454
55+ /**
56+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
57+ * The value may be {@code null}.
58+ */
59+ @ com .google .api .client .util .Key
60+ private java .util .List <java .lang .String > labels ;
61+
5562 /**
5663 * Immutable. Fully qualified name
5764 * `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions`
@@ -143,6 +150,23 @@ public GoogleCloudDiscoveryengineV1alphaSession setIsPinned(java.lang.Boolean is
143150 return this ;
144151 }
145152
153+ /**
154+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
155+ * @return value or {@code null} for none
156+ */
157+ public java .util .List <java .lang .String > getLabels () {
158+ return labels ;
159+ }
160+
161+ /**
162+ * Optional. The labels for the session. Can be set as filter in ListSessionsRequest.
163+ * @param labels labels or {@code null} for none
164+ */
165+ public GoogleCloudDiscoveryengineV1alphaSession setLabels (java .util .List <java .lang .String > labels ) {
166+ this .labels = labels ;
167+ return this ;
168+ }
169+
146170 /**
147171 * Immutable. Fully qualified name
148172 * `projects/{project}/locations/global/collections/{collection}/engines/{engine}/sessions`
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-discoveryengine</artifactId >
11- <version >v1alpha-rev20251008 -2.0.0</version >
12- <name >Discovery Engine API v1alpha-rev20251008 -2.0.0</name >
11+ <version >v1alpha-rev20251012 -2.0.0</version >
12+ <name >Discovery Engine API v1alpha-rev20251012 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20251008 -2.0.0</version >
25+ <version >v1alpha-rev20251012 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20251008 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-discoveryengine:v1alpha-rev20251012 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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 >v1beta-rev20250929 -2.0.0</version >
25+ <version >v1beta-rev20251012 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20250929 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-discoveryengine:v1beta-rev20251012 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments