Skip to content

Commit 941c360

Browse files
1 parent 165c3d6 commit 941c360

16 files changed

Lines changed: 207 additions & 50 deletions

clients/google-api-services-compute/beta/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-compute</artifactId>
25-
<version>beta-rev20260629-2.0.0</version>
25+
<version>beta-rev20260709-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-compute:beta-rev20260629-2.0.0'
38+
implementation 'com.google.apis:google-api-services-compute:beta-rev20260709-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatus.java

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public Error clone() {
160160
}
161161

162162
/**
163-
* Model definition for InstanceGroupManagerResizeRequestStatusErrorErrors.
163+
* Represents a single error encountered during the processing of an operation.
164164
*/
165165
public static final class Errors extends com.google.api.client.json.GenericJson {
166166

@@ -286,42 +286,49 @@ public Errors clone() {
286286
}
287287

288288
/**
289-
* Model definition for InstanceGroupManagerResizeRequestStatusErrorErrorsErrorDetails.
289+
* Container for structured error details providing additional context specific to the encountered
290+
* error code.
290291
*/
291292
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
292293

293294
/**
295+
* Error information containing structured domain, reason, and metadata.
294296
* The value may be {@code null}.
295297
*/
296298
@com.google.api.client.util.Key
297299
private ErrorInfo errorInfo;
298300

299301
/**
302+
* Links and information to help the user resolve the error.
300303
* The value may be {@code null}.
301304
*/
302305
@com.google.api.client.util.Key
303306
private Help help;
304307

305308
/**
309+
* A localized human-readable error message intended for end users.
306310
* The value may be {@code null}.
307311
*/
308312
@com.google.api.client.util.Key
309313
private LocalizedMessage localizedMessage;
310314

311315
/**
316+
* Details about quota limits and metrics when a quota is exceeded.
312317
* The value may be {@code null}.
313318
*/
314319
@com.google.api.client.util.Key
315320
private QuotaExceededInfo quotaInfo;
316321

317322
/**
323+
* Error information containing structured domain, reason, and metadata.
318324
* @return value or {@code null} for none
319325
*/
320326
public ErrorInfo getErrorInfo() {
321327
return errorInfo;
322328
}
323329

324330
/**
331+
* Error information containing structured domain, reason, and metadata.
325332
* @param errorInfo errorInfo or {@code null} for none
326333
*/
327334
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -330,13 +337,15 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
330337
}
331338

332339
/**
340+
* Links and information to help the user resolve the error.
333341
* @return value or {@code null} for none
334342
*/
335343
public Help getHelp() {
336344
return help;
337345
}
338346

339347
/**
348+
* Links and information to help the user resolve the error.
340349
* @param help help or {@code null} for none
341350
*/
342351
public ErrorDetails setHelp(Help help) {
@@ -345,13 +354,15 @@ public ErrorDetails setHelp(Help help) {
345354
}
346355

347356
/**
357+
* A localized human-readable error message intended for end users.
348358
* @return value or {@code null} for none
349359
*/
350360
public LocalizedMessage getLocalizedMessage() {
351361
return localizedMessage;
352362
}
353363

354364
/**
365+
* A localized human-readable error message intended for end users.
355366
* @param localizedMessage localizedMessage or {@code null} for none
356367
*/
357368
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -360,13 +371,15 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
360371
}
361372

362373
/**
374+
* Details about quota limits and metrics when a quota is exceeded.
363375
* @return value or {@code null} for none
364376
*/
365377
public QuotaExceededInfo getQuotaInfo() {
366378
return quotaInfo;
367379
}
368380

