Google Cloud Functions · JSON-LD Context

Google Cloud Functions Context

JSON-LD context defining the semantic vocabulary for Google Cloud Functions from Google Cloud Functions.

8 Classes 3 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/functions/docs/reference/rest/v2/projects.locations.functions#

Classes

Function name description state url updateTime labels environment

Properties

Property Type Container
buildConfig
serviceConfig
eventTrigger

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/functions/docs/reference/rest/v2/projects.locations.functions#",
    "Function": "gcloud:Function",
    "name": "schema:name",
    "description": "schema:description",
    "state": "schema:status",
    "url": "schema:url",
    "updateTime": "schema:dateModified",
    "labels": "schema:keywords",
    "environment": "schema:additionalType",
    "buildConfig": {
      "@id": "schema:SoftwareSourceCode",
      "@context": {
        "runtime": "schema:runtimePlatform",
        "entryPoint": "schema:name",
        "source": "schema:codeRepository",
        "dockerRepository": "schema:url"
      }
    },
    "serviceConfig": {
      "@id": "schema:WebAPI",
      "@context": {
        "uri": "schema:url",
        "timeoutSeconds": "schema:duration",
        "availableMemory": "schema:memoryRequirements",
        "serviceAccountEmail": "schema:email"
      }
    },
    "eventTrigger": {
      "@id": "schema:Action",
      "@context": {
        "eventType": "schema:additionalType",
        "pubsubTopic": "schema:name"
      }
    }
  }
}