public final class Schedule extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Notebooks API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Schedule() |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
clone() |
String |
getCreateTime()
Output only.
|
String |
getCronSchedule()
Cron-tab formatted schedule by which the job will execute.
|
String |
getDescription()
A brief description of this environment.
|
String |
getDisplayName()
Output only.
|
ExecutionTemplate |
getExecutionTemplate()
Notebook Execution Template corresponding to this schedule.
|
String |
getName()
Output only.
|
List<Execution> |
getRecentExecutions()
Output only.
|
String |
getState() |
String |
getTimeZone()
Timezone on which the cron_schedule.
|
String |
getUpdateTime()
Output only.
|
Schedule |
set(String fieldName,
Object value) |
Schedule |
setCreateTime(String createTime)
Output only.
|
Schedule |
setCronSchedule(String cronSchedule)
Cron-tab formatted schedule by which the job will execute.
|
Schedule |
setDescription(String description)
A brief description of this environment.
|
Schedule |
setDisplayName(String displayName)
Output only.
|
Schedule |
setExecutionTemplate(ExecutionTemplate executionTemplate)
Notebook Execution Template corresponding to this schedule.
|
Schedule |
setName(String name)
Output only.
|
Schedule |
setRecentExecutions(List<Execution> recentExecutions)
Output only.
|
Schedule |
setState(String state) |
Schedule |
setTimeZone(String timeZone)
Timezone on which the cron_schedule.
|
Schedule |
setUpdateTime(String updateTime)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreateTime()
null for nonepublic Schedule setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getCronSchedule()
null for nonepublic Schedule setCronSchedule(String cronSchedule)
cronSchedule - cronSchedule or null for nonepublic String getDescription()
null for nonepublic Schedule setDescription(String description)
description - description or null for nonepublic String getDisplayName()
null for nonepublic Schedule setDisplayName(String displayName)
displayName - displayName or null for nonepublic ExecutionTemplate getExecutionTemplate()
null for nonepublic Schedule setExecutionTemplate(ExecutionTemplate executionTemplate)
executionTemplate - executionTemplate or null for nonepublic String getName()
null for nonepublic Schedule setName(String name)
name - name or null for nonepublic List<Execution> getRecentExecutions()
null for nonepublic Schedule setRecentExecutions(List<Execution> recentExecutions)
recentExecutions - recentExecutions or null for nonepublic String getState()
null for nonepublic String getTimeZone()
null for nonepublic Schedule setTimeZone(String timeZone)
timeZone - timeZone or null for nonepublic String getUpdateTime()
null for nonepublic Schedule setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic Schedule set(String fieldName, Object value)
set in class GenericJsonpublic Schedule clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.