[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class State (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.Clip.State)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.Clip.State)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.Clip.State)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.Clip.State)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.Clip.State)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.Clip.State)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.Clip.State)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.Clip.State)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.Clip.State)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.Clip.State) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class State.\n\nState of clipping operation.\n\nProtobuf type `google.cloud.video.livestream.v1.Clip.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1 \\\\ Clip\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nState is not specified.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### PENDING\n\n Value: 1\n\nThe operation is pending to be picked up by the server.\n\nGenerated from protobuf enum `PENDING = 1;`\n\n### CREATING\n\n Value: 2\n\nThe server admitted this create clip request, and\noutputs are under processing.\n\nGenerated from protobuf enum `CREATING = 2;`\n\n### SUCCEEDED\n\n Value: 3\n\nOutputs are available in the specified Cloud Storage bucket. For\nadditional information, see the `outputs` field.\n\nGenerated from protobuf enum `SUCCEEDED = 3;`\n\n### FAILED\n\n Value: 4\n\nThe operation has failed. For additional information, see the `error`\nfield.\n\nGenerated from protobuf enum `FAILED = 4;`"]]