Class: Google::Cloud::Notebooks::V1::Schedule
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::Schedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/schedule.rb
Overview
The definition of a schedule.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#cron_schedule ⇒ ::String
Cron-tab formatted schedule by which the job will execute.
-
#description ⇒ ::String
A brief description of this environment.
-
#display_name ⇒ ::String
readonly
Output only.
-
#execution_template ⇒ ::Google::Cloud::Notebooks::V1::ExecutionTemplate
Notebook Execution Template corresponding to this schedule.
-
#name ⇒ ::String
readonly
Output only.
-
#recent_executions ⇒ ::Array<::Google::Cloud::Notebooks::V1::Execution>
readonly
Output only.
- #state ⇒ ::Google::Cloud::Notebooks::V1::Schedule::State
-
#time_zone ⇒ ::String
Timezone on which the cron_schedule.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#cron_schedule ⇒ ::String
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#description ⇒ ::String
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#display_name ⇒ ::String (readonly)
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#execution_template ⇒ ::Google::Cloud::Notebooks::V1::ExecutionTemplate
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#name ⇒ ::String (readonly)
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#recent_executions ⇒ ::Array<::Google::Cloud::Notebooks::V1::Execution> (readonly)
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#state ⇒ ::Google::Cloud::Notebooks::V1::Schedule::State
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#time_zone ⇒ ::String
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'proto_docs/google/cloud/notebooks/v1/schedule.rb', line 68 class Schedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # State of the job. module State # Unspecified state. STATE_UNSPECIFIED = 0 # The job is executing normally. ENABLED = 1 # The job is paused by the user. It will not execute. A user can # intentionally pause the job using # [PauseJobRequest][]. PAUSED = 2 # The job is disabled by the system due to error. The user # cannot directly set a job to be disabled. DISABLED = 3 # The job state resulting from a failed [CloudScheduler.UpdateJob][] # operation. To recover a job from this state, retry # [CloudScheduler.UpdateJob][] until a successful response is received. UPDATE_FAILED = 4 # The schedule resource is being created. INITIALIZING = 5 # The schedule resource is being deleted. DELETING = 6 end end |