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 Probe
Probe.Builder. build()
Probe
Probe.Builder. buildPartial()
static Probe
Probe. getDefaultInstance()
Probe
Probe.Builder. getDefaultInstanceForType()
Probe
Probe. getDefaultInstanceForType()
Probe
Container.Builder. getLivenessProbe()
Periodic probe of container liveness.Probe
Container. getLivenessProbe()
Periodic probe of container liveness.Probe
ContainerOrBuilder. getLivenessProbe()
Periodic probe of container liveness.Probe
Container.Builder. getStartupProbe()
Startup probe of application within the container.Probe
Container. getStartupProbe()
Startup probe of application within the container.Probe
ContainerOrBuilder. getStartupProbe()
Startup probe of application within the container.static Probe
Probe. parseDelimitedFrom(InputStream input)
static Probe
Probe. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Probe
Probe. parseFrom(byte[] data)
static Probe
Probe. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Probe
Probe. parseFrom(com.google.protobuf.ByteString data)
static Probe
Probe. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Probe
Probe. parseFrom(com.google.protobuf.CodedInputStream input)
static Probe
Probe. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Probe
Probe. parseFrom(InputStream input)
static Probe
Probe. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Probe
Probe. parseFrom(ByteBuffer data)
static Probe
Probe. 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.Builder
Probe.Builder. mergeFrom(Probe other)
Container.Builder
Container.Builder. mergeLivenessProbe(Probe value)
Periodic probe of container liveness.Container.Builder
Container.Builder. mergeStartupProbe(Probe value)
Startup probe of application within the container.static Probe.Builder
Probe. newBuilder(Probe prototype)
Container.Builder
Container.Builder. setLivenessProbe(Probe value)
Periodic probe of container liveness.Container.Builder
Container.Builder. setStartupProbe(Probe value)
Startup probe of application within the container.
-