| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.clone() |
GoogleCloudRunV2Condition |
GoogleCloudRunV2Service.getTerminalCondition()
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2WorkerPool.getTerminalCondition()
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Job.getTerminalCondition()
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Instance.getTerminalCondition()
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.set(String fieldName,
Object value) |
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setExecutionReason(String executionReason)
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setLastTransitionTime(String lastTransitionTime)
Last time the condition transitioned from one status to another.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setMessage(String message)
Human readable message indicating details about the current status.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setReason(String reason)
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setRevisionReason(String revisionReason)
Output only.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setSeverity(String severity)
How to interpret failures of this condition, one of Error, Warning, Info
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setState(String state)
State of the condition.
|
GoogleCloudRunV2Condition |
GoogleCloudRunV2Condition.setType(String type)
type is used to communicate the status of the reconciliation process.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2Service.getConditions()
Output only.
|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2WorkerPool.getConditions()
Output only.
|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2Task.getConditions()
Output only.
|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2Job.getConditions()
Output only.
|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2Execution.getConditions()
Output only.
|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2Revision.getConditions()
Output only.
|
List<GoogleCloudRunV2Condition> |
GoogleCloudRunV2Instance.getConditions()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
GoogleCloudRunV2Instance |
GoogleCloudRunV2Instance.setTerminalCondition(GoogleCloudRunV2Condition terminalCondition)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Service |
GoogleCloudRunV2Service.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2WorkerPool |
GoogleCloudRunV2WorkerPool.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Task |
GoogleCloudRunV2Task.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Job |
GoogleCloudRunV2Job.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Execution |
GoogleCloudRunV2Execution.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Revision |
GoogleCloudRunV2Revision.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
GoogleCloudRunV2Instance |
GoogleCloudRunV2Instance.setConditions(List<GoogleCloudRunV2Condition> conditions)
Output only.
|
Copyright © 2011–2026 Google. All rights reserved.