Skip to content

Commit 4418f5f

Browse files
feat(all): auto-regenerate discovery clients (#2551)
1 parent f9bf96d commit 4418f5f

24 files changed

+1946
-95
lines changed

alloydb/v1/alloydb-api.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240410",
1464+
"revision": "20240417",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -3081,6 +3081,10 @@
30813081
],
30823082
"type": "string"
30833083
},
3084+
"crossRegionReplicaConfigured": {
3085+
"description": "Checks for resources that are configured to have redundancy, and ongoing replication across regions",
3086+
"type": "boolean"
3087+
},
30843088
"externalReplicaConfigured": {
30853089
"type": "boolean"
30863090
},
@@ -4047,17 +4051,10 @@
40474051
"description": "An enum that represents the type of this entitlement.",
40484052
"enum": [
40494053
"ENTITLEMENT_TYPE_UNSPECIFIED",
4050-
"DUET_AI",
40514054
"GEMINI"
40524055
],
4053-
"enumDeprecated": [
4054-
false,
4055-
true,
4056-
false
4057-
],
40584056
"enumDescriptions": [
40594057
"",
4060-
"The root entitlement representing Duet AI package ownership.",
40614058
"The root entitlement representing Gemini package ownership."
40624059
],
40634060
"type": "string"

alloydb/v1/alloydb-gen.go

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

alloydb/v1alpha/alloydb-api.json

