Skip to content

Commit 87dceef

Browse files
committed
feat(generator): regenerate 20% sample clients using exact revisions from POMs
1 parent 1bbb024 commit 87dceef

802 files changed

Lines changed: 40838 additions & 50893 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-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/EnrollmentToken.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public final class EnrollmentToken extends com.google.api.client.json.GenericJso
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
40-
private java.lang.String duration;
40+
private String duration;
4141

4242
/**
4343
* [Required] The type of the enrollment token.
@@ -68,7 +68,7 @@ public final class EnrollmentToken extends com.google.api.client.json.GenericJso
6868
* 10,000 years. If not specified, the default duration is 1 hour.
6969
* @return value or {@code null} for none
7070
*/
71-
public java.lang.String getDuration() {
71+
public String getDuration() {
7272
return duration;
7373
}
7474

@@ -79,7 +79,7 @@ public java.lang.String getDuration() {
7979
* 10,000 years. If not specified, the default duration is 1 hour.
8080
* @param duration duration or {@code null} for none
8181
*/
82-
public EnrollmentToken setDuration(java.lang.String duration) {
82+
public EnrollmentToken setDuration(String duration) {
8383
this.duration = duration;
8484
return this;
8585
}

clients/google-api-services-ces/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-ces</artifactId>
25-
<version>v1-rev20260312-2.0.0</version>
25+
<version>v1-rev20260325-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-ces:v1-rev20260312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-ces:v1-rev20260325-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/CustomerEngagementSuite.java

Lines changed: 186 additions & 29 deletions
Large diffs are not rendered by default.

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Agent.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public final class Agent extends com.google.api.client.json.GenericJson {
102102
* The value may be {@code null}.
103103
*/
104104
@com.google.api.client.util.Key
105-
private java.lang.String createTime;
105+
private String createTime;
106106

107107
/**
108108
* Optional. Human-readable description of the agent.
@@ -210,7 +210,7 @@ public final class Agent extends com.google.api.client.json.GenericJson {
210210
* The value may be {@code null}.
211211
*/
212212
@com.google.api.client.util.Key
213-
private java.lang.String updateTime;
213+
private String updateTime;
214214

215215
/**
216216
* Optional. The callbacks to execute after the agent is called. The provided callbacks are
@@ -369,15 +369,15 @@ public Agent setChildAgents(java.util.List<java.lang.String> childAgents) {
369369
* Output only. Timestamp when the agent was created.
370370
* @return value or {@code null} for none
371371
*/
372-
public java.lang.String getCreateTime() {
372+
public String getCreateTime() {
373373
return createTime;
374374
}
375375

376376
/**
377377
* Output only. Timestamp when the agent was created.
378378
* @param createTime createTime or {@code null} for none
379379
*/
380-
public Agent setCreateTime(java.lang.String createTime) {
380+
public Agent setCreateTime(String createTime) {
381381
this.createTime = createTime;
382382
return this;
383383
}
@@ -627,15 +627,15 @@ public Agent setTransferRules(java.util.List<TransferRule> transferRules) {
627627
* Output only. Timestamp when the agent was last updated.
628628
* @return value or {@code null} for none
629629
*/
630-
public java.lang.String getUpdateTime() {
630+
public String getUpdateTime() {
631631
return updateTime;
632632
}
633633

634634
/**
635635
* Output only. Timestamp when the agent was last updated.
636636
* @param updateTime updateTime or {@code null} for none
637637
*/
638-
public Agent setUpdateTime(java.lang.String updateTime) {
638+
public Agent setUpdateTime(String updateTime) {
639639
this.updateTime = updateTime;
640640
return this;
641641
}

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/App.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class App extends com.google.api.client.json.GenericJson {
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
54-
private java.lang.String createTime;
54+
private String createTime;
5555

5656
/**
5757
* Optional. The data store settings for the app.
@@ -213,7 +213,7 @@ public final class App extends com.google.api.client.json.GenericJson {
213213
* The value may be {@code null}.
214214
*/
215215
@com.google.api.client.util.Key
216-
private java.lang.String updateTime;
216+
private String updateTime;
217217

218218
/**
219219
* Optional. The declarations of the variables.
@@ -260,15 +260,15 @@ public App setClientCertificateSettings(ClientCertificateSettings clientCertific
260260
* Output only. Timestamp when the app was created.
261261
* @return value or {@code null} for none
262262
*/
263-
public java.lang.String getCreateTime() {
263+
public String getCreateTime() {
264264
return createTime;
265265
}
266266

267267
/**
268268
* Output only. Timestamp when the app was created.
269269
* @param createTime createTime or {@code null} for none
270270
*/
271-
public App setCreateTime(java.lang.String createTime) {
271+
public App setCreateTime(String createTime) {
272272
this.createTime = createTime;
273273
return this;
274274
}
@@ -650,15 +650,15 @@ public App setToolExecutionMode(java.lang.String toolExecutionMode) {
650650
* Output only. Timestamp when the app was last updated.
651651
* @return value or {@code null} for none
652652
*/
653-
public java.lang.String getUpdateTime() {
653+
public String getUpdateTime() {
654654
return updateTime;
655655
}
656656

657657
/**
658658
* Output only. Timestamp when the app was last updated.
659659
* @param updateTime updateTime or {@code null} for none
660660
*/
661-
public App setUpdateTime(java.lang.String updateTime) {
661+
public App setUpdateTime(String updateTime) {
662662
this.updateTime = updateTime;
663663
return this;
664664
}

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/AppVersion.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class AppVersion extends com.google.api.client.json.GenericJson {
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
39-
private java.lang.String createTime;
39+
private String createTime;
4040

4141
/**
4242
* Output only. Email of the user who created the app version.
@@ -86,15 +86,15 @@ public final class AppVersion extends com.google.api.client.json.GenericJson {
8686
* Output only. Timestamp when the app version was created.
8787
* @return value or {@code null} for none
8888
*/
89-
public java.lang.String getCreateTime() {
89+
public String getCreateTime() {
9090
return createTime;
9191
}
9292

9393
/**
9494
* Output only. Timestamp when the app version was created.
9595
* @param createTime createTime or {@code null} for none
9696
*/
97-
public AppVersion setCreateTime(java.lang.String createTime) {
97+
public AppVersion setCreateTime(String createTime) {
9898
this.createTime = createTime;
9999
return this;
100100
}

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/AudioProcessingConfig.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public final class AudioProcessingConfig extends com.google.api.client.json.Gene
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
54-
private java.lang.String inactivityTimeout;
54+
private String inactivityTimeout;
5555

5656
/**
5757
* Optional. Configuration of how the agent response should be synthesized, mapping from the
@@ -105,7 +105,7 @@ public AudioProcessingConfig setBargeInConfig(BargeInConfig bargeInConfig) {
105105
* the user for reengagement. If not set, the agent will not prompt the user for reengagement.
106106
* @return value or {@code null} for none
107107
*/
108-
public java.lang.String getInactivityTimeout() {
108+
public String getInactivityTimeout() {
109109
return inactivityTimeout;
110110
}
111111

@@ -114,7 +114,7 @@ public java.lang.String getInactivityTimeout() {
114114
* the user for reengagement. If not set, the agent will not prompt the user for reengagement.
115115
* @param inactivityTimeout inactivityTimeout or {@code null} for none
116116
*/
117-
public AudioProcessingConfig setInactivityTimeout(java.lang.String inactivityTimeout) {
117+
public AudioProcessingConfig setInactivityTimeout(String inactivityTimeout) {
118118
this.inactivityTimeout = inactivityTimeout;
119119
return this;
120120
}

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/BigQueryExportSettings.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class BigQueryExportSettings extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. The BigQuery dataset to export the data to.
34+
* Optional. The BigQuery **dataset ID** to export the data to.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,24 +45,25 @@ public final class BigQueryExportSettings extends com.google.api.client.json.Gen
4545
private java.lang.Boolean enabled;
4646

4747
/**
48-
* Optional. The project ID of the BigQuery dataset to export the data to. Note: If the BigQuery
49-
* dataset is in a different project from the app, you should grant `roles/bigquery.admin` role to
50-
* the CES service agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
48+
* Optional. The **project ID** of the BigQuery dataset to export the data to. Note: If the
49+
* BigQuery dataset is in a different project from the app, you should grant
50+
* `roles/bigquery.admin` role to the CES service agent `service-@gcp-sa-
51+
* ces.iam.gserviceaccount.com`.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
5455
private java.lang.String project;
5556

5657
/**
57-
* Optional. The BigQuery dataset to export the data to.
58+
* Optional. The BigQuery **dataset ID** to export the data to.
5859
* @return value or {@code null} for none
5960
*/
6061
public java.lang.String getDataset() {
6162
return dataset;
6263
}
6364

6465
/**
65-
* Optional. The BigQuery dataset to export the data to.
66+
* Optional. The BigQuery **dataset ID** to export the data to.
6667
* @param dataset dataset or {@code null} for none
6768
*/
6869
public BigQueryExportSettings setDataset(java.lang.String dataset) {
@@ -88,19 +89,21 @@ public BigQueryExportSettings setEnabled(java.lang.Boolean enabled) {
8889
}
8990

9091
/**
91-
* Optional. The project ID of the BigQuery dataset to export the data to. Note: If the BigQuery
92-
* dataset is in a different project from the app, you should grant `roles/bigquery.admin` role to
93-
* the CES service agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
92+
* Optional. The **project ID** of the BigQuery dataset to export the data to. Note: If the
93+
* BigQuery dataset is in a different project from the app, you should grant
94+
* `roles/bigquery.admin` role to the CES service agent `service-@gcp-sa-
95+
* ces.iam.gserviceaccount.com`.
9496
* @return value or {@code null} for none
9597
*/
9698
public java.lang.String getProject() {
9799
return project;
98100
}
99101

100102
/**
101-
* Optional. The project ID of the BigQuery dataset to export the data to. Note: If the BigQuery
102-
* dataset is in a different project from the app, you should grant `roles/bigquery.admin` role to
103-
* the CES service agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
103+
* Optional. The **project ID** of the BigQuery dataset to export the data to. Note: If the
104+
* BigQuery dataset is in a different project from the app, you should grant
105+
* `roles/bigquery.admin` role to the CES service agent `service-@gcp-sa-
106+
* ces.iam.gserviceaccount.com`.
104107
* @param project project or {@code null} for none
105108
*/
106109
public BigQueryExportSettings setProject(java.lang.String project) {

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Changelog.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public final class Changelog extends com.google.api.client.json.GenericJson {
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
52-
private java.lang.String createTime;
52+
private String createTime;
5353

5454
/**
5555
* Output only. The dependent resources that were changed.
@@ -155,15 +155,15 @@ public Changelog setAuthor(java.lang.String author) {
155155
* Output only. The time when the change was made.
156156
* @return value or {@code null} for none
157157
*/
158-
public java.lang.String getCreateTime() {
158+
public String getCreateTime() {
159159
return createTime;
160160
}
161161

162162
/**
163163
* Output only. The time when the change was made.
164164
* @param createTime createTime or {@code null} for none
165165
*/
166-
public Changelog setCreateTime(java.lang.String createTime) {
166+
public Changelog setCreateTime(String createTime) {
167167
this.createTime = createTime;
168168
return this;
169169
}

clients/google-api-services-ces/v1/2.0.0/com/google/api/services/ces/v1/model/Conversation.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public final class Conversation extends com.google.api.client.json.GenericJson {
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
61-
private java.lang.String endTime;
61+
private String endTime;
6262

6363
/**
6464
* Output only. The agent that initially handles the conversation. If not specified, the
@@ -110,7 +110,7 @@ public final class Conversation extends com.google.api.client.json.GenericJson {
110110
* The value may be {@code null}.
111111
*/
112112
@com.google.api.client.util.Key
113-
private java.lang.String startTime;
113+
private String startTime;
114114

115115
/**
116116
* Output only. The number of turns in the conversation.
@@ -185,15 +185,15 @@ public Conversation setDeployment(java.lang.String deployment) {
185185
* Output only. Timestamp when the conversation was completed.
186186
* @return value or {@code null} for none
187187
*/
188-
public java.lang.String getEndTime() {
188+
public String getEndTime() {
189189
return endTime;
190190
}
191191

192192
/**
193193
* Output only. Timestamp when the conversation was completed.
194194
* @param endTime endTime or {@code null} for none
195195
*/
196-
public Conversation setEndTime(java.lang.String endTime) {
196+
public Conversation setEndTime(String endTime) {
197197
this.endTime = endTime;
198198
return this;
199199
}
@@ -310,15 +310,15 @@ public Conversation setSource(java.lang.String source) {
310310
* Output only. Timestamp when the conversation was created.
311311
* @return value or {@code null} for none
312312
*/
313-
public java.lang.String getStartTime() {
313+
public String getStartTime() {
314314
return startTime;
315315
}
316316

317317
/**
318318
* Output only. Timestamp when the conversation was created.
319319
* @param startTime startTime or {@code null} for none
320320
*/
321-
public Conversation setStartTime(java.lang.String startTime) {
321+
public Conversation setStartTime(String startTime) {
322322
this.startTime = startTime;
323323
return this;
324324
}

0 commit comments

Comments
 (0)