369381
/**
382+
* Details about quota limits and metrics when a quota is exceeded.
370383
* @param quotaInfo quotaInfo or {@code null} for none
371384
*/
372385
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {

clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerResizeRequestStatusLastAttempt.java

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public Error clone() {
109109
}
110110

111111
/**
112-
* Model definition for InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrors.
112+
* Represents a single error encountered during the processing of an operation.
113113
*/
114114
public static final class Errors extends com.google.api.client.json.GenericJson {
115115

@@ -235,42 +235,49 @@ public Errors clone() {
235235
}
236236

237237
/**
238-
* Model definition for InstanceGroupManagerResizeRequestStatusLastAttemptErrorErrorsErrorDetails.
238+
* Container for structured error details providing additional context specific to the encountered
239+
* error code.
239240
*/
240241
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
241242

242243
/**
244+
* Error information containing structured domain, reason, and metadata.
243245
* The value may be {@code null}.
244246
*/
245247
@com.google.api.client.util.Key
246248
private ErrorInfo errorInfo;
247249

248250
/**
251+
* Links and information to help the user resolve the error.
249252
* The value may be {@code null}.
250253
*/
251254
@com.google.api.client.util.Key
252255
private Help help;
253256

254257
/**
258+
* A localized human-readable error message intended for end users.
255259
* The value may be {@code null}.
256260
*/
257261
@com.google.api.client.util.Key
258262
private LocalizedMessage localizedMessage;
259263

260264
/**
265+
* Details about quota limits and metrics when a quota is exceeded.
261266
* The value may be {@code null}.
262267
*/
263268
@com.google.api.client.util.Key
264269
private QuotaExceededInfo quotaInfo;
265270

266271
/**
272+
* Error information containing structured domain, reason, and metadata.
267273
* @return value or {@code null} for none
268274
*/
269275
public ErrorInfo getErrorInfo() {
270276
return errorInfo;
271277
}
272278

273279
/**
280+
* Error information containing structured domain, reason, and metadata.
274281
* @param errorInfo errorInfo or {@code null} for none
275282
*/
276283
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -279,13 +286,15 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
279286
}
280287

281288
/**
289+
* Links and information to help the user resolve the error.
282290
* @return value or {@code null} for none
283291
*/
284292
public Help getHelp() {
285293
return help;
286294
}
287295

288296
/**
297+
* Links and information to help the user resolve the error.
289298
* @param help help or {@code null} for none
290299
*/
291300
public ErrorDetails setHelp(Help help) {
@@ -294,13 +303,15 @@ public ErrorDetails setHelp(Help help) {
294303
}
295304

296305
/**
306+
* A localized human-readable error message intended for end users.
297307
* @return value or {@code null} for none
298308
*/
299309
public LocalizedMessage getLocalizedMessage() {
300310
return localizedMessage;
301311
}
302312

303313
/**
314+
* A localized human-readable error message intended for end users.
304315
* @param localizedMessage localizedMessage or {@code null} for none
305316
*/
306317
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -309,13 +320,15 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
309320
}
310321

311322
/**
323+
* Details about quota limits and metrics when a quota is exceeded.
312324
* @return value or {@code null} for none
313325
*/
314326
public QuotaExceededInfo getQuotaInfo() {
315327
return quotaInfo;
316328
}
317329

318330
/**
331+
* Details about quota limits and metrics when a quota is exceeded.
319332
* @param quotaInfo quotaInfo or {@code null} for none
320333
*/
321334
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {

clients/google-api-services-compute/beta/2.0.0/com/google/api/services/compute/model/InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ public Error clone() {
137137
}
138138

139139
/**
140-
* Model definition for
141-
* InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetailsErrorErrors.
140+
* Represents a single error encountered during the processing of an operation.
142141
*/
143142
public static final class Errors extends com.google.api.client.json.GenericJson {
144143

@@ -264,43 +263,49 @@ public Errors clone() {
264263
}
265264

266265
/**
267-
* Model definition for InstanceGroupManagerStatusAcceleratorTopologyAcceleratorTopologyStateDetails
268-
* ErrorErrorsErrorDetails.
266+
* Container for structured error details providing additional context specific to the encountered
267+
* error code.
269268
*/
270269
public static final class ErrorDetails extends com.google.api.client.json.GenericJson {
271270

272271
/**
272+
* Error information containing structured domain, reason, and metadata.
273273
* The value may be {@code null}.
274274
*/
275275
@com.google.api.client.util.Key
276276
private ErrorInfo errorInfo;
277277

278278
/**
279+
* Links and information to help the user resolve the error.
279280
* The value may be {@code null}.
280281
*/
281282
@com.google.api.client.util.Key
282283
private Help help;
283284

284285
/**
286+
* A localized human-readable error message intended for end users.
285287
* The value may be {@code null}.
286288
*/
287289
@com.google.api.client.util.Key
288290
private LocalizedMessage localizedMessage;
289291

290292
/**
293+
* Details about quota limits and metrics when a quota is exceeded.
291294
* The value may be {@code null}.
292295
*/
293296
@com.google.api.client.util.Key
294297
private QuotaExceededInfo quotaInfo;
295298

296299
/**
300+
* Error information containing structured domain, reason, and metadata.
297301
* @return value or {@code null} for none
298302
*/
299303
public ErrorInfo getErrorInfo() {
300304
return errorInfo;
301305
}
302306

303307
/**
308+
* Error information containing structured domain, reason, and metadata.
304309
* @param errorInfo errorInfo or {@code null} for none
305310
*/
306311
public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
@@ -309,13 +314,15 @@ public ErrorDetails setErrorInfo(ErrorInfo errorInfo) {
309314
}
310315

311316
/**
317+
* Links and information to help the user resolve the error.
312318
* @return value or {@code null} for none
313319
*/
314320
public Help getHelp() {
315321
return help;
316322
}
317323

318324
/**
325+
* Links and information to help the user resolve the error.
319326
* @param help help or {@code null} for none
320327
*/
321328
public ErrorDetails setHelp(Help help) {
@@ -324,13 +331,15 @@ public ErrorDetails setHelp(Help help) {
324331
}
325332

326333
/**
334+
* A localized human-readable error message intended for end users.
327335
* @return value or {@code null} for none
328336
*/
329337
public LocalizedMessage getLocalizedMessage() {
330338
return localizedMessage;
331339
}
332340

333341
/**
342+
* A localized human-readable error message intended for end users.
334343
* @param localizedMessage localizedMessage or {@code null} for none
335344
*/
336345
public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
@@ -339,13 +348,15 @@ public ErrorDetails setLocalizedMessage(LocalizedMessage localizedMessage) {
339348
}
340349

341350
/**
351+
* Details about quota limits and metrics when a quota is exceeded.
342352
* @return value or {@code null} for none
343353
*/
344354
public QuotaExceededInfo getQuotaInfo() {
345355
return quotaInfo;
346356
}
347357

348358
/**
359+
* Details about quota limits and metrics when a quota is exceeded.
349360
* @param quotaInfo quotaInfo or {@code null} for none
350361
*/
351362
public ErrorDetails setQuotaInfo(QuotaExceededInfo quotaInfo) {

0 commit comments

Comments
 (0)