+9-12
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@
14611461
}
14621462
}
14631463
},
1464-
"revision": "20240410",
1464+
"revision": "20240417",
14651465
"rootUrl": "https://alloydb.googleapis.com/",
14661466
"schemas": {
14671467
"AuthorizedNetwork": {
@@ -1852,7 +1852,7 @@
18521852
},
18531853
"geminiConfig": {
18541854
"$ref": "GeminiClusterConfig",
1855-
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details."
1855+
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on."
18561856
},
18571857
"initialUser": {
18581858
"$ref": "UserPassword",
@@ -2159,7 +2159,7 @@
21592159
"type": "object"
21602160
},
21612161
"GeminiClusterConfig": {
2162-
"description": "Cluster level configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details.",
2162+
"description": "Cluster level configuration parameters related to the Gemini in Databases add-on.",
21632163
"id": "GeminiClusterConfig",
21642164
"properties": {
21652165
"entitled": {
@@ -2171,7 +2171,7 @@
21712171
"type": "object"
21722172
},
21732173
"GeminiInstanceConfig": {
2174-
"description": "Instance level configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details.",
2174+
"description": "Instance level configuration parameters related to the Gemini in Databases add-on.",
21752175
"id": "GeminiInstanceConfig",
21762176
"properties": {
21772177
"entitled": {
@@ -2350,7 +2350,7 @@
23502350
},
23512351
"geminiConfig": {
23522352
"$ref": "GeminiInstanceConfig",
2353-
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details."
2353+
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on."
23542354
},
23552355
"instanceType": {
23562356
"description": "Required. The type of the instance. Specified at creation time.",
@@ -3210,6 +3210,10 @@
32103210
],
32113211
"type": "string"
32123212
},
3213+
"crossRegionReplicaConfigured": {
3214+
"description": "Checks for resources that are configured to have redundancy, and ongoing replication across regions",
3215+
"type": "boolean"
3216+
},
32133217
"externalReplicaConfigured": {
32143218
"type": "boolean"
32153219
},
@@ -4176,17 +4180,10 @@
41764180
"description": "An enum that represents the type of this entitlement.",
41774181
"enum": [
41784182
"ENTITLEMENT_TYPE_UNSPECIFIED",
4179-
"DUET_AI",
41804183
"GEMINI"
41814184
],
4182-
"enumDeprecated": [
4183-
false,
4184-
true,
4185-
false
4186-
],
41874185
"enumDescriptions": [
41884186
"",
4189-
"The root entitlement representing Duet AI package ownership.",
41904187
"The root entitlement representing Gemini package ownership."
41914188
],
41924189
"type": "string"

alloydb/v1alpha/alloydb-gen.go

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

alloydb/v1beta/alloydb-api.json

+9-12
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
}
14591459
}
14601460
},
1461-
"revision": "20240410",
1461+
"revision": "20240417",
14621462
"rootUrl": "https://alloydb.googleapis.com/",
14631463
"schemas": {
14641464
"AuthorizedNetwork": {
@@ -1838,7 +1838,7 @@
18381838
},
18391839
"geminiConfig": {
18401840
"$ref": "GeminiClusterConfig",
1841-
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details."
1841+
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on."
18421842
},
18431843
"initialUser": {
18441844
"$ref": "UserPassword",
@@ -2140,7 +2140,7 @@
21402140
"type": "object"
21412141
},
21422142
"GeminiClusterConfig": {
2143-
"description": "Cluster level configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details.",
2143+
"description": "Cluster level configuration parameters related to the Gemini in Databases add-on.",
21442144
"id": "GeminiClusterConfig",
21452145
"properties": {
21462146
"entitled": {
@@ -2152,7 +2152,7 @@
21522152
"type": "object"
21532153
},
21542154
"GeminiInstanceConfig": {
2155-
"description": "Instance level configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details.",
2155+
"description": "Instance level configuration parameters related to the Gemini in Databases add-on.",
21562156
"id": "GeminiInstanceConfig",
21572157
"properties": {
21582158
"entitled": {
@@ -2331,7 +2331,7 @@
23312331
},
23322332
"geminiConfig": {
23332333
"$ref": "GeminiInstanceConfig",
2334-
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on. See go/prd-enable-duet-ai-databases for more details."
2334+
"description": "Optional. Configuration parameters related to the Gemini in Databases add-on."
23352335
},
23362336
"instanceType": {
23372337
"description": "Required. The type of the instance. Specified at creation time.",
@@ -3186,6 +3186,10 @@
31863186
],
31873187
"type": "string"
31883188
},
3189+
"crossRegionReplicaConfigured": {
3190+
"description": "Checks for resources that are configured to have redundancy, and ongoing replication across regions",
3191+
"type": "boolean"
3192+
},
31893193
"externalReplicaConfigured": {
31903194
"type": "boolean"
31913195
},
@@ -4152,17 +4156,10 @@
41524156
"description": "An enum that represents the type of this entitlement.",
41534157
"enum": [
41544158
"ENTITLEMENT_TYPE_UNSPECIFIED",
4155-
"DUET_AI",
41564159
"GEMINI"
41574160
],
4158-
"enumDeprecated": [
4159-
false,
4160-
true,
4161-
false
4162-
],
41634161
"enumDescriptions": [
41644162
"",
4165-
"The root entitlement representing Duet AI package ownership.",
41664163
"The root entitlement representing Gemini package ownership."
41674164
],
41684165
"type": "string"

alloydb/v1beta/alloydb-gen.go

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

beyondcorp/v1alpha/beyondcorp-api.json

+37-1
Original file line numberDiff line numberDiff line change
@@ -1285,6 +1285,42 @@
12851285
"response": {
12861286
"$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaListSubscriptionsResponse"
12871287
}
1288+
},
1289+
"patch": {
1290+
"description": "Updates an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.",
1291+
"flatPath": "v1alpha/organizations/{organizationsId}/locations/{locationsId}/subscriptions/{subscriptionsId}",
1292+
"httpMethod": "PATCH",
1293+
"id": "beyondcorp.organizations.locations.subscriptions.patch",
1294+
"parameterOrder": [
1295+
"name"
1296+
],
1297+
"parameters": {
1298+
"name": {
1299+
"description": "Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.",
1300+
"location": "path",
1301+
"pattern": "^organizations/[^/]+/locations/[^/]+/subscriptions/[^/]+$",
1302+
"required": true,
1303+
"type": "string"
1304+
},
1305+
"requestId": {
1306+
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1307+
"location": "query",
1308+
"type": "string"
1309+
},
1310+
"updateMask": {
1311+
"description": "Required. Field mask is used to specify the fields to be overwritten in the Subscription resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all mutable fields will be overwritten. Mutable fields: type, state.",
1312+
"format": "google-fieldmask",
1313+
"location": "query",
1314+
"type": "string"
1315+
}
1316+
},
1317+
"path": "v1alpha/{+name}",
1318+
"request": {
1319+
"$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription"
1320+
},
1321+
"response": {
1322+
"$ref": "GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription"
1323+
}
12881324
}
12891325
}
12901326
}
@@ -3903,7 +3939,7 @@
39033939
}
39043940
}
39053941
},
3906-
"revision": "20240410",
3942+
"revision": "20240417",
39073943
"rootUrl": "https://beyondcorp.googleapis.com/",
39083944
"schemas": {
39093945
"AllocatedConnection": {

0 commit comments

Comments
 (0)