public final class GoogleCloudApigeeV1Deployment
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 Apigee 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 |
|---|
GoogleCloudApigeeV1Deployment() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Deployment |
clone() |
String |
getApiProxy()
API proxy.
|
Long |
getDeployStartTime()
Time the API proxy was marked `deployed` in the control plane in millisconds since epoch.
|
String |
getEnvironment()
Environment.
|
List<GoogleRpcStatus> |
getErrors()
Errors reported for this deployment.
|
List<GoogleCloudApigeeV1InstanceDeploymentStatus> |
getInstances()
Status reported by each runtime instance.
|
List<GoogleCloudApigeeV1PodStatus> |
getPods()
Status reported by runtime pods.
|
String |
getProxyDeploymentType()
Output only.
|
String |
getRevision()
API proxy revision.
|
List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> |
getRouteConflicts()
Conflicts in the desired state routing configuration.
|
String |
getServiceAccount()
The full resource name of Cloud IAM Service Account that this deployment is using, eg,
`projects/-/serviceAccounts/{email}`.
|
String |
getState()
Current state of the deployment.
|
GoogleCloudApigeeV1Deployment |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1Deployment |
setApiProxy(String apiProxy)
API proxy.
|
GoogleCloudApigeeV1Deployment |
setDeployStartTime(Long deployStartTime)
Time the API proxy was marked `deployed` in the control plane in millisconds since epoch.
|
GoogleCloudApigeeV1Deployment |
setEnvironment(String environment)
Environment.
|
GoogleCloudApigeeV1Deployment |
setErrors(List<GoogleRpcStatus> errors)
Errors reported for this deployment.
|
GoogleCloudApigeeV1Deployment |
setInstances(List<GoogleCloudApigeeV1InstanceDeploymentStatus> instances)
Status reported by each runtime instance.
|
GoogleCloudApigeeV1Deployment |
setPods(List<GoogleCloudApigeeV1PodStatus> pods)
Status reported by runtime pods.
|
GoogleCloudApigeeV1Deployment |
setProxyDeploymentType(String proxyDeploymentType)
Output only.
|
GoogleCloudApigeeV1Deployment |
setRevision(String revision)
API proxy revision.
|
GoogleCloudApigeeV1Deployment |
setRouteConflicts(List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> routeConflicts)
Conflicts in the desired state routing configuration.
|
GoogleCloudApigeeV1Deployment |
setServiceAccount(String serviceAccount)
The full resource name of Cloud IAM Service Account that this deployment is using, eg,
`projects/-/serviceAccounts/{email}`.
|
GoogleCloudApigeeV1Deployment |
setState(String state)
Current state of the deployment.
|
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 getApiProxy()
null for nonepublic GoogleCloudApigeeV1Deployment setApiProxy(String apiProxy)
apiProxy - apiProxy or null for nonepublic Long getDeployStartTime()
null for nonepublic GoogleCloudApigeeV1Deployment setDeployStartTime(Long deployStartTime)
deployStartTime - deployStartTime or null for nonepublic String getEnvironment()
null for nonepublic GoogleCloudApigeeV1Deployment setEnvironment(String environment)
environment - environment or null for nonepublic List<GoogleRpcStatus> getErrors()
null for nonepublic GoogleCloudApigeeV1Deployment setErrors(List<GoogleRpcStatus> errors)
errors - errors or null for nonepublic List<GoogleCloudApigeeV1InstanceDeploymentStatus> getInstances()
null for nonepublic GoogleCloudApigeeV1Deployment setInstances(List<GoogleCloudApigeeV1InstanceDeploymentStatus> instances)
instances - instances or null for nonepublic List<GoogleCloudApigeeV1PodStatus> getPods()
null for nonepublic GoogleCloudApigeeV1Deployment setPods(List<GoogleCloudApigeeV1PodStatus> pods)
pods - pods or null for nonepublic String getProxyDeploymentType()
null for nonepublic GoogleCloudApigeeV1Deployment setProxyDeploymentType(String proxyDeploymentType)
proxyDeploymentType - proxyDeploymentType or null for nonepublic String getRevision()
null for nonepublic GoogleCloudApigeeV1Deployment setRevision(String revision)
revision - revision or null for nonepublic List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> getRouteConflicts()
null for nonepublic GoogleCloudApigeeV1Deployment setRouteConflicts(List<GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> routeConflicts)
routeConflicts - routeConflicts or null for nonepublic String getServiceAccount()
null for nonepublic GoogleCloudApigeeV1Deployment setServiceAccount(String serviceAccount)
serviceAccount - serviceAccount or null for nonepublic String getState()
null for nonepublic GoogleCloudApigeeV1Deployment setState(String state)
state - state or null for nonepublic GoogleCloudApigeeV1Deployment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1Deployment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.