Google Cloud Dataflow Snapshot

Represents a snapshot of a streaming Dataflow job. A snapshot captures the state of the pipeline at a point in time and can be used to start a new job from that state.

Apache BeamBatch ProcessingBig DataData ProcessingETLStream Processing

Properties

Name Type Description
id string The unique identifier of the snapshot.
projectId string The project this snapshot belongs to.
sourceJobId string The job from which this snapshot was created.
creationTime string The time this snapshot was created.
ttl string The time-to-live duration for the snapshot, after which it will be automatically deleted. Format: a duration string such as 3600s.
state string The current state of the snapshot.
description string User-specified description of the snapshot.
pubsubMetadata array Pub/Sub snapshot metadata associated with this Dataflow snapshot.
diskSizeBytes string The disk byte size of the snapshot.
region string The Cloud region where this snapshot resides, such as us-central1.
View JSON Schema on GitHub

JSON Schema

google-cloud-dataflow-snapshot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-search/google-cloud-dataflow/json-schema/google-cloud-dataflow-snapshot-schema.json",
  "title": "Google Cloud Dataflow Snapshot",
  "description": "Represents a snapshot of a streaming Dataflow job. A snapshot captures the state of the pipeline at a point in time and can be used to start a new job from that state.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the snapshot.",
      "readOnly": true
    },
    "projectId": {
      "type": "string",
      "description": "The project this snapshot belongs to."
    },
    "sourceJobId": {
      "type": "string",
      "description": "The job from which this snapshot was created."
    },
    "creationTime": {
      "type": "string",
      "format": "date-time",
      "description": "The time this snapshot was created.",
      "readOnly": true
    },
    "ttl": {
      "type": "string",
      "description": "The time-to-live duration for the snapshot, after which it will be automatically deleted. Format: a duration string such as 3600s."
    },
    "state": {
      "type": "string",
      "description": "The current state of the snapshot.",
      "enum": [
        "UNKNOWN_SNAPSHOT_STATE",
        "PENDING",
        "RUNNING",
        "READY",
        "FAILED",
        "DELETED"
      ]
    },
    "description": {
      "type": "string",
      "description": "User-specified description of the snapshot."
    },
    "pubsubMetadata": {
      "type": "array",
      "description": "Pub/Sub snapshot metadata associated with this Dataflow snapshot.",
      "items": {
        "type": "object",
        "properties": {
          "topicName": {
            "type": "string",
            "description": "The name of the Pub/Sub topic."
          },
          "snapshotName": {
            "type": "string",
            "description": "The name of the Pub/Sub snapshot."
          },
          "expireTime": {
            "type": "string",
            "format": "date-time",
            "description": "The expire time of the Pub/Sub snapshot."
          }
        }
      }
    },
    "diskSizeBytes": {
      "type": "string",
      "format": "int64",
      "description": "The disk byte size of the snapshot.",
      "readOnly": true
    },
    "region": {
      "type": "string",
      "description": "The Cloud region where this snapshot resides, such as us-central1."
    }
  }
}

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-dataflow-snapshot"
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.