Uses of Interface
com.google.cloud.run.v2.ProbeOrBuilder
-
Packages that use ProbeOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ProbeOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement ProbeOrBuilder Modifier and Type Class Description classProbeProbe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.static classProbe.BuilderProbe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.Methods in com.google.cloud.run.v2 that return ProbeOrBuilder Modifier and Type Method Description ProbeOrBuilderContainer.Builder. getLivenessProbeOrBuilder()Periodic probe of container liveness.ProbeOrBuilderContainer. getLivenessProbeOrBuilder()Periodic probe of container liveness.ProbeOrBuilderContainerOrBuilder. getLivenessProbeOrBuilder()Periodic probe of container liveness.ProbeOrBuilderContainer.Builder. getStartupProbeOrBuilder()Startup probe of application within the container.ProbeOrBuilderContainer. getStartupProbeOrBuilder()Startup probe of application within the container.ProbeOrBuilderContainerOrBuilder. getStartupProbeOrBuilder()Startup probe of application within the container.
-