Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 1, 2023
1 parent e648a9d commit bdc87de
Show file tree
Hide file tree
Showing 26 changed files with 17,186 additions and 228 deletions.
138 changes: 134 additions & 4 deletions apigee/v1/apigee-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down Expand Up @@ -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"
]
}
}
},
Expand Down Expand Up @@ -9609,7 +9671,7 @@
}
}
},
"revision": "20231114",
"revision": "20231130",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -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:jose@example.com\" ] }, { \"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:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
"id": "GoogleIamV1AuditConfig",
Expand Down

0 comments on commit bdc87de

Please sign in to comment.