Uses of Class
com.google.cloud.run.v2.Probe
-
Packages that use Probe Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of Probe in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return Probe Modifier and Type Method Description ProbeProbe.Builder. build()ProbeProbe.Builder. buildPartial()static ProbeProbe. getDefaultInstance()ProbeProbe.Builder. getDefaultInstanceForType()ProbeProbe. getDefaultInstanceForType()ProbeContainer.Builder. getLivenessProbe()Periodic probe of container liveness.ProbeContainer. getLivenessProbe()Periodic probe of container liveness.ProbeContainerOrBuilder. getLivenessProbe()Periodic probe of container liveness.ProbeContainer.Builder. getStartupProbe()Startup probe of application within the container.ProbeContainer. getStartupProbe()Startup probe of application within the container.ProbeContainerOrBuilder. getStartupProbe()Startup probe of application within the container.static ProbeProbe. parseDelimitedFrom(InputStream input)static ProbeProbe. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProbeProbe. parseFrom(byte[] data)static ProbeProbe. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProbeProbe. parseFrom(com.google.protobuf.ByteString data)static ProbeProbe. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProbeProbe. parseFrom(com.google.protobuf.CodedInputStream input)static ProbeProbe. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProbeProbe. parseFrom(InputStream input)static ProbeProbe. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ProbeProbe. parseFrom(ByteBuffer data)static ProbeProbe. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type Probe Modifier and Type Method Description com.google.protobuf.Parser<Probe>Probe. getParserForType()static com.google.protobuf.Parser<Probe>Probe. parser()Methods in com.google.cloud.run.v2 with parameters of type Probe Modifier and Type Method Description Probe.BuilderProbe.Builder. mergeFrom(Probe other)Container.BuilderContainer.Builder. mergeLivenessProbe(Probe value)Periodic probe of container liveness.Container.BuilderContainer.Builder. mergeStartupProbe(Probe value)Startup probe of application within the container.static Probe.BuilderProbe. newBuilder(Probe prototype)Container.BuilderContainer.Builder. setLivenessProbe(Probe value)Periodic probe of container liveness.Container.BuilderContainer.Builder. setStartupProbe(Probe value)Startup probe of application within the container.
-