Skip to content

Commit bc14db7

Browse files
feat(all): auto-regenerate discovery clients (#1639)
1 parent 3919127 commit bc14db7

File tree

16 files changed

+1975
-17930
lines changed

16 files changed

+1975
-17930
lines changed

compute/v0.alpha/compute-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39597,7 +39597,7 @@
3959739597
}
3959839598
}
3959939599
},
39600-
"revision": "20220714",
39600+
"revision": "20220720",
3960139601
"rootUrl": "https://compute.googleapis.com/",
3960239602
"schemas": {
3960339603
"AcceleratorConfig": {
@@ -71166,7 +71166,7 @@
7116671166
"type": "object"
7116771167
},
7116871168
"Scheduling": {
71169-
"description": "Sets the scheduling options for an Instance. NextID: 21",
71169+
"description": "Sets the scheduling options for an Instance.",
7117071170
"id": "Scheduling",
7117171171
"properties": {
7117271172
"automaticRestart": {

compute/v0.alpha/compute-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/v1/compute-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31172,7 +31172,7 @@
3117231172
}
3117331173
}
3117431174
},
31175-
"revision": "20220714",
31175+
"revision": "20220720",
3117631176
"rootUrl": "https://compute.googleapis.com/",
3117731177
"schemas": {
3117831178
"AcceleratorConfig": {
@@ -57146,7 +57146,7 @@
5714657146
"type": "object"
5714757147
},
5714857148
"Scheduling": {
57149-
"description": "Sets the scheduling options for an Instance. NextID: 21",
57149+
"description": "Sets the scheduling options for an Instance.",
5715057150
"id": "Scheduling",
5715157151
"properties": {
5715257152
"automaticRestart": {

compute/v1/compute-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectors/v1/connectors-api.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
}
10561056
}
10571057
},
1058-
"revision": "20220714",
1058+
"revision": "20220718",
10591059
"rootUrl": "https://connectors.googleapis.com/",
10601060
"schemas": {
10611061
"AuditConfig": {
@@ -1295,6 +1295,20 @@
12951295
"$ref": "RoleGrant",
12961296
"description": "Role grant configuration for the config variable."
12971297
},
1298+
"state": {
1299+
"description": "State of the config variable.",
1300+
"enum": [
1301+
"STATE_UNSPECIFIED",
1302+
"ACTIVE",
1303+
"DEPRECATED"
1304+
],
1305+
"enumDescriptions": [
1306+
"Status is unspecified.",
1307+
"Config variable is active",
1308+
"Config variable is deprecated."
1309+
],
1310+
"type": "string"
1311+
},
12981312
"validationRegex": {
12991313
"description": "Regular expression in RE2 syntax used for validating the `value` of a `ConfigVariable`.",
13001314
"type": "string"

connectors/v1/connectors-gen.go

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

gameservices/v1/gameservices-api.json

Lines changed: 25 additions & 1893 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)