[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Datastream V1 Client - Class State (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/php/docs/reference/cloud-datastream/latest/V1.Stream.State)\n- [2.3.1](/php/docs/reference/cloud-datastream/2.3.1/V1.Stream.State)\n- [2.2.0](/php/docs/reference/cloud-datastream/2.2.0/V1.Stream.State)\n- [2.1.1](/php/docs/reference/cloud-datastream/2.1.1/V1.Stream.State)\n- [2.0.1](/php/docs/reference/cloud-datastream/2.0.1/V1.Stream.State)\n- [1.5.5](/php/docs/reference/cloud-datastream/1.5.5/V1.Stream.State)\n- [1.4.2](/php/docs/reference/cloud-datastream/1.4.2/V1.Stream.State)\n- [1.3.0](/php/docs/reference/cloud-datastream/1.3.0/V1.Stream.State)\n- [1.2.1](/php/docs/reference/cloud-datastream/1.2.1/V1.Stream.State)\n- [1.1.0](/php/docs/reference/cloud-datastream/1.1.0/V1.Stream.State)\n- [1.0.5](/php/docs/reference/cloud-datastream/1.0.5/V1.Stream.State) \nReference documentation and code samples for the Google Cloud Datastream V1 Client class State.\n\nStream state.\n\nProtobuf type `google.cloud.datastream.v1.Stream.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastream \\\\ V1 \\\\ Stream\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified stream state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### NOT_STARTED\n\n Value: 1\n\nThe stream has been created but has not yet started streaming data.\n\nGenerated from protobuf enum `NOT_STARTED = 1;`\n\n### RUNNING\n\n Value: 2\n\nThe stream is running.\n\nGenerated from protobuf enum `RUNNING = 2;`\n\n### PAUSED\n\n Value: 3\n\nThe stream is paused.\n\nGenerated from protobuf enum `PAUSED = 3;`\n\n### MAINTENANCE\n\n Value: 4\n\nThe stream is in maintenance mode.\n\nUpdates are rejected on the resource in this state.\n\nGenerated from protobuf enum `MAINTENANCE = 4;`\n\n### FAILED\n\n Value: 5\n\nThe stream is experiencing an error that is preventing data from being\nstreamed.\n\nGenerated from protobuf enum `FAILED = 5;`\n\n### FAILED_PERMANENTLY\n\n Value: 6\n\nThe stream has experienced a terminal failure.\n\nGenerated from protobuf enum `FAILED_PERMANENTLY = 6;`\n\n### STARTING\n\n Value: 7\n\nThe stream is starting, but not yet running.\n\nGenerated from protobuf enum `STARTING = 7;`\n\n### DRAINING\n\n Value: 8\n\nThe Stream is no longer reading new events, but still writing events in\nthe buffer.\n\nGenerated from protobuf enum `DRAINING = 8;`"]]