Google Cloud Datastream Stream

Represents a Datastream stream, which defines the configuration for replicating data from a source to a destination.

Change Data CaptureData ReplicationGoogle CloudStreaming

Properties

Name Type Description
name string Output only. The resource name of the stream.
createTime string Output only. The creation time of the stream.
updateTime string Output only. The last update time of the stream.
labels object Labels for the stream.
displayName string Display name for the stream.
sourceConfig object Source connection profile configuration.
destinationConfig object Destination connection profile configuration.
state string The state of the stream.
errors array Output only. Errors on the stream.
View JSON Schema on GitHub

JSON Schema

google-cloud-datastream-stream-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-cloud-datastream/refs/heads/main/json-schema/google-cloud-datastream-stream-schema.json",
  "title": "Google Cloud Datastream Stream",
  "description": "Represents a Datastream stream, which defines the configuration for replicating data from a source to a destination.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. The resource name of the stream."
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. The creation time of the stream."
    },
    "updateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. The last update time of the stream."
    },
    "labels": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Labels for the stream."
    },
    "displayName": {
      "type": "string",
      "description": "Display name for the stream."
    },
    "sourceConfig": {
      "type": "object",
      "description": "Source connection profile configuration.",
      "properties": {
        "sourceConnectionProfile": {
          "type": "string",
          "description": "The resource name of the source connection profile."
        },
        "oracleSourceConfig": {
          "type": "object",
          "description": "Oracle source configuration."
        },
        "mysqlSourceConfig": {
          "type": "object",
          "description": "MySQL source configuration."
        },
        "postgresqlSourceConfig": {
          "type": "object",
          "description": "PostgreSQL source configuration."
        }
      },
      "required": ["sourceConnectionProfile"]
    },
    "destinationConfig": {
      "type": "object",
      "description": "Destination connection profile configuration.",
      "properties": {
        "destinationConnectionProfile": {
          "type": "string",
          "description": "The resource name of the destination connection profile."
        },
        "gcsDestinationConfig": {
          "type": "object",
          "description": "Cloud Storage destination configuration.",
          "properties": {
            "path": { "type": "string" },
            "fileRotationMb": { "type": "integer" },
            "fileRotationInterval": { "type": "string" }
          }
        },
        "bigqueryDestinationConfig": {
          "type": "object",
          "description": "BigQuery destination configuration."
        }
      },
      "required": ["destinationConnectionProfile"]
    },
    "state": {
      "type": "string",
      "enum": [
        "STATE_UNSPECIFIED",
        "NOT_STARTED",
        "RUNNING",
        "PAUSED",
        "MAINTENANCE",
        "FAILED",
        "FAILED_PERMANENTLY",
        "STARTING",
        "DRAINING"
      ],
      "description": "The state of the stream."
    },
    "errors": {
      "type": "array",
      "description": "Output only. Errors on the stream.",
      "items": {
        "type": "object",
        "properties": {
          "reason": { "type": "string" },
          "errorUuid": { "type": "string" },
          "message": { "type": "string" },
          "errorTime": { "type": "string", "format": "date-time" }
        }
      }
    }
  },
  "required": ["displayName", "sourceConfig", "destinationConfig"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-cloud-datastream-stream"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.