Skip to content

Commit cedc5b0

Browse files
feat(all): auto-regenerate discovery clients (#2779)
1 parent 72cc5c4 commit cedc5b0

16 files changed

+865
-46
lines changed

‎appengine/v1/appengine-api.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@
17181718
}
17191719
}
17201720
},
1721-
"revision": "20240722",
1721+
"revision": "20240906",
17221722
"rootUrl": "https://appengine.googleapis.com/",
17231723
"schemas": {
17241724
"ApiConfigHandler": {
@@ -2480,6 +2480,24 @@
24802480
},
24812481
"type": "object"
24822482
},
2483+
"GceTag": {
2484+
"description": "For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.",
2485+
"id": "GceTag",
2486+
"properties": {
2487+
"parent": {
2488+
"description": "The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains only one parent. But, in some corner cases, it can contain multiple parents. Currently, organizations are not supported.",
2489+
"items": {
2490+
"type": "string"
2491+
},
2492+
"type": "array"
2493+
},
2494+
"tag": {
2495+
"description": "The administrative_tag name.",
2496+
"type": "string"
2497+
}
2498+
},
2499+
"type": "object"
2500+
},
24832501
"GoogleAppengineV1betaLocationMetadata": {
24842502
"description": "Metadata for the given google.cloud.location.Location.",
24852503
"id": "GoogleAppengineV1betaLocationMetadata",
@@ -3343,6 +3361,13 @@
33433361
],
33443362
"type": "string"
33453363
},
3364+
"gceTag": {
3365+
"description": "The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE.",
3366+
"items": {
3367+
"$ref": "GceTag"
3368+
},
3369+
"type": "array"
3370+
},
33463371
"p4ServiceAccount": {
33473372
"description": "The service account authorized to operate on the consumer project. Note: CCFE only propagates P4SA with default tag to CLH.",
33483373
"type": "string"

‎appengine/v1/appengine-gen.go

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

‎appengine/v1alpha/appengine-api.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
}
947947
}
948948
},
949-
"revision": "20240415",
949+
"revision": "20240906",
950950
"rootUrl": "https://appengine.googleapis.com/",
951951
"schemas": {
952952
"AuthorizedCertificate": {
@@ -1125,6 +1125,24 @@
11251125
"properties": {},
11261126
"type": "object"
11271127
},
1128+
"GceTag": {
1129+
"description": "For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.",
1130+
"id": "GceTag",
1131+
"properties": {
1132+
"parent": {
1133+
"description": "The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains only one parent. But, in some corner cases, it can contain multiple parents. Currently, organizations are not supported.",
1134+
"items": {
1135+
"type": "string"
1136+
},
1137+
"type": "array"
1138+
},
1139+
"tag": {
1140+
"description": "The administrative_tag name.",
1141+
"type": "string"
1142+
}
1143+
},
1144+
"type": "object"
1145+
},
11281146
"GoogleAppengineV1betaLocationMetadata": {
11291147
"description": "Metadata for the given google.cloud.location.Location.",
11301148
"id": "GoogleAppengineV1betaLocationMetadata",
@@ -1551,6 +1569,13 @@
15511569
],
15521570
"type": "string"
15531571
},
1572+
"gceTag": {
1573+
"description": "The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE.",
1574+
"items": {
1575+
"$ref": "GceTag"
1576+
},
1577+
"type": "array"
1578+
},
15541579
"p4ServiceAccount": {
15551580
"description": "The service account authorized to operate on the consumer project. Note: CCFE only propagates P4SA with default tag to CLH.",
15561581
"type": "string"

‎appengine/v1alpha/appengine-gen.go

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

‎appengine/v1beta/appengine-api.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@
19181918
}
19191919
}
19201920
},
1921-
"revision": "20240722",
1921+
"revision": "20240906",
19221922
"rootUrl": "https://appengine.googleapis.com/",
19231923
"schemas": {
19241924
"ApiConfigHandler": {
@@ -2731,6 +2731,24 @@
27312731
},
27322732
"type": "object"
27332733
},
2734+
"GceTag": {
2735+
"description": "For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.",
2736+
"id": "GceTag",
2737+
"properties": {
2738+
"parent": {
2739+
"description": "The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains only one parent. But, in some corner cases, it can contain multiple parents. Currently, organizations are not supported.",
2740+
"items": {
2741+
"type": "string"
2742+
},
2743+
"type": "array"
2744+
},
2745+
"tag": {
2746+
"description": "The administrative_tag name.",
2747+
"type": "string"
2748+
}
2749+
},
2750+
"type": "object"
2751+
},
27342752
"GoogleAppengineV1betaLocationMetadata": {
27352753
"description": "Metadata for the given google.cloud.location.Location.",
27362754
"id": "GoogleAppengineV1betaLocationMetadata",
@@ -3594,6 +3612,13 @@
35943612
],
35953613
"type": "string"
35963614
},
3615+
"gceTag": {
3616+
"description": "The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE.",
3617+
"items": {
3618+
"$ref": "GceTag"
3619+
},
3620+
"type": "array"
3621+
},
35973622
"p4ServiceAccount": {
35983623
"description": "The service account authorized to operate on the consumer project. Note: CCFE only propagates P4SA with default tag to CLH.",
35993624
"type": "string"

‎appengine/v1beta/appengine-gen.go

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

‎contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
}
513513
}
514514
},
515-
"revision": "20240621",
515+
"revision": "20240904",
516516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
517517
"schemas": {
518518
"AdminUser": {
@@ -703,7 +703,7 @@
703703
"type": "object"
704704
},
705705
"Critical": {
706-
"description": "Instances in this Channel will receive updates after all instances in `Critical` were updated + 2 days. They also will only be updated outside of their peak hours.",
706+
"description": "Instances in this Channel will receive updates after all instances in `Normal` were updated. They also will only be updated outside of their peak hours.",
707707
"id": "Critical",
708708
"properties": {
709709
"peakHours": {
@@ -1034,6 +1034,14 @@
10341034
"type": "string"
10351035
},
10361036
"type": "array"
1037+
},
1038+
"producerProjectIds": {
1039+
"description": "Output only. The CCAIP tenant project ids.",
1040+
"items": {
1041+
"type": "string"
1042+
},
1043+
"readOnly": true,
1044+
"type": "array"
10371045
}
10381046
},
10391047
"type": "object"

‎contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

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

0 commit comments

Comments
 (0)