Skip to content

Commit b46f90f

Browse files
1 parent c3cfc4b commit b46f90f

44 files changed

Lines changed: 3177 additions & 216 deletions

File tree

Some content is hidden

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

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-rev20260606-2.0.0</version>
25+
<version>v1-rev20260614-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-rev20260606-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20260614-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: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18557,6 +18557,35 @@ public Get setGetWidgetConfigRequestOptionTurnOffCollectionComponents(java.lang.
1855718557
return this;
1855818558
}
1855918559

18560+
/**
18561+
* Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable
18562+
* strings in the response, such as the model selector `display_name` / `description`
18563+
* on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the
18564+
* default language (English).
18565+
*/
18566+
@com.google.api.client.util.Key
18567+
private java.lang.String languageCode;
18568+
18569+
/** Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable strings in the
18570+
response, such as the model selector `display_name` / `description` on
18571+
`WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default language
18572+
(English).
18573+
*/
18574+
public java.lang.String getLanguageCode() {
18575+
return languageCode;
18576+
}
18577+
18578+
/**
18579+
* Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable
18580+
* strings in the response, such as the model selector `display_name` / `description`
18581+
* on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the
18582+
* default language (English).
18583+
*/
18584+
public Get setLanguageCode(java.lang.String languageCode) {
18585+
this.languageCode = languageCode;
18586+
return this;
18587+
}
18588+
1856018589
@Override
1856118590
public Get set(String parameterName, Object value) {
1856218591
return (Get) super.set(parameterName, value);
@@ -28590,6 +28619,35 @@ public Get setGetWidgetConfigRequestOptionTurnOffCollectionComponents(java.lang.
2859028619
return this;
2859128620
}
2859228621

28622+
/**
28623+
* Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable
28624+
* strings in the response, such as the model selector `display_name` / `description`
28625+
* on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the
28626+
* default language (English).
28627+
*/
28628+
@com.google.api.client.util.Key
28629+
private java.lang.String languageCode;
28630+
28631+
/** Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable strings in the
28632+
response, such as the model selector `display_name` / `description` on
28633+
`WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default language
28634+
(English).
28635+
*/
28636+
public java.lang.String getLanguageCode() {
28637+
return languageCode;
28638+
}
28639+
28640+
/**
28641+
* Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable
28642+
* strings in the response, such as the model selector `display_name` / `description`
28643+
* on `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the
28644+
* default language (English).
28645+
*/
28646+
public Get setLanguageCode(java.lang.String languageCode) {
28647+
this.languageCode = languageCode;
28648+
return this;
28649+
}
28650+
2859328651
@Override
2859428652
public Get set(String parameterName, Object value) {
2859528653
return (Get) super.set(parameterName, value);
@@ -42502,6 +42560,35 @@ public Get setGetWidgetConfigRequestOptionTurnOffCollectionComponents(java.lang.
4250242560
return this;
4250342561
}
4250442562

42563+
/**
42564+
* Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable
42565+
* strings in the response, such as the model selector `display_name` / `description` on
42566+
* `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default
42567+
* language (English).
42568+
*/
42569+
@com.google.api.client.util.Key
42570+
private java.lang.String languageCode;
42571+
42572+
/** Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable strings in the
42573+
response, such as the model selector `display_name` / `description` on
42574+
`WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default language
42575+
(English).
42576+
*/
42577+
public java.lang.String getLanguageCode() {
42578+
return languageCode;
42579+
}
42580+
42581+
/**
42582+
* Optional. BCP-47 language tag (e.g. "en", "fr-CA"). Used to localize human-readable
42583+
* strings in the response, such as the model selector `display_name` / `description` on
42584+
* `WidgetConfig.UiSettings.ModelConfigInfo`. Empty / unset falls back to the default
42585+
* language (English).
42586+
*/
42587+
public Get setLanguageCode(java.lang.String languageCode) {
42588+
this.languageCode = languageCode;
42589+
return this;
42590+
}
42591+
4250542592
@Override
4250642593
public Get set(String parameterName, Object value) {
4250742594
return (Get) super.set(parameterName, value);

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ public final class GoogleCloudDiscoveryengineV1Engine extends com.google.api.cli
127127
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
128128
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
129129
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
130-
* sharing` * `personalization-memory` * `personalization-suggested-highlights` * `disable-mobile-
131-
* app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation`
132-
* * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
133-
* `disable-welcome-emails` * `disable-canvas` * `disable-canvas-workspace` * `disable-skills` *
134-
* `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
135-
* orchestration` * `cross-product-intelligence`
130+
* sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-
131+
* access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` *
132+
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
133+
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-
134+
* end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` *
135+
* `cross-product-intelligence`
136136
* The value may be {@code null}.
137137
*/
138138
@com.google.api.client.util.Key
@@ -455,12 +455,12 @@ public GoogleCloudDiscoveryengineV1Engine setDisplayName(java.lang.String displa
455455
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
456456
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
457457
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
458-
* sharing` * `personalization-memory` * `personalization-suggested-highlights` * `disable-mobile-
459-
* app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation`
460-
* * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
461-
* `disable-welcome-emails` * `disable-canvas` * `disable-canvas-workspace` * `disable-skills` *
462-
* `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
463-
* orchestration` * `cross-product-intelligence`
458+
* sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-
459+
* access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` *
460+
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
461+
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-
462+
* end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` *
463+
* `cross-product-intelligence`
464464
* @return value or {@code null} for none
465465
*/
466466
public java.util.Map<String, java.lang.String> getFeatures() {
@@ -472,12 +472,12 @@ public java.util.Map<String, java.lang.String> getFeatures() {
472472
* `*`: all features, if it's present, all other feature state settings are ignored. * `agent-
473473
* gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` *
474474
* `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-
475-
* sharing` * `personalization-memory` * `personalization-suggested-highlights` * `disable-mobile-
476-
* app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation`
477-
* * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
478-
* `disable-welcome-emails` * `disable-canvas` * `disable-canvas-workspace` * `disable-skills` *
479-
* `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-
480-
* orchestration` * `cross-product-intelligence`
475+
* sharing` * `personalization-memory` * `personalization-suggested-highlights` * `mobile-app-
476+
* access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` *
477+
* `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` *
478+
* `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-
479+
* end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` *
480+
* `cross-product-intelligence`
481481
* @param features features or {@code null} for none
482482
*/
483483
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/GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
@SuppressWarnings("javadoc")
3636
public final class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus extends com.google.api.client.json.GenericJson {
3737

38+
/**
39+
* Output only. Per-model Agent Search TPM subscription status.
40+
* The value may be {@code null}.
41+
*/
42+
@com.google.api.client.util.Key
43+
private java.util.List<GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus> agentSearchTokenSubscriptionStatuses;
44+
3845
/**
3946
* Optional. The currently effective Indexing Core threshold. This is the threshold against which
4047
* Indexing Core usage is compared for overage calculations.
@@ -92,6 +99,23 @@ public final class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
9299
@com.google.api.client.util.Key
93100
private java.lang.String updateType;
94101

102+
/**
103+
* Output only. Per-model Agent Search TPM subscription status.
104+
* @return value or {@code null} for none
105+
*/
106+
public java.util.List<GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus> getAgentSearchTokenSubscriptionStatuses() {
107+
return agentSearchTokenSubscriptionStatuses;
108+
}
109+
110+
/**
111+
* Output only. Per-model Agent Search TPM subscription status.
112+
* @param agentSearchTokenSubscriptionStatuses agentSearchTokenSubscriptionStatuses or {@code null} for none
113+
*/
114+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus setAgentSearchTokenSubscriptionStatuses(java.util.List<GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatusAgentSearchTokenSubscriptionStatus> agentSearchTokenSubscriptionStatuses) {
115+
this.agentSearchTokenSubscriptionStatuses = agentSearchTokenSubscriptionStatuses;
116+
return this;
117+
}
118+
95119
/**
96120
* Optional. The currently effective Indexing Core threshold. This is the threshold against which
97121
* Indexing Core usage is compared for overage calculations.

0 commit comments

Comments
 (0)