public final class Deployment
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 Apps Script 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 |
|---|
Deployment() |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
clone() |
DeploymentConfig |
getDeploymentConfig()
The deployment configuration.
|
String |
getDeploymentId()
The deployment ID for this deployment.
|
List<EntryPoint> |
getEntryPoints()
The deployment's entry points.
|
String |
getUpdateTime()
Last modified date time stamp.
|
Deployment |
set(String fieldName,
Object value) |
Deployment |
setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
Deployment |
setDeploymentId(String deploymentId)
The deployment ID for this deployment.
|
Deployment |
setEntryPoints(List<EntryPoint> entryPoints)
The deployment's entry points.
|
Deployment |
setUpdateTime(String updateTime)
Last modified date time stamp.
|
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 DeploymentConfig getDeploymentConfig()
null for nonepublic Deployment setDeploymentConfig(DeploymentConfig deploymentConfig)
deploymentConfig - deploymentConfig or null for nonepublic String getDeploymentId()
null for nonepublic Deployment setDeploymentId(String deploymentId)
deploymentId - deploymentId or null for nonepublic List<EntryPoint> getEntryPoints()
null for nonepublic Deployment setEntryPoints(List<EntryPoint> entryPoints)
entryPoints - entryPoints or null for nonepublic String getUpdateTime()
null for nonepublic Deployment setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic Deployment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Deployment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.