Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1752

Merged
merged 1 commit into from Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.