Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 111 additions & 1 deletion DiscoveryJson/alertcenter.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20251117",
"revision": "20260316",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand Down Expand Up @@ -1048,6 +1048,27 @@
},
"type": "object"
},
"ClientSideEncryptionServiceUnavailable": {
"description": "Alerts for client-side encryption outages.",
"id": "ClientSideEncryptionServiceUnavailable",
"properties": {
"idpError": {
"description": "Identity providers impacted by an outage or misconfiguration.",
"items": {
"$ref": "IdentityProviderError"
},
"type": "array"
},
"keyServiceError": {
"description": "External key services impacted by an outage or misconfiguration.",
"items": {
"$ref": "KeyServiceError"
},
"type": "array"
}
},
"type": "object"
},
"CloudPubsubTopic": {
"description": "A reference to a Cloud Pubsub topic. To register for notifications, the owner of the topic must grant `alerts-api-push-notifications@system.gserviceaccount.com` the `projects.topics.publish` permission.",
"id": "CloudPubsubTopic",
Expand Down Expand Up @@ -1378,6 +1399,95 @@
},
"type": "object"
},
"IdentityProviderError": {
"description": "Error related to an identity provider.",
"id": "IdentityProviderError",
"properties": {
"authorizationBaseUrl": {
"description": "Authorization base url of the identity provider.",
"type": "string"
},
"errorCount": {
"description": "Number of similar errors encountered.",
"format": "int64",
"type": "string"
},
"errorInfo": {
"description": "Info on the identity provider error.",
"enum": [
"IDENTITY_PROVIDER_ERROR_INFO_UNSPECIFIED",
"EMAIL_MISMATCH",
"UNAVAILABLE_DISCOVERY_CONTENT",
"INVALID_DISCOVERY_CONTENT",
"UNAVAILABLE_CSE_CONFIGURATION_CONTENT",
"INVALID_CSE_CONFIGURATION_CONTENT",
"INVALID_ID_TOKEN",
"INVALID_OIDC_SETUP",
"UNAVAILABLE_IDP",
"AUTH_CODE_EXCHANGE_ERROR",
"AUTHENTICATION_TOKEN_MISSING_CLAIM_EMAIL"
],
"enumDescriptions": [
"Error info not specified.",
"Email in the ID token is different from the user's email.",
"Discovery URL was unreachable.",
"Discovery URL did not contain all the necessary information.",
"URL for client-side encryption configuration content was unreachable.",
"Client-side encryption .well-known URL did not contain all the necessary information.",
"ID token returned by the identity provider is invalid.",
"OIDC setup error.",
"Identity provider was unreachable.",
"Auth code exchange error.",
"Authentication token has no \"email\" or \"google_email\" claim."
],
"type": "string"
}
},
"type": "object"
},
"KeyServiceError": {
"description": "Error related to an external key service.",
"id": "KeyServiceError",
"properties": {
"errorCount": {
"description": "Number of similar errors encountered.",
"format": "int64",
"type": "string"
},
"errorInfo": {
"description": "Info on the key service error.",
"enum": [
"KEY_SERVICE_ERROR_INFO_UNSPECIFIED",
"MALFORMED_JSON",
"MISSING_KEY",
"MISSING_SIGNATURE",
"MISSING_ALGORITHM_NAME",
"UNSUPPORTED_ALGORITHM",
"FETCH_REQUEST_ERROR"
],
"enumDescriptions": [
"Error info not specified.",
"The response has malformed JSON.",
"The response did not contain the wrapped/unwrapped key.",
"SMIME sign only: The sign response did not contain the signature.",
"SMIME only: The sign response does not include the algorithm name.",
"SMIME only: the algorithm name in the response is not supported by the client.",
"Fetch request on the client has failed."
],
"type": "string"
},
"httpResponseCode": {
"description": "HTTP response status code from the key service.",
"format": "int64",
"type": "string"
},
"keyServiceUrl": {
"description": "Url of the external key service.",
"type": "string"
}
},
"type": "object"
},
"ListAlertFeedbackResponse": {
"description": "Response message for an alert feedback listing request.",
"id": "ListAlertFeedbackResponse",
Expand Down
6 changes: 3 additions & 3 deletions DiscoveryJson/androidmanagement.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
}
}
},
"revision": "20260312",
"revision": "20260316",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -5993,7 +5993,7 @@
"type": "string"
},
"screenCaptureDisabled": {
"description": "If true, screen capture is disabled for all users.",
"description": "If true, screen capture is disabled for all users. This also blocks Circle to Search (https://support.google.com/android/answer/14508957).",
"type": "boolean"
}
},
Expand Down Expand Up @@ -6567,7 +6567,7 @@
"type": "boolean"
},
"screenCaptureDisabled": {
"description": "Whether screen capture is disabled.",
"description": "Whether screen capture is disabled. This also blocks Circle to Search (https://support.google.com/android/answer/14508957).",
"type": "boolean"
},
"setUserIconDisabled": {
Expand Down
74 changes: 61 additions & 13 deletions DiscoveryJson/apihub.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,40 @@
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "Update an Api Hub instance. The following fields in the ApiHubInstance can be updated: * disable_search * vertex_location * agent_registry_sync_config The update_mask should be used to specify the fields being updated.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/apiHubInstances/{apiHubInstancesId}",
"httpMethod": "PATCH",
"id": "apihub.projects.locations.apiHubInstances.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Identifier. Format: `projects/{project}/locations/{location}/apiHubInstances/{apiHubInstance}`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/apiHubInstances/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Optional. The list of fields to update.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1/{+name}",
"request": {
"$ref": "GoogleCloudApihubV1ApiHubInstance"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
Expand Down Expand Up @@ -3220,7 +3254,7 @@
}
}
},
"revision": "20260211",
"revision": "20260311",
"rootUrl": "https://apihub.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -3399,6 +3433,17 @@
},
"type": "object"
},
"GoogleCloudApihubV1AgentRegistrySyncConfig": {
"description": "The configuration for Agent Registry sync.",
"id": "GoogleCloudApihubV1AgentRegistrySyncConfig",
"properties": {
"disabled": {
"description": "Optional. If true, the MCP data sync to the Agent Registry will be disabled. The default value is false.",
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudApihubV1AllDataAddonConfig": {
"description": "Configuration for addons which act on all data in the API hub. This is used to specify if the addon is enabled for all data in the API hub.",
"id": "GoogleCloudApihubV1AllDataAddonConfig",
Expand Down Expand Up @@ -3745,13 +3790,11 @@
"properties": {
"mcpServerView": {
"$ref": "GoogleCloudApihubV1FlattenedApiVersionDeploymentView",
"description": "Output only. MCP server view.",
"readOnly": true
"description": "MCP server view."
},
"mcpToolView": {
"$ref": "GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView",
"description": "Output only. MCP tools view.",
"readOnly": true
"description": "MCP tools view."
}
},
"type": "object"
Expand Down Expand Up @@ -4055,6 +4098,10 @@
"description": "Available configurations to provision an ApiHub Instance.",
"id": "GoogleCloudApihubV1Config",
"properties": {
"agentRegistrySyncConfig": {
"$ref": "GoogleCloudApihubV1AgentRegistrySyncConfig",
"description": "Optional. The configuration for syncing MCP data in the API Hub instance to the Agent Registry."
},
"cmekKeyName": {
"description": "Optional. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`, where the location must match the instance location. If the CMEK is not provided, a GMEK will be created for the instance.",
"type": "string"
Expand Down Expand Up @@ -5013,15 +5060,15 @@
"properties": {
"api": {
"$ref": "GoogleCloudApihubV1Api",
"description": "The API."
"description": "Optional. The API."
},
"deployment": {
"$ref": "GoogleCloudApihubV1Deployment",
"description": "The deployment."
"description": "Optional. The deployment."
},
"version": {
"$ref": "GoogleCloudApihubV1Version",
"description": "The version."
"description": "Optional. The version."
}
},
"type": "object"
Expand All @@ -5032,19 +5079,19 @@
"properties": {
"api": {
"$ref": "GoogleCloudApihubV1Api",
"description": "The API."
"description": "Optional. The API."
},
"apiOperation": {
"$ref": "GoogleCloudApihubV1ApiOperation",
"description": "The API operation."
"description": "Optional. The API operation."
},
"deployment": {
"$ref": "GoogleCloudApihubV1Deployment",
"description": "The deployment."
"description": "Optional. The deployment."
},
"version": {
"$ref": "GoogleCloudApihubV1Version",
"description": "The version."
"description": "Optional. The version."
}
},
"type": "object"
Expand Down Expand Up @@ -6513,10 +6560,11 @@
"id": "GoogleCloudApihubV1RetrieveApiViewsResponse",
"properties": {
"apiViews": {
"description": "The list of API views.",
"description": "Output only. The list of API views.",
"items": {
"$ref": "GoogleCloudApihubV1ApiView"
},
"readOnly": true,
"type": "array"
},
"nextPageToken": {
Expand Down
Loading
Loading