Skip to content

Commit 585de8d

Browse files
1 parent 30e5d01 commit 585de8d

30 files changed

+1020
-123
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-rev20260215-2.0.0</version>
25+
<version>v1-rev20260226-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-rev20260215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20260226-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: 55 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13220,17 +13220,23 @@ public List setParent(java.lang.String parent) {
1322013220
/**
1322113221
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
1322213222
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
13223-
* * `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` *
13224-
* `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT
13225-
* labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
13223+
* * `labels` * `create_time` * `update_time` * `collaborative_project` Examples: *
13224+
* `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` *
13225+
* `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` *
13226+
* `collaborative_project =
13227+
* "projects/123/locations/global/collections/default_collection/engines/"
13228+
* "default_engine/collaborative_projects/cp1"`
1322613229
*/
1322713230
@com.google.api.client.util.Key
1322813231
private java.lang.String filter;
1322913232

1323013233
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: *
1323113234
`user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` *
13232-
`update_time` Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred =
13233-
true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
13235+
`update_time` * `collaborative_project` Examples: * `user_pseudo_id = some_id` * `display_name =
13236+
"some_name"` * `starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time >
13237+
"1970-01-01T12:00:00Z"` * `collaborative_project =
13238+
"projects/123/locations/global/collections/default_collection/engines/"
13239+
"default_engine/collaborative_projects/cp1"`
1323413240
*/
1323513241
public java.lang.String getFilter() {
1323613242
return filter;
@@ -13239,9 +13245,12 @@ public java.lang.String getFilter() {
1323913245
/**
1324013246
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
1324113247
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
13242-
* * `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` *
13243-
* `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT
13244-
* labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
13248+
* * `labels` * `create_time` * `update_time` * `collaborative_project` Examples: *
13249+
* `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` *
13250+
* `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` *
13251+
* `collaborative_project =
13252+
* "projects/123/locations/global/collections/default_collection/engines/"
13253+
* "default_engine/collaborative_projects/cp1"`
1324513254
*/
1324613255
public List setFilter(java.lang.String filter) {
1324713256
this.filter = filter;
@@ -27204,17 +27213,23 @@ public List setParent(java.lang.String parent) {
2720427213
/**
2720527214
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
2720627215
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
27207-
* * `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` *
27208-
* `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT
27209-
* labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
27216+
* * `labels` * `create_time` * `update_time` * `collaborative_project` Examples: *
27217+
* `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` *
27218+
* `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` *
27219+
* `collaborative_project =
27220+
* "projects/123/locations/global/collections/default_collection/engines/"
27221+
* "default_engine/collaborative_projects/cp1"`
2721027222
*/
2721127223
@com.google.api.client.util.Key
2721227224
private java.lang.String filter;
2721327225

2721427226
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: *
2721527227
`user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` *
27216-
`update_time` Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred =
27217-
true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
27228+
`update_time` * `collaborative_project` Examples: * `user_pseudo_id = some_id` * `display_name =
27229+
"some_name"` * `starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time >
27230+
"1970-01-01T12:00:00Z"` * `collaborative_project =
27231+
"projects/123/locations/global/collections/default_collection/engines/"
27232+
"default_engine/collaborative_projects/cp1"`
2721827233
*/
2721927234
public java.lang.String getFilter() {
2722027235
return filter;
@@ -27223,9 +27238,12 @@ public java.lang.String getFilter() {
2722327238
/**
2722427239
* A comma-separated list of fields to filter by, in EBNF grammar. The supported
2722527240
* fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned`
27226-
* * `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` *
27227-
* `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT
27228-
* labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
27241+
* * `labels` * `create_time` * `update_time` * `collaborative_project` Examples: *
27242+
* `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` *
27243+
* `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` *
27244+
* `collaborative_project =
27245+
* "projects/123/locations/global/collections/default_collection/engines/"
27246+
* "default_engine/collaborative_projects/cp1"`
2722927247
*/
2723027248
public List setFilter(java.lang.String filter) {
2723127249
this.filter = filter;
@@ -38108,17 +38126,23 @@ public List setParent(java.lang.String parent) {
3810838126
/**
3810938127
* A comma-separated list of fields to filter by, in EBNF grammar. The supported fields
3811038128
* are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` *
38111-
* `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` *
38112-
* `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT
38113-
* labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
38129+
* `labels` * `create_time` * `update_time` * `collaborative_project` Examples: *
38130+
* `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` *
38131+
* `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` *
38132+
* `collaborative_project =
38133+
* "projects/123/locations/global/collections/default_collection/engines/"
38134+
* "default_engine/collaborative_projects/cp1"`
3811438135
*/
3811538136
@com.google.api.client.util.Key
3811638137
private java.lang.String filter;
3811738138

3811838139
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: *
3811938140
`user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` *
38120-
`update_time` Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred =
38121-
true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
38141+
`update_time` * `collaborative_project` Examples: * `user_pseudo_id = some_id` * `display_name =
38142+
"some_name"` * `starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time >
38143+
"1970-01-01T12:00:00Z"` * `collaborative_project =
38144+
"projects/123/locations/global/collections/default_collection/engines/"
38145+
"default_engine/collaborative_projects/cp1"`
3812238146
*/
3812338147
public java.lang.String getFilter() {
3812438148
return filter;
@@ -38127,9 +38151,12 @@ public java.lang.String getFilter() {
3812738151
/**
3812838152
* A comma-separated list of fields to filter by, in EBNF grammar. The supported fields
3812938153
* are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` *
38130-
* `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` *
38131-
* `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT
38132-
* labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"`
38154+
* `labels` * `create_time` * `update_time` * `collaborative_project` Examples: *
38155+
* `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` *
38156+
* `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` *
38157+
* `collaborative_project =
38158+
* "projects/123/locations/global/collections/default_collection/engines/"
38159+
* "default_engine/collaborative_projects/cp1"`
3813338160
*/
3813438161
public List setFilter(java.lang.String filter) {
3813538162
this.filter = filter;
@@ -43654,7 +43681,8 @@ public LicenseConfigs licenseConfigs() {
4365443681
public class LicenseConfigs {
4365543682

4365643683
/**
43657-
* Creates a LicenseConfig
43684+
* Creates a LicenseConfig This method should only be used for creating NotebookLm licenses or
43685+
* Gemini Enterprise free trial licenses.
4365843686
*
4365943687
* Create a request for the method "licenseConfigs.create".
4366043688
*
@@ -43679,7 +43707,8 @@ public class Create extends DiscoveryEngineRequest<com.google.api.services.disco
4367943707
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
4368043708

4368143709
/**
43682-
* Creates a LicenseConfig
43710+
* Creates a LicenseConfig This method should only be used for creating NotebookLm licenses or
43711+
* Gemini Enterprise free trial licenses.
4368343712
*
4368443713
* Create a request for the method "licenseConfigs.create".
4368543714
*

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

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ public final class GoogleCloudDiscoveryengineV1DataConnector extends com.google.
136136
@com.google.api.client.util.Key
137137
private java.util.List<GoogleCloudDiscoveryengineV1DestinationConfig> destinationConfigs;
138138

139+
/**
140+
* Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN
141+
* derived from the customer provided instance URL and default per connector type FQDNs. Note:
142+
* This field is derived from both the DataConnector.params, and connector source spec. It should
143+
* only be used for CAIS and Org Policy evaluation purposes.
144+
* The value may be {@code null}.
145+
*/
146+
@com.google.api.client.util.Key
147+
private java.util.List<java.lang.String> egressFqdns;
148+
139149
/**
140150
* Optional. Any params and credentials used specifically for EUA connectors.
141151
* The value may be {@code null}.
@@ -351,6 +361,14 @@ public final class GoogleCloudDiscoveryengineV1DataConnector extends com.google.
351361
@com.google.api.client.util.Key
352362
private String updateTime;
353363

364+
/**
365+
* Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP
366+
* evaluation purpose.
367+
* The value may be {@code null}.
368+
*/
369+
@com.google.api.client.util.Key
370+
private java.lang.Boolean vpcscEnabled;
371+
354372
/**
355373
* Optional. Whether the connector will be created with an ACL config. Currently this field only
356374
* affects Cloud Storage and BigQuery connectors.
@@ -586,6 +604,29 @@ public GoogleCloudDiscoveryengineV1DataConnector setDestinationConfigs(java.util
586604
return this;
587605
}
588606

607+
/**
608+
* Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN
609+
* derived from the customer provided instance URL and default per connector type FQDNs. Note:
610+
* This field is derived from both the DataConnector.params, and connector source spec. It should
611+
* only be used for CAIS and Org Policy evaluation purposes.
612+
* @return value or {@code null} for none
613+
*/
614+
public java.util.List<java.lang.String> getEgressFqdns() {
615+
return egressFqdns;
616+
}
617+
618+
/**
619+
* Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN
620+
* derived from the customer provided instance URL and default per connector type FQDNs. Note:
621+
* This field is derived from both the DataConnector.params, and connector source spec. It should
622+
* only be used for CAIS and Org Policy evaluation purposes.
623+
* @param egressFqdns egressFqdns or {@code null} for none
624+
*/
625+
public GoogleCloudDiscoveryengineV1DataConnector setEgressFqdns(java.util.List<java.lang.String> egressFqdns) {
626+
this.egressFqdns = egressFqdns;
627+
return this;
628+
}
629+
589630
/**
590631
* Optional. Any params and credentials used specifically for EUA connectors.
591632
* @return value or {@code null} for none
@@ -1094,6 +1135,25 @@ public GoogleCloudDiscoveryengineV1DataConnector setUpdateTime(String updateTime
10941135
return this;
10951136
}
10961137

1138+
/**
1139+
* Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP
1140+
* evaluation purpose.
1141+
* @return value or {@code null} for none
1142+
*/
1143+
public java.lang.Boolean getVpcscEnabled() {
1144+
return vpcscEnabled;
1145+
}
1146+
1147+
/**
1148+
* Output only. Whether the connector is created with VPC-SC enabled. This is only used for CuOP
1149+
* evaluation purpose.
1150+
* @param vpcscEnabled vpcscEnabled or {@code null} for none
1151+
*/
1152+
public GoogleCloudDiscoveryengineV1DataConnector setVpcscEnabled(java.lang.Boolean vpcscEnabled) {
1153+
this.vpcscEnabled = vpcscEnabled;
1154+
return this;
1155+
}
1156+
10971157
@Override
10981158
public GoogleCloudDiscoveryengineV1DataConnector set(String fieldName, Object value) {
10991159
return (GoogleCloudDiscoveryengineV1DataConnector) super.set(fieldName, value);

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
145145
@com.google.api.client.util.Key
146146
private GoogleCloudDiscoveryengineV1EngineKnowledgeGraphConfig knowledgeGraphConfig;
147147

148+
/**
149+
* Optional. The visibility of marketplace agents in the agent gallery.
150+
* The value may be {@code null}.
151+
*/
152+
@com.google.api.client.util.Key
153+
private java.lang.String marketplaceAgentVisibility;
154+
148155
/**
149156
* Configurations for the Media Engine. Only applicable on the data stores with solution_type
150157
* SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical.
@@ -183,6 +190,13 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
183190
@com.google.api.client.util.Key
184191
private GoogleCloudDiscoveryengineV1ObservabilityConfig observabilityConfig;
185192

193+
/**
194+
* Optional. The email of the procurement contact.
195+
* The value may be {@code null}.
196+
*/
197+
@com.google.api.client.util.Key
198+
private java.lang.String procurementContactEmail;
199+
186200
/**
187201
* Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
188202
* The value may be {@code null}.
@@ -478,6 +492,23 @@ public GoogleCloudDiscoveryengineV1Engine setKnowledgeGraphConfig(GoogleCloudDis
478492
return this;
479493
}
480494

495+
/**
496+
* Optional. The visibility of marketplace agents in the agent gallery.
497+
* @return value or {@code null} for none
498+
*/
499+
public java.lang.String getMarketplaceAgentVisibility() {
500+
return marketplaceAgentVisibility;
501+
}
502+
503+
/**
504+
* Optional. The visibility of marketplace agents in the agent gallery.
505+
* @param marketplaceAgentVisibility marketplaceAgentVisibility or {@code null} for none
506+
*/
507+
public GoogleCloudDiscoveryengineV1Engine setMarketplaceAgentVisibility(java.lang.String marketplaceAgentVisibility) {
508+
this.marketplaceAgentVisibility = marketplaceAgentVisibility;
509+
return this;
510+
}
511+
481512
/**
482513
* Configurations for the Media Engine. Only applicable on the data stores with solution_type
483514
* SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical.
@@ -566,6 +597,23 @@ public GoogleCloudDiscoveryengineV1Engine setObservabilityConfig(GoogleCloudDisc
566597
return this;
567598
}
568599

600+
/**
601+
* Optional. The email of the procurement contact.
602+
* @return value or {@code null} for none
603+
*/
604+
public java.lang.String getProcurementContactEmail() {
605+
return procurementContactEmail;
606+
}
607+
608+
/**
609+
* Optional. The email of the procurement contact.
610+
* @param procurementContactEmail procurementContactEmail or {@code null} for none
611+
*/
612+
public GoogleCloudDiscoveryengineV1Engine setProcurementContactEmail(java.lang.String procurementContactEmail) {
613+
this.procurementContactEmail = procurementContactEmail;
614+
return this;
615+
}
616+
569617
/**
570618
* Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
571619
* @return value or {@code null} for none

0 commit comments

Comments
 (0)