Google Cloud Platform · Example Payload

Google Cloud Platform Cloudresourcemanagerprojectslist Example

API ManagementCloud ComputingInfrastructurePlatform as a Service

Google Cloud Platform Cloudresourcemanagerprojectslist 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.list",
  "method": "GET",
  "path": "/v3/projects",
  "summary": "Google Cloud Platform List Projects",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsList200Example",
      "example": {
        "projects": [
          {
            "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"
          }
        ],
        "nextPageToken": "example_value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsList400Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsList401Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "CloudresourcemanagerProjectsList403Example",
      "example": {
        "code": 10,
        "message": "example_value",
        "details": [
          {}
        ]
      }
    }
  ]
}