| Package | Description |
|---|---|
| com.google.api.services.run.v2.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.clone() |
GoogleCloudRunV2Probe |
GoogleCloudRunV2Container.getLivenessProbe()
Periodic probe of container liveness.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Container.getReadinessProbe()
Readiness probe to be used for health checks.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Container.getStartupProbe()
Startup probe of application within the container.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.set(String fieldName,
Object value) |
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setFailureThreshold(Integer failureThreshold)
Optional.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setGrpc(GoogleCloudRunV2GRPCAction grpc)
Optional.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setHttpGet(GoogleCloudRunV2HTTPGetAction httpGet)
Optional.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setInitialDelaySeconds(Integer initialDelaySeconds)
Optional.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setPeriodSeconds(Integer periodSeconds)
Optional.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setTcpSocket(GoogleCloudRunV2TCPSocketAction tcpSocket)
Optional.
|
GoogleCloudRunV2Probe |
GoogleCloudRunV2Probe.setTimeoutSeconds(Integer timeoutSeconds)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setLivenessProbe(GoogleCloudRunV2Probe livenessProbe)
Periodic probe of container liveness.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setReadinessProbe(GoogleCloudRunV2Probe readinessProbe)
Readiness probe to be used for health checks.
|
GoogleCloudRunV2Container |
GoogleCloudRunV2Container.setStartupProbe(GoogleCloudRunV2Probe startupProbe)
Startup probe of application within the container.
|
Copyright © 2011–2026 Google. All rights reserved.