-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(all): auto-regenerate discovery clients (#2283)
- Loading branch information
1 parent
e648a9d
commit bdc87de
Showing
26 changed files
with
17,186 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6651,6 +6651,34 @@ | |
}, | ||
"securityIncidents": { | ||
"methods": { | ||
"batchUpdate": { | ||
"description": "BatchUpdateSecurityIncident updates multiple existing security incidents.", | ||
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents:batchUpdate", | ||
"httpMethod": "POST", | ||
"id": "apigee.organizations.environments.securityIncidents.batchUpdate", | ||
"parameterOrder": [ | ||
"parent" | ||
], | ||
"parameters": { | ||
"parent": { | ||
"description": "Optional. The parent resource shared by all security incidents being updated. If this is set, the parent field in the UpdateSecurityIncidentRequest messages must either be empty or match this field.", | ||
"location": "path", | ||
"pattern": "^organizations/[^/]+/environments/[^/]+$", | ||
"required": true, | ||
"type": "string" | ||
} | ||
}, | ||
"path": "v1/{+parent}/securityIncidents:batchUpdate", | ||
"request": { | ||
"$ref": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest" | ||
}, | ||
"response": { | ||
"$ref": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse" | ||
}, | ||
"scopes": [ | ||
"https://www.googleapis.com/auth/cloud-platform" | ||
] | ||
}, | ||
"get": { | ||
"description": "GetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment.", | ||
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}", | ||
|
@@ -6716,6 +6744,40 @@ | |
"scopes": [ | ||
"https://www.googleapis.com/auth/cloud-platform" | ||
] | ||
}, | ||
"patch": { | ||
"description": "UpdateSecurityIncidents updates an existing security incident.", | ||
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}", | ||
"httpMethod": "PATCH", | ||
"id": "apigee.organizations.environments.securityIncidents.patch", | ||
"parameterOrder": [ | ||
"name" | ||
], | ||
"parameters": { | ||
"name": { | ||
"description": "Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111", | ||
"location": "path", | ||
"pattern": "^organizations/[^/]+/environments/[^/]+/securityIncidents/[^/]+$", | ||
"required": true, | ||
"type": "string" | ||
}, | ||
"updateMask": { | ||
"description": "Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()", | ||
"format": "google-fieldmask", | ||
"location": "query", | ||
"type": "string" | ||
} | ||
}, | ||
"path": "v1/{+name}", | ||
"request": { | ||
"$ref": "GoogleCloudApigeeV1SecurityIncident" | ||
}, | ||
"response": { | ||
"$ref": "GoogleCloudApigeeV1SecurityIncident" | ||
}, | ||
"scopes": [ | ||
"https://www.googleapis.com/auth/cloud-platform" | ||
] | ||
} | ||
} | ||
}, | ||
|
@@ -9609,7 +9671,7 @@ | |
} | ||
} | ||
}, | ||
"revision": "20231114", | ||
"revision": "20231130", | ||
"rootUrl": "https://apigee.googleapis.com/", | ||
"schemas": { | ||
"EdgeConfigstoreBundleBadBundle": { | ||
|
@@ -10760,6 +10822,35 @@ | |
}, | ||
"type": "object" | ||
}, | ||
"GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest": { | ||
"description": "Request for BatchUpdateSecurityIncident.", | ||
"id": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest", | ||
"properties": { | ||
"requests": { | ||
"description": "Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch.", | ||
"items": { | ||
"$ref": "GoogleCloudApigeeV1UpdateSecurityIncidentRequest" | ||
}, | ||
"type": "array" | ||
} | ||
}, | ||
"type": "object" | ||
}, | ||
"GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse": { | ||
"description": "Response for BatchUpdateSecurityIncident.", | ||
"id": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse", | ||
"properties": { | ||
"securityIncidents": { | ||
"description": "Output only. Updated security incidents", | ||
"items": { | ||
"$ref": "GoogleCloudApigeeV1SecurityIncident" | ||
}, | ||
"readOnly": true, | ||
"type": "array" | ||
} | ||
}, | ||
"type": "object" | ||
}, | ||
"GoogleCloudApigeeV1CanaryEvaluation": { | ||
"description": "CanaryEvaluation represents the canary analysis between two versions of the runtime that is serving requests.", | ||
"id": "GoogleCloudApigeeV1CanaryEvaluation", | ||
|
@@ -15962,10 +16053,30 @@ | |
"readOnly": true, | ||
"type": "string" | ||
}, | ||
"lastObservabilityChangeTime": { | ||
"description": "Output only. The time when the incident observability was last changed.", | ||
"format": "google-datetime", | ||
"readOnly": true, | ||
"type": "string" | ||
}, | ||
"name": { | ||
"description": "Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111", | ||
"type": "string" | ||
}, | ||
"observability": { | ||
"description": "Optional. Indicates if the user archived this incident.", | ||
"enum": [ | ||
"OBSERVABILITY_UNSPECIFIED", | ||
"ACTIVE", | ||
"ARCHIVED" | ||
], | ||
"enumDescriptions": [ | ||
"The incident observability is unspecified.", | ||
"The incident is currently active. Can change to this status from archived.", | ||
"The incident is currently archived and was archived by the customer." | ||
], | ||
"type": "string" | ||
}, | ||
"riskLevel": { | ||
"description": "Output only. Risk level of the incident.", | ||
"enum": [ | ||
|
@@ -16000,7 +16111,8 @@ | |
"type": "string" | ||
}, | ||
"displayName": { | ||
"description": "Display name of the security profile.", | ||
"deprecated": true, | ||
"description": "DEPRECATED: DO NOT USE Display name of the security profile.", | ||
"type": "string" | ||
}, | ||
"environments": { | ||
|
@@ -16043,7 +16155,8 @@ | |
"type": "string" | ||
}, | ||
"revisionPublishTime": { | ||
"description": "Output only. The time when revision was published. Once published, the security profile revision cannot be updated further and can be attached to environments.", | ||
"deprecated": true, | ||
"description": "Output only. DEPRECATED: DO NOT USE The time when revision was published. Once published, the security profile revision cannot be updated further and can be attached to environments.", | ||
"format": "google-datetime", | ||
"readOnly": true, | ||
"type": "string" | ||
|
@@ -16097,7 +16210,8 @@ | |
"type": "string" | ||
}, | ||
"securityProfileRevisionId": { | ||
"description": "Revision ID of the security profile.", | ||
"deprecated": true, | ||
"description": "DEPRECATED: DO NOT USE Revision ID of the security profile.", | ||
"format": "int64", | ||
"type": "string" | ||
} | ||
|
@@ -17005,6 +17119,22 @@ | |
}, | ||
"type": "object" | ||
}, | ||
"GoogleCloudApigeeV1UpdateSecurityIncidentRequest": { | ||
"description": "Request for UpdateSecurityIncident.", | ||
"id": "GoogleCloudApigeeV1UpdateSecurityIncidentRequest", | ||
"properties": { | ||
"securityIncident": { | ||
"$ref": "GoogleCloudApigeeV1SecurityIncident", | ||
"description": "Required. The security incident to update. Must contain all existing populated fields of the current incident." | ||
}, | ||
"updateMask": { | ||
"description": "Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()", | ||
"format": "google-fieldmask", | ||
"type": "string" | ||
} | ||
}, | ||
"type": "object" | ||
}, | ||
"GoogleIamV1AuditConfig": { | ||
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:[email protected]\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `[email protected]` from DATA_READ logging, and `[email protected]` from DATA_WRITE logging.", | ||
"id": "GoogleIamV1AuditConfig", | ||
|
Oops, something went wrong.