Home
Google Cloud Platform
Google Cloud Platform Cloudresourcemanagerprojectspatch Example
Google Cloud Platform Cloudresourcemanagerprojectspatch Example
API Management Cloud Computing Infrastructure Platform as a Service
Google Cloud Platform Cloudresourcemanagerprojectspatch Example is an example object payload from Google Cloud Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "cloudresourcemanager.projects.patch",
"method": "PATCH",
"path": "/v3/projects/{projectId}",
"summary": "Google Cloud Platform Update a Project",
"requestExamples": [
{
"contentType": "application/json",
"name": "CloudresourcemanagerProjectsPatchRequestExample",
"example": {
"name": "Example Title",
"parent": "example_value",
"projectId": "500123",
"state": "STATE_UNSPECIFIED",
"displayName": "example_value",
"createTime": "2026-01-15T10:30:00Z",
"updateTime": "2026-01-15T10:30:00Z",
"deleteTime": "2026-01-15T10:30:00Z",
"etag": "example_value",
"labels": "example_value"
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "CloudresourcemanagerProjectsPatch200Example",
"example": {
"name": "Example Title",
"metadata": "example_value",
"done": true,
"error": {
"code": 10,
"message": "example_value",
"details": [
{}
]
},
"response": "example_value"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "CloudresourcemanagerProjectsPatch400Example",
"example": {
"code": 10,
"message": "example_value",
"details": [
{}
]
}
},
{
"status": "401",
"contentType": "application/json",
"name": "CloudresourcemanagerProjectsPatch401Example",
"example": {
"code": 10,
"message": "example_value",
"details": [
{}
]
}
},
{
"status": "403",
"contentType": "application/json",
"name": "CloudresourcemanagerProjectsPatch403Example",
"example": {
"code": 10,
"message": "example_value",
"details": [
{}
]
}
},
{
"status": "404",
"contentType": "application/json",
"name": "CloudresourcemanagerProjectsPatch404Example",
"example": {
"code": 10,
"message": "example_value",
"details": [
{}
]
}
}
]
}