Skip to content

Commit dd565a4

Browse files
feat(all): auto-regenerate discovery clients (#1752)
1 parent a657f19 commit dd565a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+22670
-2494
lines changed

api-list.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3784,6 +3784,21 @@
37843784
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
37853785
},
37863786
"documentationLink": "https://cloud.google.com/dataproc-metastore/docs",
3787+
"preferred": false
3788+
},
3789+
{
3790+
"kind": "discovery#directoryItem",
3791+
"id": "metastore:v1",
3792+
"name": "metastore",
3793+
"version": "v1",
3794+
"title": "Dataproc Metastore API",
3795+
"description": "The Dataproc Metastore API is used to manage the lifecycle and configuration of metastore services.",
3796+
"discoveryRestUrl": "https://metastore.googleapis.com/$discovery/rest?version=v1",
3797+
"icons": {
3798+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3799+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3800+
},
3801+
"documentationLink": "https://cloud.google.com/dataproc-metastore/docs",
37873802
"preferred": true
37883803
},
37893804
{

apigee/v1/apigee-api.json

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,6 +3539,31 @@
35393539
"https://www.googleapis.com/auth/cloud-platform"
35403540
]
35413541
},
3542+
"getApiSecurityRuntimeConfig": {
3543+
"description": "Gets the API Security runtime configuration for an environment. This named ApiSecurityRuntimeConfig to prevent conflicts with ApiSecurityConfig from addon config.",
3544+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/apiSecurityRuntimeConfig",
3545+
"httpMethod": "GET",
3546+
"id": "apigee.organizations.environments.getApiSecurityRuntimeConfig",
3547+
"parameterOrder": [
3548+
"name"
3549+
],
3550+
"parameters": {
3551+
"name": {
3552+
"description": "Required. Name of the environment API Security Runtime configuration resource. Use the following structure in your request: `organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`",
3553+
"location": "path",
3554+
"pattern": "^organizations/[^/]+/environments/[^/]+/apiSecurityRuntimeConfig$",
3555+
"required": true,
3556+
"type": "string"
3557+
}
3558+
},
3559+
"path": "v1/{+name}",
3560+
"response": {
3561+
"$ref": "GoogleCloudApigeeV1ApiSecurityRuntimeConfig"
3562+
},
3563+
"scopes": [
3564+
"https://www.googleapis.com/auth/cloud-platform"
3565+
]
3566+
},
35423567
"getDebugmask": {
35433568
"description": "Gets the debug mask singleton resource for an environment.",
35443569
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/debugmask",
@@ -8609,7 +8634,7 @@
86098634
}
86108635
}
86118636
},
8612-
"revision": "20220930",
8637+
"revision": "20221110",
86138638
"rootUrl": "https://apigee.googleapis.com/",
86148639
"schemas": {
86158640
"EdgeConfigstoreBundleBadBundle": {
@@ -9240,6 +9265,38 @@
92409265
},
92419266
"type": "object"
92429267
},
9268+
"GoogleCloudApigeeV1ApiSecurityRuntimeConfig": {
9269+
"description": "Response for GetApiSecurityRuntimeConfig[EnvironmentService.GetApiSecurityRuntimeConfig].",
9270+
"id": "GoogleCloudApigeeV1ApiSecurityRuntimeConfig",
9271+
"properties": {
9272+
"location": {
9273+
"description": "A list of up to 5 Cloud Storage Blobs that contain SecurityActions.",
9274+
"items": {
9275+
"type": "string"
9276+
},
9277+
"type": "array"
9278+
},
9279+
"name": {
9280+
"description": "Name of the environment API Security Runtime configuration resource. Format: `organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`",
9281+
"type": "string"
9282+
},
9283+
"revisionId": {
9284+
"description": "Revision ID of the API Security Runtime configuration. The higher the value, the more recently the configuration was deployed.",
9285+
"format": "int64",
9286+
"type": "string"
9287+
},
9288+
"uid": {
9289+
"description": "Unique ID for the API Security Runtime configuration. The ID will only change if the environment is deleted and recreated.",
9290+
"type": "string"
9291+
},
9292+
"updateTime": {
9293+
"description": "Time that the API Security Runtime configuration was updated.",
9294+
"format": "google-datetime",
9295+
"type": "string"
9296+
}
9297+
},
9298+
"type": "object"
9299+
},
92439300
"GoogleCloudApigeeV1App": {
92449301
"id": "GoogleCloudApigeeV1App",
92459302
"properties": {
@@ -14186,7 +14243,7 @@
1418614243
"type": "string"
1418714244
},
1418814245
"state": {
14189-
"description": "Query state could be \"enqueued\", \"running\", \"completed\", \"failed\".",
14246+
"description": "Query state could be \"enqueued\", \"running\", \"completed\", \"expired\" and \"failed\".",
1419014247
"type": "string"
1419114248
},
1419214249
"updated": {

apigee/v1/apigee-gen.go

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

assuredworkloads/v1/assuredworkloads-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
}
492492
}
493493
},
494-
"revision": "20221104",
494+
"revision": "20221110",
495495
"rootUrl": "https://assuredworkloads.googleapis.com/",
496496
"schemas": {
497497
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -941,16 +941,16 @@
941941
"type": "string"
942942
},
943943
"partner": {
944-
"description": "Optional. Compliance Regime associated with this workload.",
944+
"description": "Optional. Partner regime associated with this workload.",
945945
"enum": [
946946
"PARTNER_UNSPECIFIED",
947947
"LOCAL_CONTROLS_BY_S3NS",
948948
"SOVEREIGN_CONTROLS_BY_T_SYSTEMS"
949949
],
950950
"enumDescriptions": [
951-
"Unknown partner regime/controls.",
952-
"S3NS regime/controls.",
953-
"TSystem regime/controls."
951+
"",
952+
"Enum representing S3NS partner.",
953+
"Enum representing T_SYSTEM partner."
954954
],
955955
"type": "string"
956956
},

assuredworkloads/v1/assuredworkloads-gen.go

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

0 commit comments

Comments
 (0)