Skip to content

Commit 64d566f

Browse files
feat(all): auto-regenerate discovery clients (#3167)
1 parent b477d3d commit 64d566f

31 files changed

+856
-1609
lines changed

cloudsupport/v2/cloudsupport-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
],
304304
"parameters": {
305305
"name": {
306-
"description": "The resource name for the case.",
306+
"description": "Identifier. The resource name for the case.",
307307
"location": "path",
308308
"pattern": "^[^/]+/[^/]+/cases/[^/]+$",
309309
"required": true,
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20241231",
555+
"revision": "20250521",
556556
"rootUrl": "https://cloudsupport.googleapis.com/",
557557
"schemas": {
558558
"Actor": {
@@ -565,7 +565,7 @@
565565
},
566566
"email": {
567567
"deprecated": true,
568-
"description": "The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.",
568+
"description": "The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use `username` instead.",
569569
"type": "string"
570570
},
571571
"googleSupport": {
@@ -606,7 +606,7 @@
606606
"type": "string"
607607
},
608608
"name": {
609-
"description": "Output only. The resource name of the attachment.",
609+
"description": "Output only. Identifier. The resource name of the attachment.",
610610
"readOnly": true,
611611
"type": "string"
612612
},
@@ -688,7 +688,7 @@
688688
"type": "string"
689689
},
690690
"name": {
691-
"description": "The resource name for the case.",
691+
"description": "Identifier. The resource name for the case.",
692692
"type": "string"
693693
},
694694
"priority": {

cloudsupport/v2/cloudsupport-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsupport/v2beta/cloudsupport-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
],
334334
"parameters": {
335335
"name": {
336-
"description": "The resource name for the case.",
336+
"description": "Identifier. The resource name for the case.",
337337
"location": "path",
338338
"pattern": "^[^/]+/[^/]+/cases/[^/]+$",
339339
"required": true,
@@ -619,7 +619,7 @@
619619
}
620620
}
621621
},
622-
"revision": "20241231",
622+
"revision": "20250521",
623623
"rootUrl": "https://cloudsupport.googleapis.com/",
624624
"schemas": {
625625
"Actor": {
@@ -632,7 +632,7 @@
632632
},
633633
"email": {
634634
"deprecated": true,
635-
"description": "The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use **username** field instead.",
635+
"description": "The email address of the actor. If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use `username` instead.",
636636
"type": "string"
637637
},
638638
"googleSupport": {
@@ -673,7 +673,7 @@
673673
"type": "string"
674674
},
675675
"name": {
676-
"description": "Output only. The resource name of the attachment.",
676+
"description": "Output only. Identifier. The resource name of the attachment.",
677677
"readOnly": true,
678678
"type": "string"
679679
},
@@ -755,7 +755,7 @@
755755
"type": "string"
756756
},
757757
"name": {
758-
"description": "The resource name for the case.",
758+
"description": "Identifier. The resource name for the case.",
759759
"type": "string"
760760
},
761761
"priority": {

cloudsupport/v2beta/cloudsupport-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataform/v1beta1/dataform-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@
21472147
}
21482148
}
21492149
},
2150-
"revision": "20250420",
2150+
"revision": "20250518",
21512151
"rootUrl": "https://dataform.googleapis.com/",
21522152
"schemas": {
21532153
"ActionErrorTable": {
@@ -3428,6 +3428,10 @@
34283428
"description": "Configures various aspects of Dataform notebook runtime.",
34293429
"id": "NotebookRuntimeOptions",
34303430
"properties": {
3431+
"aiPlatformNotebookRuntimeTemplate": {
3432+
"description": "Optional. The resource name of the [Colab runtime template] (https://cloud.google.com/colab/docs/runtimes), from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.",
3433+
"type": "string"
3434+
},
34313435
"gcsOutputBucket": {
34323436
"description": "Optional. The Google Cloud Storage location to upload the result to. Format: `gs://bucket-name`.",
34333437
"type": "string"

dataform/v1beta1/dataform-gen.go

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)