Skip to content

Commit d82c31c

Browse files
1 parent 1ef3ee5 commit d82c31c

File tree

40 files changed

+2800
-18
lines changed

40 files changed

+2800
-18
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-rev20251020-2.0.0</version>
25+
<version>v1-rev20251026-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-rev20251020-2.0.0'
38+
implementation 'com.google.apis:google-api-services-discoveryengine:v1-rev20251026-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ public final class GoogleCloudDiscoveryengineV1DataStore extends com.google.api.
6868
@com.google.api.client.util.Key
6969
private java.lang.String configurableBillingApproach;
7070

71+
/**
72+
* Output only. The timestamp when configurable_billing_approach was last updated.
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private String configurableBillingApproachUpdateTime;
77+
7178
/**
7279
* Immutable. The content config of the data store. If this field is unset, the server behavior
7380
* defaults to ContentConfig.NO_CONTENT.
@@ -283,6 +290,23 @@ public GoogleCloudDiscoveryengineV1DataStore setConfigurableBillingApproach(java
283290
return this;
284291
}
285292

293+
/**
294+
* Output only. The timestamp when configurable_billing_approach was last updated.
295+
* @return value or {@code null} for none
296+
*/
297+
public String getConfigurableBillingApproachUpdateTime() {
298+
return configurableBillingApproachUpdateTime;
299+
}
300+
301+
/**
302+
* Output only. The timestamp when configurable_billing_approach was last updated.
303+
* @param configurableBillingApproachUpdateTime configurableBillingApproachUpdateTime or {@code null} for none
304+
*/
305+
public GoogleCloudDiscoveryengineV1DataStore setConfigurableBillingApproachUpdateTime(String configurableBillingApproachUpdateTime) {
306+
this.configurableBillingApproachUpdateTime = configurableBillingApproachUpdateTime;
307+
return this;
308+
}
309+
286310
/**
287311
* Immutable. The content config of the data store. If this field is unset, the server behavior
288312
* defaults to ContentConfig.NO_CONTENT.

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

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

32+
/**
33+
* Output only. The current status of the project's configurable billing.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus configurableBillingStatus;
38+
3239
/**
3340
* Output only. The timestamp when this project is created.
3441
* The value may be {@code null}.
@@ -67,6 +74,23 @@ public final class GoogleCloudDiscoveryengineV1Project extends com.google.api.cl
6774
@com.google.api.client.util.Key
6875
private java.util.Map<String, GoogleCloudDiscoveryengineV1ProjectServiceTerms> serviceTermsMap;
6976

77+
/**
78+
* Output only. The current status of the project's configurable billing.
79+
* @return value or {@code null} for none
80+
*/
81+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus getConfigurableBillingStatus() {
82+
return configurableBillingStatus;
83+
}
84+
85+
/**
86+
* Output only. The current status of the project's configurable billing.
87+
* @param configurableBillingStatus configurableBillingStatus or {@code null} for none
88+
*/
89+
public GoogleCloudDiscoveryengineV1Project setConfigurableBillingStatus(GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus configurableBillingStatus) {
90+
this.configurableBillingStatus = configurableBillingStatus;
91+
return this;
92+
}
93+
7094
/**
7195
* Output only. The timestamp when this project is created.
7296
* @return value or {@code null} for none
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
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+
* Represents the currently effective configurable billing parameters. These values are derived from
21+
* the customer's subscription history stored internally and reflect the thresholds actively being
22+
* used for billing purposes at the time of the GetProject call. This includes the start_time of the
23+
* subscription and may differ from the values in `customer_provided_config` due to billing rules
24+
* (e.g., scale-downs taking effect only at the start of a new month).
25+
*
26+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
27+
* transmitted over HTTP when working with the Discovery Engine API. For a detailed explanation see:
28+
* <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>
29+
* </p>
30+
*
31+
* @author Google, Inc.
32+
*/
33+
@SuppressWarnings("javadoc")
34+
public final class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus extends com.google.api.client.json.GenericJson {
35+
36+
/**
37+
* Optional. The currently effective Indexing Core threshold. This is the threshold against which
38+
* Indexing Core usage is compared for overage calculations.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
42+
private java.lang.Long effectiveIndexingCoreThreshold;
43+
44+
/**
45+
* Optional. The currently effective Search QPM threshold in queries per minute. This is the
46+
* threshold against which QPM usage is compared for overage calculations.
47+
* The value may be {@code null}.
48+
*/
49+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
50+
private java.lang.Long effectiveSearchQpmThreshold;
51+
52+
/**
53+
* Optional. The start time of the currently active billing subscription.
54+
* The value may be {@code null}.
55+
*/
56+
@com.google.api.client.util.Key
57+
private String startTime;
58+
59+
/**
60+
* Optional. The currently effective Indexing Core threshold. This is the threshold against which
61+
* Indexing Core usage is compared for overage calculations.
62+
* @return value or {@code null} for none
63+
*/
64+
public java.lang.Long getEffectiveIndexingCoreThreshold() {
65+
return effectiveIndexingCoreThreshold;
66+
}
67+
68+
/**
69+
* Optional. The currently effective Indexing Core threshold. This is the threshold against which
70+
* Indexing Core usage is compared for overage calculations.
71+
* @param effectiveIndexingCoreThreshold effectiveIndexingCoreThreshold or {@code null} for none
72+
*/
73+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus setEffectiveIndexingCoreThreshold(java.lang.Long effectiveIndexingCoreThreshold) {
74+
this.effectiveIndexingCoreThreshold = effectiveIndexingCoreThreshold;
75+
return this;
76+
}
77+
78+
/**
79+
* Optional. The currently effective Search QPM threshold in queries per minute. This is the
80+
* threshold against which QPM usage is compared for overage calculations.
81+
* @return value or {@code null} for none
82+
*/
83+
public java.lang.Long getEffectiveSearchQpmThreshold() {
84+
return effectiveSearchQpmThreshold;
85+
}
86+
87+
/**
88+
* Optional. The currently effective Search QPM threshold in queries per minute. This is the
89+
* threshold against which QPM usage is compared for overage calculations.
90+
* @param effectiveSearchQpmThreshold effectiveSearchQpmThreshold or {@code null} for none
91+
*/
92+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus setEffectiveSearchQpmThreshold(java.lang.Long effectiveSearchQpmThreshold) {
93+
this.effectiveSearchQpmThreshold = effectiveSearchQpmThreshold;
94+
return this;
95+
}
96+
97+
/**
98+
* Optional. The start time of the currently active billing subscription.
99+
* @return value or {@code null} for none
100+
*/
101+
public String getStartTime() {
102+
return startTime;
103+
}
104+
105+
/**
106+
* Optional. The start time of the currently active billing subscription.
107+
* @param startTime startTime or {@code null} for none
108+
*/
109+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus setStartTime(String startTime) {
110+
this.startTime = startTime;
111+
return this;
112+
}
113+
114+
@Override
115+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus set(String fieldName, Object value) {
116+
return (GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus) super.set(fieldName, value);
117+
}
118+
119+
@Override
120+
public GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus clone() {
121+
return (GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus) super.clone();
122+
}
123+
124+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ public final class GoogleCloudDiscoveryengineV1alphaDataStore extends com.google
6868
@com.google.api.client.util.Key
6969
private java.lang.String configurableBillingApproach;
7070

71+
/**
72+
* Output only. The timestamp when configurable_billing_approach was last updated.
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private String configurableBillingApproachUpdateTime;
77+
7178
/**
7279
* Immutable. The content config of the data store. If this field is unset, the server behavior
7380
* defaults to ContentConfig.NO_CONTENT.
@@ -304,6 +311,23 @@ public GoogleCloudDiscoveryengineV1alphaDataStore setConfigurableBillingApproach
304311
return this;
305312
}
306313

314+
/**
315+
* Output only. The timestamp when configurable_billing_approach was last updated.
316+
* @return value or {@code null} for none
317+
*/
318+
public String getConfigurableBillingApproachUpdateTime() {
319+
return configurableBillingApproachUpdateTime;
320+
}
321+
322+
/**
323+
* Output only. The timestamp when configurable_billing_approach was last updated.
324+
* @param configurableBillingApproachUpdateTime configurableBillingApproachUpdateTime or {@code null} for none
325+
*/
326+
public GoogleCloudDiscoveryengineV1alphaDataStore setConfigurableBillingApproachUpdateTime(String configurableBillingApproachUpdateTime) {
327+
this.configurableBillingApproachUpdateTime = configurableBillingApproachUpdateTime;
328+
return this;
329+
}
330+
307331
/**
308332
* Immutable. The content config of the data store. If this field is unset, the server behavior
309333
* defaults to ContentConfig.NO_CONTENT.

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

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

32+
/**
33+
* Output only. The current status of the project's configurable billing.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus configurableBillingStatus;
38+
3239
/**
3340
* Output only. The timestamp when this project is created.
3441
* The value may be {@code null}.
@@ -67,6 +74,23 @@ public final class GoogleCloudDiscoveryengineV1alphaProject extends com.google.a
6774
@com.google.api.client.util.Key
6875
private java.util.Map<String, GoogleCloudDiscoveryengineV1alphaProjectServiceTerms> serviceTermsMap;
6976

77+
/**
78+
* Output only. The current status of the project's configurable billing.
79+
* @return value or {@code null} for none
80+
*/
81+
public GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus getConfigurableBillingStatus() {
82+
return configurableBillingStatus;
83+
}
84+
85+
/**
86+
* Output only. The current status of the project's configurable billing.
87+
* @param configurableBillingStatus configurableBillingStatus or {@code null} for none
88+
*/
89+
public GoogleCloudDiscoveryengineV1alphaProject setConfigurableBillingStatus(GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus configurableBillingStatus) {
90+
this.configurableBillingStatus = configurableBillingStatus;
91+
return this;
92+
}
93+
7094
/**
7195
* Output only. The timestamp when this project is created.
7296
* @return value or {@code null} for none

0 commit comments

Comments
 (0)