Google Cloud Datastream · JSON-LD Context

Google Cloud Datastream Context

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

13 Classes 2 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/datastream/docs/reference/rest/v1/projects.locations.streams#

Classes

Stream ConnectionProfile name displayName description state createTime updateTime labels hostname port username database

Properties

Property Type Container
sourceConfig
destinationConfig

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/datastream/docs/reference/rest/v1/projects.locations.streams#",
    "Stream": "gcloud:Stream",
    "ConnectionProfile": "gcloud:ConnectionProfile",
    "name": "schema:name",
    "displayName": "schema:alternateName",
    "description": "schema:description",
    "state": "schema:status",
    "createTime": "schema:dateCreated",
    "updateTime": "schema:dateModified",
    "labels": "schema:keywords",
    "sourceConfig": {
      "@id": "schema:DataFeed",
      "@context": {
        "sourceConnectionProfile": "schema:url"
      }
    },
    "destinationConfig": {
      "@id": "schema:DataFeed",
      "@context": {
        "destinationConnectionProfile": "schema:url"
      }
    },
    "hostname": "schema:url",
    "port": "schema:identifier",
    "username": "schema:name",
    "database": "schema:name"
  }
}