| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.clone() |
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.set(String fieldName,
Object value) |
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setAppVersion(String appVersion)
Version of the application running in the pod.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setDeploymentStatus(String deploymentStatus)
Status of the deployment.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setDeploymentStatusTime(Long deploymentStatusTime)
Time the deployment status was reported in milliseconds since epoch.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setDeploymentTime(Long deploymentTime)
Time the proxy was deployed in milliseconds since epoch.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setPodName(String podName)
Name of the pod which is reporting the status.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setPodStatus(String podStatus)
Overall status of the pod (not this specific deployment).
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setPodStatusTime(Long podStatusTime)
Time the pod status was reported in milliseconds since epoch.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setStatusCode(String statusCode)
Code associated with the deployment status.
|
GoogleCloudApigeeV1PodStatus |
GoogleCloudApigeeV1PodStatus.setStatusCodeDetails(String statusCodeDetails)
Human-readable message associated with the status code.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1PodStatus> |
GoogleCloudApigeeV1Deployment.getPods()
Status reported by runtime pods.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Deployment |
GoogleCloudApigeeV1Deployment.setPods(List<GoogleCloudApigeeV1PodStatus> pods)
Status reported by runtime pods.
|
Copyright © 2011–2025 Google. All rights reserved.