Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 17, 2022
1 parent a657f19 commit dd565a4
Show file tree
Hide file tree
Showing 45 changed files with 22,670 additions and 2,494 deletions.
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -3784,6 +3784,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/dataproc-metastore/docs",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "metastore:v1",
"name": "metastore",
"version": "v1",
"title": "Dataproc Metastore API",
"description": "The Dataproc Metastore API is used to manage the lifecycle and configuration of metastore services.",
"discoveryRestUrl": "https://metastore.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/dataproc-metastore/docs",
"preferred": true
},
{
Expand Down
61 changes: 59 additions & 2 deletions apigee/v1/apigee-api.json
Expand Up @@ -3539,6 +3539,31 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"getApiSecurityRuntimeConfig": {
"description": "Gets the API Security runtime configuration for an environment. This named ApiSecurityRuntimeConfig to prevent conflicts with ApiSecurityConfig from addon config.",
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/apiSecurityRuntimeConfig",
"httpMethod": "GET",
"id": "apigee.organizations.environments.getApiSecurityRuntimeConfig",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the environment API Security Runtime configuration resource. Use the following structure in your request: `organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`",
"location": "path",
"pattern": "^organizations/[^/]+/environments/[^/]+/apiSecurityRuntimeConfig$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleCloudApigeeV1ApiSecurityRuntimeConfig"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"getDebugmask": {
"description": "Gets the debug mask singleton resource for an environment.",
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/debugmask",
Expand Down Expand Up @@ -8609,7 +8634,7 @@
}
}
},
"revision": "20220930",
"revision": "20221110",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -9240,6 +9265,38 @@
},
"type": "object"
},
"GoogleCloudApigeeV1ApiSecurityRuntimeConfig": {
"description": "Response for GetApiSecurityRuntimeConfig[EnvironmentService.GetApiSecurityRuntimeConfig].",
"id": "GoogleCloudApigeeV1ApiSecurityRuntimeConfig",
"properties": {
"location": {
"description": "A list of up to 5 Cloud Storage Blobs that contain SecurityActions.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Name of the environment API Security Runtime configuration resource. Format: `organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`",
"type": "string"
},
"revisionId": {
"description": "Revision ID of the API Security Runtime configuration. The higher the value, the more recently the configuration was deployed.",
"format": "int64",
"type": "string"
},
"uid": {
"description": "Unique ID for the API Security Runtime configuration. The ID will only change if the environment is deleted and recreated.",
"type": "string"
},
"updateTime": {
"description": "Time that the API Security Runtime configuration was updated.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1App": {
"id": "GoogleCloudApigeeV1App",
"properties": {
Expand Down Expand Up @@ -14186,7 +14243,7 @@
"type": "string"
},
"state": {
"description": "Query state could be \"enqueued\", \"running\", \"completed\", \"failed\".",
"description": "Query state could be \"enqueued\", \"running\", \"completed\", \"expired\" and \"failed\".",
"type": "string"
},
"updated": {
Expand Down
207 changes: 206 additions & 1 deletion apigee/v1/apigee-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -491,7 +491,7 @@
}
}
},
"revision": "20221104",
"revision": "20221110",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -941,16 +941,16 @@
"type": "string"
},
"partner": {
"description": "Optional. Compliance Regime associated with this workload.",
"description": "Optional. Partner regime associated with this workload.",
"enum": [
"PARTNER_UNSPECIFIED",
"LOCAL_CONTROLS_BY_S3NS",
"SOVEREIGN_CONTROLS_BY_T_SYSTEMS"
],
"enumDescriptions": [
"Unknown partner regime/controls.",
"S3NS regime/controls.",
"TSystem regime/controls."
"",
"Enum representing S3NS partner.",
"Enum representing T_SYSTEM partner."
],
"type": "string"
},
Expand Down
9 changes: 5 additions & 4 deletions assuredworkloads/v1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd565a4

Please sign in to comment.