iiRecord
Agentic AI Atlas · Google Cloud Build
platform-service:gcp-cloud-builda5c.ai
II.
PlatformService JSON

platform-service:gcp-cloud-build

Structured · live

Google Cloud Build json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/platform-services/platform-services-gcp.yamlCluster · domain
Record JSON
{
  "id": "platform-service:gcp-cloud-build",
  "_kind": "PlatformService",
  "_file": "domain/platform-services/platform-services-gcp.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Google Cloud Build",
    "description": "Managed CI/CD service that builds container images and runs pipelines.\n",
    "category": "build-deploy",
    "providedByPlatformId": "platform:gcp",
    "implementsStackPartIds": []
  },
  "outgoingEdges": [
    {
      "from": "platform-service:gcp-cloud-build",
      "to": "platform:gcp",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:gcp-cloud-build",
      "to": "platform-service:gcp-artifact-registry",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    },
    {
      "from": "platform-service:gcp-cloud-build",
      "to": "platform-service:gcp-cloud-run",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:gcp-cloud-run",
      "to": "platform-service:gcp-cloud-build",
      "kind": "integrates_with",
      "attributes": {
        "attributes": {
          "nature": "native"
        }
      }
    },
    {
      "from": "platform:gcp",
      "to": "platform-service:gcp-cloud-build",
      "kind": "provides",
      "attributes": {}
    }
  ]
}