Google Cloud Platform · Example Payload

Google Cloud Platform Cloudresourcemanagerprojectsget Example

API ManagementCloud ComputingInfrastructurePlatform as a Service

Google Cloud Platform Cloudresourcemanagerprojectsget 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "cloudresourcemanager.projects.get",
  "method": "GET",
  "path": "/v3/projects/{projectId}",
  "summary": "Google Cloud Platform Get a Project",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsGet200Example",
      "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"
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsGet401Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsGet403Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsGet404Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    }
  ]
}