Generated from protobuf enumSTATE_UNSPECIFIED = 0;
ENABLED
Value: 1
The job is executing normally.
Generated from protobuf enumENABLED = 1;
PAUSED
Value: 2
The job is paused by the user. It will not execute. A user can
intentionally pause the job usingPauseJobRequest.
Generated from protobuf enumPAUSED = 2;
DISABLED
Value: 3
The job is disabled by the system due to error. The user
cannot directly set a job to be disabled.
Generated from protobuf enumDISABLED = 3;
UPDATE_FAILED
Value: 4
The job state resulting from a failedCloudScheduler.UpdateJoboperation. To recover a job from this state, retryCloudScheduler.UpdateJobuntil a successful response is received.
[[["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 Notebooks V1 Client - Class State (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-notebooks/latest/V1.Schedule.State)\n- [1.0.4](/php/docs/reference/cloud-notebooks/1.0.4/V1.Schedule.State)\n- [0.7.5](/php/docs/reference/cloud-notebooks/0.7.5/V1.Schedule.State)\n- [0.6.2](/php/docs/reference/cloud-notebooks/0.6.2/V1.Schedule.State)\n- [0.5.0](/php/docs/reference/cloud-notebooks/0.5.0/V1.Schedule.State)\n- [0.4.1](/php/docs/reference/cloud-notebooks/0.4.1/V1.Schedule.State)\n- [0.3.6](/php/docs/reference/cloud-notebooks/0.3.6/V1.Schedule.State) \nReference documentation and code samples for the Google Cloud Notebooks V1 Client class State.\n\nState of the job.\n\nProtobuf type `google.cloud.notebooks.v1.Schedule.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Notebooks \\\\ V1 \\\\ Schedule\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### ENABLED\n\n Value: 1\n\nThe job is executing normally.\n\nGenerated from protobuf enum `ENABLED = 1;`\n\n### PAUSED\n\n Value: 2\n\nThe job is paused by the user. It will not execute. A user can\nintentionally pause the job using\nPauseJobRequest.\n\nGenerated from protobuf enum `PAUSED = 2;`\n\n### DISABLED\n\n Value: 3\n\nThe job is disabled by the system due to error. The user\ncannot directly set a job to be disabled.\n\nGenerated from protobuf enum `DISABLED = 3;`\n\n### UPDATE_FAILED\n\n Value: 4\n\nThe job state resulting from a failed CloudScheduler.UpdateJob\noperation. To recover a job from this state, retry\nCloudScheduler.UpdateJob until a successful response is received.\n\nGenerated from protobuf enum `UPDATE_FAILED = 4;`\n\n### INITIALIZING\n\n Value: 5\n\nThe schedule resource is being created.\n\nGenerated from protobuf enum `INITIALIZING = 5;`\n\n### DELETING\n\n Value: 6\n\nThe schedule resource is being deleted.\n\nGenerated from protobuf enum `DELETING = 6;`"]]