Skip to content

Commit a94722f

Browse files
feat(all): auto-regenerate discovery clients (#2691)
1 parent aa4662f commit a94722f

38 files changed

+4804
-5766
lines changed

alloydb/v1beta/alloydb-api.json

+16-7
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
}
14871487
}
14881488
},
1489-
"revision": "20240627",
1489+
"revision": "20240703",
14901490
"rootUrl": "https://alloydb.googleapis.com/",
14911491
"schemas": {
14921492
"AuthorizedNetwork": {
@@ -1575,19 +1575,22 @@
15751575
"DATABASE_VERSION_UNSPECIFIED",
15761576
"POSTGRES_13",
15771577
"POSTGRES_14",
1578-
"POSTGRES_15"
1578+
"POSTGRES_15",
1579+
"POSTGRES_16"
15791580
],
15801581
"enumDeprecated": [
15811582
false,
15821583
true,
15831584
false,
1585+
false,
15841586
false
15851587
],
15861588
"enumDescriptions": [
15871589
"This is an unknown database version.",
15881590
"DEPRECATED - The database version is Postgres 13.",
15891591
"The database version is Postgres 14.",
1590-
"The database version is Postgres 15."
1592+
"The database version is Postgres 15.",
1593+
"The database version is Postgres 16."
15911594
],
15921595
"readOnly": true,
15931596
"type": "string"
@@ -1825,19 +1828,22 @@
18251828
"DATABASE_VERSION_UNSPECIFIED",
18261829
"POSTGRES_13",
18271830
"POSTGRES_14",
1828-
"POSTGRES_15"
1831+
"POSTGRES_15",
1832+
"POSTGRES_16"
18291833
],
18301834
"enumDeprecated": [
18311835
false,
18321836
true,
18331837
false,
1838+
false,
18341839
false
18351840
],
18361841
"enumDescriptions": [
18371842
"This is an unknown database version.",
18381843
"DEPRECATED - The database version is Postgres 13.",
18391844
"The database version is Postgres 14.",
1840-
"The database version is Postgres 15."
1845+
"The database version is Postgres 15.",
1846+
"The database version is Postgres 16."
18411847
],
18421848
"type": "string"
18431849
},
@@ -4630,19 +4636,22 @@
46304636
"DATABASE_VERSION_UNSPECIFIED",
46314637
"POSTGRES_13",
46324638
"POSTGRES_14",
4633-
"POSTGRES_15"
4639+
"POSTGRES_15",
4640+
"POSTGRES_16"
46344641
],
46354642
"enumDeprecated": [
46364643
false,
46374644
true,
46384645
false,
4646+
false,
46394647
false
46404648
],
46414649
"enumDescriptions": [
46424650
"This is an unknown database version.",
46434651
"DEPRECATED - The database version is Postgres 13.",
46444652
"The database version is Postgres 14.",
4645-
"The database version is Postgres 15."
4653+
"The database version is Postgres 15.",
4654+
"The database version is Postgres 16."
46464655
],
46474656
"type": "string"
46484657
},

alloydb/v1beta/alloydb-gen.go

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

beyondcorp/v1alpha/beyondcorp-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
],
10291029
"parameters": {
10301030
"filter": {
1031-
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
1031+
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
10321032
"location": "query",
10331033
"type": "string"
10341034
},
@@ -3534,7 +3534,7 @@
35343534
],
35353535
"parameters": {
35363536
"filter": {
3537-
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
3537+
"description": "Optional. Filter expression to restrict the insights returned. Supported filter fields: * `type` * `category` * `subCategory` Examples: * \"category = application AND type = count\" * \"category = application AND subCategory = iap\" * \"type = status\" Allowed values: * type: [count, latency, status, list] * category: [application, device, request, security] * subCategory: [iap, caa, webprotect] NOTE: Only equality based comparison is allowed. Only `AND` conjunction is allowed. NOTE: The 'AND' in the filter field needs to be in capital letters only. NOTE: Just filtering on `subCategory` is not allowed. It should be passed in with the parent `category` too. (These expressions are based on the filter language described at https://google.aip.dev/160).",
35383538
"location": "query",
35393539
"type": "string"
35403540
},
@@ -4080,7 +4080,7 @@
40804080
}
40814081
}
40824082
},
4083-
"revision": "20240619",
4083+
"revision": "20240626",
40844084
"rootUrl": "https://beyondcorp.googleapis.com/",
40854085
"schemas": {
40864086
"AllocatedConnection": {

beyondcorp/v1alpha/beyondcorp-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectors/v1/connectors-api.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@
24272427
}
24282428
}
24292429
},
2430-
"revision": "20240701",
2430+
"revision": "20240708",
24312431
"rootUrl": "https://connectors.googleapis.com/",
24322432
"schemas": {
24332433
"AuditConfig": {
@@ -5892,7 +5892,7 @@
58925892
"type": "array"
58935893
},
58945894
"valueSeparator": {
5895-
"description": "Required. Value separator.",
5895+
"description": "Required. Value separator. Only \",\" can be used for OAuth auth code flow scope field.",
58965896
"type": "string"
58975897
}
58985898
},
@@ -6536,6 +6536,10 @@
65366536
],
65376537
"type": "string"
65386538
},
6539+
"defaultValue": {
6540+
"description": "The following field specifies the default value of the Parameter provided by the external system if a value is not provided.",
6541+
"type": "any"
6542+
},
65396543
"description": {
65406544
"description": "A brief description of the field.",
65416545
"type": "string"
@@ -6547,6 +6551,10 @@
65476551
"jsonSchema": {
65486552
"$ref": "JsonSchema",
65496553
"description": "JsonSchema representation of this action's result"
6554+
},
6555+
"nullable": {
6556+
"description": "Specifies whether a null value is allowed.",
6557+
"type": "boolean"
65506558
}
65516559
},
65526560
"type": "object"

connectors/v1/connectors-gen.go

+7-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connectors/v2/connectors-api.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
}
661661
}
662662
},
663-
"revision": "20240612",
663+
"revision": "20240708",
664664
"rootUrl": "https://connectors.googleapis.com/",
665665
"schemas": {
666666
"AccessCredentials": {
@@ -2269,6 +2269,10 @@
22692269
],
22702270
"type": "string"
22712271
},
2272+
"defaultValue": {
2273+
"description": "The following field specifies the default value of the Parameter provided by the external system if a value is not provided.",
2274+
"type": "any"
2275+
},
22722276
"description": {
22732277
"description": "A brief description of the metadata field.",
22742278
"type": "string"
@@ -2280,6 +2284,10 @@
22802284
"name": {
22812285
"description": "Name of the metadata field.",
22822286
"type": "string"
2287+
},
2288+
"nullable": {
2289+
"description": "Specifies whether a null value is allowed.",
2290+
"type": "boolean"
22832291
}
22842292
},
22852293
"type": "object"

connectors/v2/connectors-gen.go

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)