public final class Execution
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Execution() |
| Modifier and Type | Method and Description |
|---|---|
Execution |
clone() |
String |
getCreateTime()
Output only.
|
String |
getDescription()
A brief description of this execution.
|
String |
getDisplayName()
Output only.
|
ExecutionTemplate |
getExecutionTemplate()
execute metadata including name, hardware spec, region, labels, etc.
|
String |
getJobUri()
Output only.
|
String |
getName()
Output only.
|
String |
getOutputNotebookFile()
Output notebook file generated by this execution
|
String |
getState()
Output only.
|
String |
getUpdateTime()
Output only.
|
Execution |
set(String fieldName,
Object value) |
Execution |
setCreateTime(String createTime)
Output only.
|
Execution |
setDescription(String description)
A brief description of this execution.
|
Execution |
setDisplayName(String displayName)
Output only.
|
Execution |
setExecutionTemplate(ExecutionTemplate executionTemplate)
execute metadata including name, hardware spec, region, labels, etc.
|
Execution |
setJobUri(String jobUri)
Output only.
|
Execution |
setName(String name)
Output only.
|
Execution |
setOutputNotebookFile(String outputNotebookFile)
Output notebook file generated by this execution
|
Execution |
setState(String state)
Output only.
|
Execution |
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 Execution setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDescription()
null for nonepublic Execution setDescription(String description)
description - description or null for nonepublic String getDisplayName()
null for nonepublic Execution setDisplayName(String displayName)
displayName - displayName or null for nonepublic ExecutionTemplate getExecutionTemplate()
null for nonepublic Execution setExecutionTemplate(ExecutionTemplate executionTemplate)
executionTemplate - executionTemplate or null for nonepublic String getJobUri()
null for nonepublic Execution setJobUri(String jobUri)
jobUri - jobUri or null for nonepublic String getName()
null for nonepublic Execution setName(String name)
name - name or null for nonepublic String getOutputNotebookFile()
null for nonepublic Execution setOutputNotebookFile(String outputNotebookFile)
outputNotebookFile - outputNotebookFile or null for nonepublic String getState()
null for nonepublic Execution setState(String state)
state - state or null for nonepublic String getUpdateTime()
null for nonepublic Execution setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic Execution set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Execution clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.